Uses of Class
io.trino.spi.Page
Packages that use Page
-
Uses of Page in io.trino.spi
Methods in io.trino.spi that return PageModifier and TypeMethodDescriptionPage.appendColumn(Block block) PageBuilder.build()Page.copyPositions(int[] retainedPositions, int offset, int length) Page.getColumns(int column) Page.getColumns(int... columns) Page.getLoadedPage()Returns a page that assures all data is in memory.Page.getLoadedPage(int column) Page.getLoadedPage(int... columns) Page.getLoadedPage(int[] columns, int[] eagerlyLoadedColumns) Page.getPositions(int[] retainedPositions, int offset, int length) Page.getRegion(int positionOffset, int length) Page.getSingleValuePage(int position) Gets the values at the specified position as a single element page.Page.prependColumn(Block column) Methods in io.trino.spi with parameters of type Page -
Uses of Page in io.trino.spi.connector
Methods in io.trino.spi.connector that return PageModifier and TypeMethodDescriptionConnectorPageSource.getNextPage()Gets the next page of data.EmptyPageSource.getNextPage()FixedPageSource.getNextPage()RecordPageSource.getNextPage()Methods in io.trino.spi.connector that return types with arguments of type PageMethods in io.trino.spi.connector with parameters of type PageModifier and TypeMethodDescriptionConnectorPageSink.appendPage(Page page) Returns a future that will be completed when the page sink can accept more pages.static MergePageMergePage.createDeleteAndInsertPages(Page inputPage, int dataColumnCount) intGets the bucket for the tuple at the specified position.voidConnectorMergeSink.storeMergedRows(Page page) Store the page resulting from a merge.Constructor parameters in io.trino.spi.connector with type arguments of type PageModifierConstructorDescriptionFixedPageSource(Iterator<Page> pages, long memoryUsageBytes) FixedPageSource(List<Page> pages) -
Uses of Page in io.trino.spi.function.table
Methods in io.trino.spi.function.table that return PageMethods in io.trino.spi.function.table with parameters of type PageModifier and TypeMethodDescriptionTableFunctionProcessorState.Processed.usedInputAndProduced(Page result) Method parameters in io.trino.spi.function.table with type arguments of type PageModifier and TypeMethodDescriptionThis method processes a portion of data.