Uses of Class
io.trino.sql.planner.optimizations.StreamPropertyDerivations.StreamProperties
Packages that use StreamPropertyDerivations.StreamProperties
-
Uses of StreamPropertyDerivations.StreamProperties in io.trino.sql.planner.optimizations
Methods in io.trino.sql.planner.optimizations that return StreamPropertyDerivations.StreamPropertiesModifier and TypeMethodDescriptionStreamPropertyDerivations.deriveProperties(PlanNode node, StreamPropertyDerivations.StreamProperties inputProperties, PlannerContext plannerContext, Session session, TypeProvider types, IrTypeAnalyzer typeAnalyzer) StreamPropertyDerivations.deriveProperties(PlanNode node, List<StreamPropertyDerivations.StreamProperties> inputProperties, PlannerContext plannerContext, Session session, TypeProvider types, IrTypeAnalyzer typeAnalyzer) StreamPropertyDerivations.derivePropertiesRecursively(PlanNode node, PlannerContext plannerContext, Session session, TypeProvider types, IrTypeAnalyzer typeAnalyzer) Methods in io.trino.sql.planner.optimizations with parameters of type StreamPropertyDerivations.StreamPropertiesModifier and TypeMethodDescriptionStreamPropertyDerivations.deriveProperties(PlanNode node, StreamPropertyDerivations.StreamProperties inputProperties, PlannerContext plannerContext, Session session, TypeProvider types, IrTypeAnalyzer typeAnalyzer) booleanStreamPreferredProperties.isSatisfiedBy(StreamPropertyDerivations.StreamProperties actualProperties) Method parameters in io.trino.sql.planner.optimizations with type arguments of type StreamPropertyDerivations.StreamPropertiesModifier and TypeMethodDescriptionStreamPropertyDerivations.deriveProperties(PlanNode node, List<StreamPropertyDerivations.StreamProperties> inputProperties, PlannerContext plannerContext, Session session, TypeProvider types, IrTypeAnalyzer typeAnalyzer)