Uses of Interface
io.trino.plugin.hive.orc.OrcPageSource.ColumnAdaptation
-
Packages that use OrcPageSource.ColumnAdaptation Package Description io.trino.plugin.hive.orc -
-
Uses of OrcPageSource.ColumnAdaptation in io.trino.plugin.hive.orc
Methods in io.trino.plugin.hive.orc that return OrcPageSource.ColumnAdaptation Modifier and Type Method Description static OrcPageSource.ColumnAdaptationOrcPageSource.ColumnAdaptation. nullColumn(Type type)static OrcPageSource.ColumnAdaptationOrcPageSource.ColumnAdaptation. originalFileRowIdColumn(long startingRowId, int bucketId)static OrcPageSource.ColumnAdaptationOrcPageSource.ColumnAdaptation. rowIdColumn()static OrcPageSource.ColumnAdaptationOrcPageSource.ColumnAdaptation. sourceColumn(int index)static OrcPageSource.ColumnAdaptationOrcPageSource.ColumnAdaptation. updatedRowColumns(HiveUpdateProcessor updateProcessor, List<HiveColumnHandle> dependencyColumns)static OrcPageSource.ColumnAdaptationOrcPageSource.ColumnAdaptation. updatedRowColumnsWithOriginalFiles(long startingRowId, int bucketId, HiveUpdateProcessor updateProcessor, List<HiveColumnHandle> dependencyColumns)Constructor parameters in io.trino.plugin.hive.orc with type arguments of type OrcPageSource.ColumnAdaptation Constructor Description OrcPageSource(OrcRecordReader recordReader, List<OrcPageSource.ColumnAdaptation> columnAdaptations, OrcDataSource orcDataSource, Optional<OrcDeletedRows> deletedRows, Optional<Long> originalFileRowId, AggregatedMemoryContext systemMemoryContext, FileFormatDataSourceStats stats)
-