commit | 7926fac5283710592ad7ebe37d5753210f3d1b51 | [log] [tgz] |
---|---|---|
author | Dave Marion <dlmarion@apache.org> | Wed Jan 31 11:47:54 2024 -0500 |
committer | GitHub <noreply@github.com> | Wed Jan 31 11:47:54 2024 -0500 |
tree | 3435ce79f058e042571b39179bd2625b77d20ced | |
parent | ed9ff06d5dfc01bb1ef111e731ad8abe7c1addd0 [diff] |
Update antlr contrib maven project with recent changes (#38)
Java library that provides the same functionality, semantics, and syntax as the Apache Accumulo ColumnVisibility and VisibilityEvaluator classes. This functionality is provided in a standalone java library that has no dependencies (for example no Hadoop, Zookeeper, Thrift, etc dependencies).
For a conceptual overview of what an access expression is, see the specification document. See the getting started guide for an example of how to use this java library.
The following types constitute the public API of this library. All other types are package private and are not part of the public API.
This project includes a JMH Benchmark. To run it:
mvn clean package mvn exec:exec -Dexec.executable="java" -Dexec.classpathScope=test -Dexec.args="-classpath %classpath org.apache.accumulo.access.AccessExpressionBenchmark"