Uses of Class
org.apache.drill.exec.physical.impl.scan.v3.schema.MutableTupleSchema.ColumnHandle
Packages that use MutableTupleSchema.ColumnHandle
Package
Description
Provides run-time semantic analysis of the projection list for the
scan operator.
-
Uses of MutableTupleSchema.ColumnHandle in org.apache.drill.exec.physical.impl.scan.v3.schema
Fields in org.apache.drill.exec.physical.impl.scan.v3.schema with type parameters of type MutableTupleSchema.ColumnHandleModifier and TypeFieldDescriptionprotected final List<MutableTupleSchema.ColumnHandle> MutableTupleSchema.columnsprotected final Map<String, MutableTupleSchema.ColumnHandle> MutableTupleSchema.nameIndexMethods in org.apache.drill.exec.physical.impl.scan.v3.schema that return MutableTupleSchema.ColumnHandleModifier and TypeMethodDescriptionMutableTupleSchema.insert(int posn, ColumnMetadata col) MutableTupleSchema.insert(ColumnMetadata col) Methods in org.apache.drill.exec.physical.impl.scan.v3.schema that return types with arguments of type MutableTupleSchema.ColumnHandleModifier and TypeMethodDescriptionMutableTupleSchema.columns()Provide the list of partially-resolved columns.Methods in org.apache.drill.exec.physical.impl.scan.v3.schema with parameters of type MutableTupleSchema.ColumnHandleModifier and TypeMethodDescriptionvoidMutableTupleSchema.addIndex(MutableTupleSchema.ColumnHandle holder) voidMutableTupleSchema.replace(MutableTupleSchema.ColumnHandle col, ColumnMetadata resolved) voidMutableTupleSchema.resolve(MutableTupleSchema.ColumnHandle col, ColumnMetadata resolved) voidMutableTupleSchema.resolveImplicit(MutableTupleSchema.ColumnHandle col, ColumnMetadata resolved, ImplicitColumnMarker marker)