public class ResolvedTableColumn extends ResolvedColumn
| Constructor and Description |
|---|
ResolvedTableColumn(ColumnMetadata outputCol,
VectorSource source,
int sourceIndex) |
ResolvedTableColumn(String projectedName,
MaterializedField schema,
VectorSource source,
int sourceIndex) |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
The name of the column as it appears in the output
row (record batch.)
|
MaterializedField |
schema()
Return the type of this column.
|
String |
toString() |
metadata, project, source, sourceIndexpublic ResolvedTableColumn(String projectedName, MaterializedField schema, VectorSource source, int sourceIndex)
public ResolvedTableColumn(ColumnMetadata outputCol, VectorSource source, int sourceIndex)
public String name()
ColumnProjectionpublic MaterializedField schema()
ResolvedColumnschema in class ResolvedColumnCopyright © 2021 The Apache Software Foundation. All rights reserved.