Package | Description |
---|---|
org.apache.drill.exec.record |
Modifier and Type | Method and Description |
---|---|
RecordBatchSizer.ColumnSize |
RecordBatchSizer.getColumn(String name) |
RecordBatchSizer.ColumnSize |
RecordBatchMemoryManager.getColumnSize(int index,
String name) |
RecordBatchSizer.ColumnSize |
RecordBatchMemoryManager.getColumnSize(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,RecordBatchSizer.ColumnSize> |
RecordBatchSizer.columns() |
List<RecordBatchSizer.ColumnSize> |
RecordBatchSizer.columnsList()
This is a convenience method to get the sizes of columns in the same order that the corresponding value vectors
are stored within a
VectorAccessible . |
Map<String,RecordBatchSizer.ColumnSize> |
RecordBatchSizer.ColumnSize.getChildren() |
Modifier and Type | Method and Description |
---|---|
static int |
RecordBatchSizer.getStdNetSizePerEntryCommon(TypeProtos.MajorType majorType,
boolean isOptional,
boolean isRepeated,
boolean isRepeatedList,
Map<String,RecordBatchSizer.ColumnSize> children) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.