Uses of Class
org.apache.drill.exec.record.metadata.VariantSchema
Packages that use VariantSchema
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 VariantSchema in org.apache.drill.exec.physical.resultSet.model
Constructors in org.apache.drill.exec.physical.resultSet.model with parameters of type VariantSchemaModifierConstructorDescriptionVariantSchemaCreator
(VariantSchema variantSchema) VariantSchemaRetrieval
(VariantSchema variantSchema) -
Uses of VariantSchema in org.apache.drill.exec.record.metadata
Methods in org.apache.drill.exec.record.metadata that return VariantSchemaMethods in org.apache.drill.exec.record.metadata with parameters of type VariantSchemaModifier and TypeMethodDescriptionboolean
VariantSchema.isEquivalent
(VariantSchema other) static VariantColumnMetadata
VariantColumnMetadata.listOf
(String name, VariantSchema variantSchema) static VariantColumnMetadata
MetadataUtils.newVariant
(MaterializedField field, VariantSchema schema) static VariantColumnMetadata
VariantColumnMetadata.unionOf
(String name, VariantSchema variantSchema) static VariantColumnMetadata
VariantColumnMetadata.unionOf
(MaterializedField schema, VariantSchema variantSchema) static VariantColumnMetadata
VariantColumnMetadata.variantOf
(String name, TypeProtos.MinorType type, VariantSchema variantSchema) Constructors in org.apache.drill.exec.record.metadata with parameters of type VariantSchemaModifierConstructorDescriptionVariantColumnMetadata
(MaterializedField schema, VariantSchema variantSchema)