Package io.trino.operator.join
Interface PageJoiner
-
- All Superinterfaces:
AutoCloseable,Closeable,WorkProcessor.Transformation<Page,Page>
- All Known Implementing Classes:
DefaultPageJoiner
public interface PageJoiner extends WorkProcessor.Transformation<Page,Page>, Closeable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePageJoiner.PageJoinerFactory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<Integer,DefaultPageJoiner.SavedRow>getSpilledRows()Optional<PartitioningSpiller>getSpiller()-
Methods inherited from interface io.trino.operator.WorkProcessor.Transformation
process
-
-
-
-
Method Detail
-
getSpilledRows
Map<Integer,DefaultPageJoiner.SavedRow> getSpilledRows()
-
getSpiller
Optional<PartitioningSpiller> getSpiller()
-
-