Uses of Class
org.apache.drill.exec.record.metadata.TupleSchema
Package
Description
The "row set model" provides a "dual" of the vector structure used to create,
allocate and work with a collection of vectors.
Provides a fluent schema builder.
-
Uses of TupleSchema in org.apache.drill.exec.physical.resultSet.model
-
Uses of TupleSchema in org.apache.drill.exec.record.metadata
Modifier and TypeMethodDescriptionTupleSchema.copy()
static TupleSchema
MetadataUtils.fromColumns
(List<ColumnMetadata> columns) Create a tuple given the list of columns that make up the tuple.static TupleSchema
MetadataUtils.fromFields
(Iterable<MaterializedField> fields) TupleBuilder.schema()
Modifier and TypeMethodDescriptionstatic DictColumnMetadata
MetadataUtils.newDict
(MaterializedField field, TupleSchema schema) static MapColumnMetadata
MetadataUtils.newMap
(MaterializedField field, TupleSchema schema) Create a column metadata object for a map column, given theMaterializedField
that describes the column, and a list of column metadata objects that describe the columns in the map.ModifierConstructorDescriptionAbstractMapColumnMetadata
(String name, TypeProtos.MinorType type, TypeProtos.DataMode mode, TupleSchema schema) MapColumnMetadata
(String name, TypeProtos.DataMode mode, TupleSchema tupleSchema) -
Uses of TupleSchema in org.apache.drill.exec.store.iceberg.read
Modifier and TypeMethodDescriptionstatic TupleSchema
IcebergColumnConverterFactory.convertSchema
(org.apache.iceberg.types.Types.StructType structType)