Uses of Class
com.amazonaws.athena.connector.lambda.domain.predicate.Marker.Bound
-
Packages that use Marker.Bound Package Description com.amazonaws.athena.connector.lambda.domain.predicate com.amazonaws.athena.connectors.neptune.propertygraph -
-
Uses of Marker.Bound in com.amazonaws.athena.connector.lambda.domain.predicate
Methods in com.amazonaws.athena.connector.lambda.domain.predicate that return Marker.Bound Modifier and Type Method Description Marker.Bound
LiteralValueMarker. getBound()
Marker.Bound
Marker. getBound()
Retrieves the Bound (BELOW, EXACTLY, ABOVE, etce...) used by this Marker.Marker.Bound
ValueMarker. getBound()
static Marker.Bound
Marker.Bound. valueOf(String name)
Returns the enum constant of this type with the specified name.static Marker.Bound[]
Marker.Bound. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.athena.connector.lambda.domain.predicate with parameters of type Marker.Bound Modifier and Type Method Description Marker
MarkerFactory. create(org.apache.arrow.vector.types.pojo.ArrowType type, Marker.Bound bound)
Creates an empty Marker without nulls.Marker
MarkerFactory. create(org.apache.arrow.vector.types.pojo.ArrowType type, Object value, Marker.Bound bound)
Creates a Marker without nulls.Marker
MarkerFactory. createNullable(org.apache.arrow.vector.types.pojo.ArrowType type, Object value, Marker.Bound bound)
Creates a nullable Marker.Constructors in com.amazonaws.athena.connector.lambda.domain.predicate with parameters of type Marker.Bound Constructor Description Marker(Block block, int valuePosition, Marker.Bound bound, boolean nullValue)
Marker(Block valueBlock, Marker.Bound bound, boolean nullValue)
LOWER UNBOUNDED is specified with an empty value and a ABOVE bound UPPER UNBOUNDED is specified with an empty value and a BELOW boundSharedBlockMarker(MarkerFactory factory, Block block, int valuePosition, Marker.Bound bound, boolean nullValue)
-
Uses of Marker.Bound in com.amazonaws.athena.connectors.neptune.propertygraph
Methods in com.amazonaws.athena.connectors.neptune.propertygraph with parameters of type Marker.Bound Modifier and Type Method Description static org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<org.apache.tinkerpop.gremlin.structure.Element,org.apache.tinkerpop.gremlin.structure.Element>
GremlinQueryPreProcessor. generateGremlinQueryPart(org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<org.apache.tinkerpop.gremlin.structure.Element,org.apache.tinkerpop.gremlin.structure.Element> traversal, String key, String value, org.apache.arrow.vector.types.pojo.ArrowType type, Marker.Bound bound, GremlinQueryPreProcessor.Operator operator)
Pick and Process pre-defined templates based on parameters to generate gremlin query
-