Uses of Class
io.trino.operator.DriverFactory
-
Packages that use DriverFactory Package Description io.trino.operator.index io.trino.sql.planner -
-
Uses of DriverFactory in io.trino.operator.index
Methods in io.trino.operator.index that return DriverFactory Modifier and Type Method Description DriverFactoryIndexBuildDriverFactoryProvider. createSnapshot(int pipelineId, IndexSnapshotBuilder indexSnapshotBuilder)DriverFactoryIndexBuildDriverFactoryProvider. createStreaming(PageBuffer pageBuffer, Page indexKeyTuple) -
Uses of DriverFactory in io.trino.sql.planner
Methods in io.trino.sql.planner that return types with arguments of type DriverFactory Modifier and Type Method Description List<DriverFactory>LocalExecutionPlanner.LocalExecutionPlan. getDriverFactories()Constructor parameters in io.trino.sql.planner with type arguments of type DriverFactory Constructor Description LocalExecutionPlan(List<DriverFactory> driverFactories, List<PlanNodeId> partitionedSourceOrder, StageExecutionDescriptor stageExecutionDescriptor)
-