Uses of Class
io.trino.operator.Driver
Packages that use Driver
-
Uses of Driver in io.trino.operator
Methods in io.trino.operator that return DriverModifier and TypeMethodDescriptionstatic DriverDriver.createDriver(DriverContext driverContext, Operator firstOperator, Operator... otherOperators) static DriverDriver.createDriver(DriverContext driverContext, List<Operator> operators) DriverFactory.createDriver(DriverContext driverContext) -
Uses of Driver in io.trino.operator.index
Constructors in io.trino.operator.index with parameters of type DriverModifierConstructorDescriptionStreamingIndexedData(List<Type> outputTypes, List<BlockTypeOperators.BlockPositionEqual> indexKeyEqualOperators, Page indexKeyTuple, PageBuffer pageBuffer, Driver driver) -
Uses of Driver in io.trino.testing
Methods in io.trino.testing that return types with arguments of type DriverModifier and TypeMethodDescriptionLocalQueryRunner.createDrivers(Session session, String sql, OutputFactory outputFactory, TaskContext taskContext) LocalQueryRunner.createDrivers(String sql, OutputFactory outputFactory, TaskContext taskContext)