Uses of Class
io.trino.sql.planner.optimizations.StreamPropertyDerivations.StreamProperties
-
Packages that use StreamPropertyDerivations.StreamProperties Package Description io.trino.sql.planner.optimizations -
-
Uses of StreamPropertyDerivations.StreamProperties in io.trino.sql.planner.optimizations
Methods in io.trino.sql.planner.optimizations with parameters of type StreamPropertyDerivations.StreamProperties Modifier and Type Method Description static StreamPropertyDerivations.StreamPropertiesStreamPropertyDerivations. deriveProperties(PlanNode node, StreamPropertyDerivations.StreamProperties inputProperties, Metadata metadata, TypeOperators typeOperators, Session session, TypeProvider types, TypeAnalyzer typeAnalyzer)booleanStreamPreferredProperties. isSatisfiedBy(StreamPropertyDerivations.StreamProperties actualProperties)Method parameters in io.trino.sql.planner.optimizations with type arguments of type StreamPropertyDerivations.StreamProperties Modifier and Type Method Description static StreamPropertyDerivations.StreamPropertiesStreamPropertyDerivations. deriveProperties(PlanNode node, List<StreamPropertyDerivations.StreamProperties> inputProperties, Metadata metadata, TypeOperators typeOperators, Session session, TypeProvider types, TypeAnalyzer typeAnalyzer)
-