Interface ReaderLevelProjection.ReaderProjectionResolver
- All Known Implementing Classes:
ColumnsArrayManager
,ImplicitColumnManager
- Enclosing class:
- ReaderLevelProjection
public static interface ReaderLevelProjection.ReaderProjectionResolver
Reader-level projection is customizable. Implement this interface, and
add an instance to the scan orchestrator, to perform custom mappings
from unresolved columns (perhaps of an extension-specified type) to
final projected columns. The metadata manager, for example, implements
this interface to map metadata columns.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
resolveColumn
(ColumnProjection col, ResolvedTuple tuple, TupleMetadata tableSchema) void
-
Method Details
-
startResolution
void startResolution() -
resolveColumn
-