Uses of Interface
com.amazonaws.athena.connector.lambda.domain.predicate.ValueMarker
-
Packages that use ValueMarker Package Description com.amazonaws.athena.connector.lambda.domain.predicate -
-
Uses of ValueMarker in com.amazonaws.athena.connector.lambda.domain.predicate
Classes in com.amazonaws.athena.connector.lambda.domain.predicate that implement ValueMarker Modifier and Type Class Description class
LiteralValueMarker
class
Marker
A point on the continuous space defined by the specified type.class
MarkerFactory.SharedBlockMarker
Extends Marker with functionality to allow for sharing the same underlying Apache Arrow Block.Methods in com.amazonaws.athena.connector.lambda.domain.predicate with parameters of type ValueMarker Modifier and Type Method Description int
ValueMarkerComparator. compare(ValueMarker o1, ValueMarker o2)
int
LiteralValueMarker. compareTo(ValueMarker o)
int
Marker. compareTo(ValueMarker o)
boolean
Range. includes(ValueMarker marker)
-