| Package | Description |
|---|---|
| org.apache.drill.exec.store.parquet.columnreaders |
| Modifier and Type | Class and Description |
|---|---|
class |
VarLenColumnBulkInput<V extends ValueVector>
Implements the
VarLenBulkInput interface to optimize data copy |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
VarLengthValuesColumn.setSafe(VarLenBulkInput<VarLenBulkEntry> bulkInput)
Store a set of variable entries in bulk; this method will automatically extend the underlying
value vector if needed.
|
protected void |
VarLengthColumnReaders.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 void |
VarLengthColumnReaders.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 void |
VarLengthColumnReaders.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 void |
VarLengthColumnReaders.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 void |
VarLengthColumnReaders.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 void |
VarLengthColumnReaders.NullableVarBinaryColumn.setSafe(VarLenBulkInput<VarLenBulkEntry> bulkInput)
Store a set of variable entries in bulk; this method will automatically extend the underlying
value vector if needed.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.