Uses of Class
io.trino.testing.MaterializedRow
-
Packages that use MaterializedRow Package Description io.trino.testing -
-
Uses of MaterializedRow in io.trino.testing
Methods in io.trino.testing that return types with arguments of type MaterializedRow Modifier and Type Method Description List<MaterializedRow>MaterializedResult. getMaterializedRows()Iterator<MaterializedRow>MaterializedResult. iterator()Method parameters in io.trino.testing with type arguments of type MaterializedRow Modifier and Type Method Description MaterializedResult.BuilderMaterializedResult.Builder. rows(List<MaterializedRow> rows)Constructor parameters in io.trino.testing with type arguments of type MaterializedRow Constructor 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, Optional<StatementStats> statementStats)
-