| Package | Description |
|---|---|
| org.apache.drill.exec.physical.impl.scan.v3.schema |
Provides run-time semantic analysis of the projection list for the
scan operator.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<MutableTupleSchema.ColumnHandle> |
MutableTupleSchema.columns |
protected Map<String,MutableTupleSchema.ColumnHandle> |
MutableTupleSchema.nameIndex |
| Modifier and Type | Method and Description |
|---|---|
MutableTupleSchema.ColumnHandle |
MutableTupleSchema.find(String colName) |
MutableTupleSchema.ColumnHandle |
MutableTupleSchema.insert(ColumnMetadata col) |
MutableTupleSchema.ColumnHandle |
MutableTupleSchema.insert(int posn,
ColumnMetadata col) |
| Modifier and Type | Method and Description |
|---|---|
List<MutableTupleSchema.ColumnHandle> |
MutableTupleSchema.columns()
Provide the list of partially-resolved columns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.