| Package | Description |
|---|---|
| io.prestosql.operator | |
| io.prestosql.operator.index | |
| io.prestosql.testing |
| Modifier and Type | Method and Description |
|---|---|
Driver |
DriverFactory.createDriver(DriverContext driverContext) |
static Driver |
Driver.createDriver(DriverContext driverContext,
List<Operator> operators) |
static Driver |
Driver.createDriver(DriverContext driverContext,
Operator firstOperator,
Operator... otherOperators) |
| Constructor and Description |
|---|
StreamingIndexedData(List<Type> outputTypes,
List<Type> indexKeyTypes,
Page indexKeyTuple,
PageBuffer pageBuffer,
Driver driver) |
| Modifier and Type | Method and Description |
|---|---|
List<Driver> |
LocalQueryRunner.createDrivers(Session session,
String sql,
OutputFactory outputFactory,
TaskContext taskContext) |
List<Driver> |
LocalQueryRunner.createDrivers(String sql,
OutputFactory outputFactory,
TaskContext taskContext) |
Copyright © 2012–2019. All rights reserved.