Uses of Interface
org.apache.drill.exec.record.metadata.Propertied
Packages that use Propertied
Package
Description
Provides run-time semantic analysis of the projection list for the
scan operator.
Provides a fluent schema builder.
-
Uses of Propertied in org.apache.drill.exec.physical.impl.scan.v3.schema
Classes in org.apache.drill.exec.physical.impl.scan.v3.schema that implement PropertiedModifier and TypeClassDescriptionclassEnhanced form of a dynamic column which records all information from the project list.Methods in org.apache.drill.exec.physical.impl.scan.v3.schema with parameters of type PropertiedModifier and TypeMethodDescriptionstatic voidSchemaUtils.mergeProperties(Propertied existing, Propertied revised) -
Uses of Propertied in org.apache.drill.exec.record.metadata
Subinterfaces of Propertied in org.apache.drill.exec.record.metadataModifier and TypeInterfaceDescriptioninterfaceMetadata description of a column including names, types and structure information.interfaceMetadata description of the schema of a row or a map.Classes in org.apache.drill.exec.record.metadata that implement PropertiedModifier and TypeClassDescriptionclassAbstract definition of column metadata.classDescribes a base column type for map, dict, repeated map and repeated dict.classBase class for an object with properties.classclassA dynamic column has a name but not a type.classDescribes a map and repeated map.classPrimitive (non-map) column.classclassDefines the schema of a tuple: either the top-level row or a nested "map" (really structure).classMethods in org.apache.drill.exec.record.metadata with parameters of type PropertiedModifier and TypeMethodDescriptionstatic booleanPropertyAccessor.getBoolean(Propertied props, String key) static booleanPropertyAccessor.getBoolean(Propertied props, String key, boolean defaultValue) static intPropertyAccessor.getInt(Propertied props, String key) static intPropertyAccessor.getInt(Propertied props, String key, int defaultValue) static StringPropertyAccessor.getString(Propertied props, String key, String defaultValue) static voidPropertyAccessor.set(Propertied props, String key, boolean value) static voidPropertyAccessor.set(Propertied props, String key, int value)