BigIntFieldWriter(BigIntExtractor extractor,
org.apache.arrow.vector.BigIntVector 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..)
|
BitFieldWriter(BitExtractor extractor,
org.apache.arrow.vector.BitVector 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..)
|
DateDayFieldWriter(DateDayExtractor extractor,
org.apache.arrow.vector.DateDayVector 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..)
|
DateMilliFieldWriter(DateMilliExtractor extractor,
org.apache.arrow.vector.DateMilliVector 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..)
|
DecimalFieldWriter(DecimalExtractor extractor,
org.apache.arrow.vector.DecimalVector 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..)
|
Float4FieldWriter(Float4Extractor extractor,
org.apache.arrow.vector.Float4Vector 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..)
|
Float8FieldWriter(Float8Extractor extractor,
org.apache.arrow.vector.Float8Vector 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..)
|
IntFieldWriter(IntExtractor extractor,
org.apache.arrow.vector.IntVector 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..)
|
SmallIntFieldWriter(SmallIntExtractor extractor,
org.apache.arrow.vector.SmallIntVector 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..)
|
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..)
|
VarBinaryFieldWriter(VarBinaryExtractor extractor,
org.apache.arrow.vector.VarBinaryVector 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..)
|
VarCharFieldWriter(VarCharExtractor extractor,
org.apache.arrow.vector.VarCharVector 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..)
|