Uses of Interface
com.amazonaws.athena.connector.lambda.data.writers.extractors.TinyIntExtractor
-
Packages that use TinyIntExtractor Package Description com.amazonaws.athena.connector.lambda.data.writers.fieldwriters -
-
Uses of TinyIntExtractor in com.amazonaws.athena.connector.lambda.data.writers.fieldwriters
Constructors in com.amazonaws.athena.connector.lambda.data.writers.fieldwriters with parameters of type TinyIntExtractor Constructor Description TinyIntFieldWriter(TinyIntExtractor extractor, org.apache.arrow.vector.TinyIntVector vector, ConstraintProjector rawConstraint)
Creates a new instance of this FieldWriter and configures is such that writing a value required minimal branching or secondary operations (metadata lookups, etc..)
-