Uses of Class
org.apache.drill.exec.record.metadata.TupleSchema
Packages that use 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
Constructors in org.apache.drill.exec.physical.resultSet.model with parameters of type TupleSchema -
Uses of TupleSchema in org.apache.drill.exec.record.metadata
Fields in org.apache.drill.exec.record.metadata declared as TupleSchemaMethods in org.apache.drill.exec.record.metadata that return TupleSchemaModifier 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()
Methods in org.apache.drill.exec.record.metadata with parameters of type TupleSchemaModifier 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.Constructors in org.apache.drill.exec.record.metadata with parameters of type TupleSchemaModifierConstructorDescriptionAbstractMapColumnMetadata
(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
Methods in org.apache.drill.exec.store.iceberg.read that return TupleSchemaModifier and TypeMethodDescriptionstatic TupleSchema
IcebergColumnConverterFactory.convertSchema
(org.apache.iceberg.types.Types.StructType structType)