Uses of Class
io.trino.testing.MaterializedResult
Packages that use MaterializedResult
-
Uses of MaterializedResult in io.trino.testing
Methods in io.trino.testing that return MaterializedResultModifier and TypeMethodDescriptionMaterializedResult.Builder.build()MaterializedResult.exceptColumns(String... columnNamesToExclude) default MaterializedResultstatic MaterializedResultMaterializedResult.materializeSourceDataStream(ConnectorSession session, ConnectorPageSource pageSource, List<Type> types) QueryRunner.MaterializedResultWithPlan.result()Returns the value of theresultrecord component.MaterializedResult.toTestTypes()Converts thisMaterializedResultto a new one, representing the data using the same type domain as returned byTestingTrinoClient.Constructors in io.trino.testing with parameters of type MaterializedResultModifierConstructorDescriptionMaterializedResultWithPlan(QueryId queryId, Optional<Plan> queryPlan, MaterializedResult result) Creates an instance of aMaterializedResultWithPlanrecord class.