public interface ColumnProjection
For example, an implicit column is processed at the file schema resolution phase, converting from unresolved to resolved. At the same time, table columns remain unresolved, waiting for the table schema to appear.
In an advanced, experimental feature, schema persistence sees some columns transition from resolved to unresolved and back again.
Having all column nodes derive from this same interface keeps things tidy.
Modifier and Type | Method and Description |
---|---|
String |
name()
The name of the column as it appears in the output
row (record batch.)
|
String name()
Copyright © 1970 The Apache Software Foundation. All rights reserved.