Uses of Class
org.apache.drill.exec.physical.impl.scan.v3.schema.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
Modifier and TypeFieldDescriptionprotected final List<MutableTupleSchema.ColumnHandle>
MutableTupleSchema.columns
protected final Map<String,
MutableTupleSchema.ColumnHandle> MutableTupleSchema.nameIndex
Modifier and TypeMethodDescriptionMutableTupleSchema.insert
(int posn, ColumnMetadata col) MutableTupleSchema.insert
(ColumnMetadata col) Modifier and TypeMethodDescriptionMutableTupleSchema.columns()
Provide the list of partially-resolved columns.Modifier 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)