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, sourceIndex
public ResolvedTableColumn(String projectedName, MaterializedField schema, VectorSource source, int sourceIndex)
public ResolvedTableColumn(ColumnMetadata outputCol, VectorSource source, int sourceIndex)
public String name()
ColumnProjection
public MaterializedField schema()
ResolvedColumn
schema
in class ResolvedColumn
Copyright © 1970 The Apache Software Foundation. All rights reserved.