Package io.trino.sql.planner.rowpattern
Class AggregatedSetDescriptor
- java.lang.Object
-
- io.trino.sql.planner.rowpattern.AggregatedSetDescriptor
-
public class AggregatedSetDescriptor extends Object
-
-
Constructor Summary
Constructors Constructor Description AggregatedSetDescriptor(Set<IrLabel> labels, boolean running)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Set<IrLabel>getLabels()inthashCode()booleanisRunning()
-