Uses of Interface
io.trino.split.PageSourceProviderFactory
Packages that use PageSourceProviderFactory
-
Uses of PageSourceProviderFactory in io.trino.operator
Constructors in io.trino.operator with parameters of type PageSourceProviderFactoryModifierConstructorDescriptionScanFilterAndProjectOperatorFactory(int operatorId, PlanNodeId planNodeId, PlanNodeId sourceId, PageSourceProviderFactory pageSourceProvider, Supplier<CursorProcessor> cursorProcessor, Function<DynamicFilter, PageProcessor> pageProcessor, TableHandle table, Iterable<ColumnHandle> columns, DynamicFilter dynamicFilter, List<Type> types, io.airlift.units.DataSize minOutputPageSize, int minOutputPageRowCount) TableScanOperatorFactory(int operatorId, PlanNodeId planNodeId, PlanNodeId sourceId, PageSourceProviderFactory pageSourceProvider, TableHandle table, Iterable<ColumnHandle> columns, DynamicFilter dynamicFilter) -
Uses of PageSourceProviderFactory in io.trino.split
Classes in io.trino.split that implement PageSourceProviderFactory