Uses of Interface
org.apache.drill.exec.vector.VarLenBulkInput
Packages that use VarLenBulkInput
- 
Uses of VarLenBulkInput in org.apache.drill.exec.store.parquet.columnreadersClasses in org.apache.drill.exec.store.parquet.columnreaders that implement VarLenBulkInputModifier and TypeClassDescriptionfinal classVarLenColumnBulkInput<V extends ValueVector>Implements theVarLenBulkInputinterface to optimize data copyMethods in org.apache.drill.exec.store.parquet.columnreaders with parameters of type VarLenBulkInputModifier and TypeMethodDescriptionprotected voidVarLengthColumnReaders.NullableVarBinaryColumn.setSafe(VarLenBulkInput<VarLenBulkEntry> bulkInput) Store a set of variable entries in bulk; this method will automatically extend the underlying value vector if needed.protected voidVarLengthColumnReaders.NullableVarCharColumn.setSafe(VarLenBulkInput<VarLenBulkEntry> bulkInput) Store a set of variable entries in bulk; this method will automatically extend the underlying value vector if needed.protected voidVarLengthColumnReaders.NullableVarDecimalColumn.setSafe(VarLenBulkInput<VarLenBulkEntry> bulkInput) Store a set of variable entries in bulk; this method will automatically extend the underlying value vector if needed.protected voidVarLengthColumnReaders.VarBinaryColumn.setSafe(VarLenBulkInput<VarLenBulkEntry> bulkInput) Store a set of variable entries in bulk; this method will automatically extend the underlying value vector if needed.protected voidVarLengthColumnReaders.VarCharColumn.setSafe(VarLenBulkInput<VarLenBulkEntry> bulkInput) Store a set of variable entries in bulk; this method will automatically extend the underlying value vector if needed.protected voidVarLengthColumnReaders.VarDecimalColumn.setSafe(VarLenBulkInput<VarLenBulkEntry> bulkInput) Store a set of variable entries in bulk; this method will automatically extend the underlying value vector if needed.protected abstract voidVarLengthValuesColumn.setSafe(VarLenBulkInput<VarLenBulkEntry> bulkInput) Store a set of variable entries in bulk; this method will automatically extend the underlying value vector if needed.
- 
Uses of VarLenBulkInput in org.apache.drill.exec.vectorMethods in org.apache.drill.exec.vector with parameters of type VarLenBulkInputModifier and TypeMethodDescriptionvoidNullableVar16CharVector.Mutator.setSafe(VarLenBulkInput<VarLenBulkEntry> input) voidNullableVarBinaryVector.Mutator.setSafe(VarLenBulkInput<VarLenBulkEntry> input) voidNullableVarCharVector.Mutator.setSafe(VarLenBulkInput<VarLenBulkEntry> input) voidNullableVarDecimalVector.Mutator.setSafe(VarLenBulkInput<VarLenBulkEntry> input) <T extends VarLenBulkEntry>
 voidVar16CharVector.Mutator.setSafe(VarLenBulkInput<T> input) Copies the bulk input into this value vector and extends its capacity if necessary.<T extends VarLenBulkEntry>
 voidVar16CharVector.Mutator.setSafe(VarLenBulkInput<T> input, VarLenBulkInput.BulkInputCallback<T> callback) Copies the bulk input into this value vector and extends its capacity if necessary.<T extends VarLenBulkEntry>
 voidVarBinaryVector.Mutator.setSafe(VarLenBulkInput<T> input) Copies the bulk input into this value vector and extends its capacity if necessary.<T extends VarLenBulkEntry>
 voidVarBinaryVector.Mutator.setSafe(VarLenBulkInput<T> input, VarLenBulkInput.BulkInputCallback<T> callback) Copies the bulk input into this value vector and extends its capacity if necessary.<T extends VarLenBulkEntry>
 voidVarCharVector.Mutator.setSafe(VarLenBulkInput<T> input) Copies the bulk input into this value vector and extends its capacity if necessary.<T extends VarLenBulkEntry>
 voidVarCharVector.Mutator.setSafe(VarLenBulkInput<T> input, VarLenBulkInput.BulkInputCallback<T> callback) Copies the bulk input into this value vector and extends its capacity if necessary.<T extends VarLenBulkEntry>
 voidVarDecimalVector.Mutator.setSafe(VarLenBulkInput<T> input) Copies the bulk input into this value vector and extends its capacity if necessary.<T extends VarLenBulkEntry>
 voidVarDecimalVector.Mutator.setSafe(VarLenBulkInput<T> input, VarLenBulkInput.BulkInputCallback<T> callback) Copies the bulk input into this value vector and extends its capacity if necessary.