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.columns
protected final Map<String,
MutableTupleSchema.ColumnHandle> MutableTupleSchema.nameIndex
Methods 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 TypeMethodDescriptionvoid
MutableTupleSchema.addIndex
(MutableTupleSchema.ColumnHandle holder) void
MutableTupleSchema.replace
(MutableTupleSchema.ColumnHandle col, ColumnMetadata resolved) void
MutableTupleSchema.resolve
(MutableTupleSchema.ColumnHandle col, ColumnMetadata resolved) void
MutableTupleSchema.resolveImplicit
(MutableTupleSchema.ColumnHandle col, ColumnMetadata resolved, ImplicitColumnMarker marker)