| Package | Description |
|---|---|
| io.prestosql.testing |
| Modifier and Type | Method and Description |
|---|---|
List<MaterializedRow> |
MaterializedResult.getMaterializedRows() |
Iterator<MaterializedRow> |
MaterializedResult.iterator() |
| Modifier and Type | Method and Description |
|---|---|
MaterializedResult.Builder |
MaterializedResult.Builder.rows(List<MaterializedRow> rows) |
| Constructor and Description |
|---|
MaterializedResult(List<MaterializedRow> rows,
List<? extends Type> types) |
MaterializedResult(List<MaterializedRow> rows,
List<? extends Type> types,
Map<String,String> setSessionProperties,
Set<String> resetSessionProperties,
Optional<String> updateType,
OptionalLong updateCount,
List<Warning> warnings) |
Copyright © 2012–2019. All rights reserved.