Uses of Interface
io.trino.plugin.raptor.legacy.storage.RaptorPageSource.ColumnAdaptation
Packages that use RaptorPageSource.ColumnAdaptation
-
Uses of RaptorPageSource.ColumnAdaptation in io.trino.plugin.raptor.legacy.storage
Methods in io.trino.plugin.raptor.legacy.storage that return RaptorPageSource.ColumnAdaptationModifier and TypeMethodDescriptionRaptorPageSource.ColumnAdaptation.bucketNumberColumn(OptionalInt bucketNumber) RaptorPageSource.ColumnAdaptation.mergeRowIdColumn(OptionalInt bucketNumber, UUID shardUuid) RaptorPageSource.ColumnAdaptation.nullColumn(Type type) RaptorPageSource.ColumnAdaptation.rowIdColumn()RaptorPageSource.ColumnAdaptation.shardUuidColumn(UUID shardUuid) RaptorPageSource.ColumnAdaptation.sourceColumn(int index) Constructor parameters in io.trino.plugin.raptor.legacy.storage with type arguments of type RaptorPageSource.ColumnAdaptationModifierConstructorDescriptionRaptorPageSource(OrcRecordReader recordReader, List<RaptorPageSource.ColumnAdaptation> columnAdaptations, OrcDataSource orcDataSource, AggregatedMemoryContext memoryContext)