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 TypeMethodDescriptionbooleanVariantSchema.isEquivalent(VariantSchema other) static VariantColumnMetadataVariantColumnMetadata.listOf(String name, VariantSchema variantSchema) static VariantColumnMetadataMetadataUtils.newVariant(MaterializedField field, VariantSchema schema) static VariantColumnMetadataVariantColumnMetadata.unionOf(String name, VariantSchema variantSchema) static VariantColumnMetadataVariantColumnMetadata.unionOf(MaterializedField schema, VariantSchema variantSchema) static VariantColumnMetadataVariantColumnMetadata.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)