Uses of Enum
org.apache.drill.exec.record.metadata.ColumnMetadata.StructureType
Packages that use ColumnMetadata.StructureType
-
Uses of ColumnMetadata.StructureType in org.apache.drill.exec.record.metadata
Methods in org.apache.drill.exec.record.metadata that return ColumnMetadata.StructureTypeModifier and TypeMethodDescriptionAbstractMapColumnMetadata.structureType()
ColumnMetadata.structureType()
DictColumnMetadata.structureType()
DynamicColumn.structureType()
PrimitiveColumnMetadata.structureType()
RepeatedListColumnMetadata.structureType()
VariantColumnMetadata.structureType()
static ColumnMetadata.StructureType
Returns the enum constant of this type with the specified name.static ColumnMetadata.StructureType[]
ColumnMetadata.StructureType.values()
Returns an array containing the constants of this enum type, in the order they are declared.