Uses of Class
io.trino.testing.MaterializedRow
Packages that use MaterializedRow
-
Uses of MaterializedRow in io.trino.testing
Methods in io.trino.testing that return types with arguments of type MaterializedRowModifier and TypeMethodDescriptionMaterializedResult.getMaterializedRows()MaterializedResult.iterator()Method parameters in io.trino.testing with type arguments of type MaterializedRowConstructor parameters in io.trino.testing with type arguments of type MaterializedRowModifierConstructorDescriptionMaterializedResult(List<MaterializedRow> rows, List<? extends Type> types) MaterializedResult(List<MaterializedRow> rows, List<? extends Type> types, List<String> columnNames, Map<String, String> setSessionProperties, Set<String> resetSessionProperties, Optional<String> updateType, OptionalLong updateCount, List<Warning> warnings, Optional<StatementStats> statementStats) MaterializedResult(List<MaterializedRow> rows, List<? extends Type> types, Optional<List<String>> columnNames)