Package io.trino.operator.window.matcher
Class Program
- java.lang.Object
-
- io.trino.operator.window.matcher.Program
-
public class Program extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.trino.operator.window.matcher.Instructionat(int pointer)Stringdump()List<io.trino.operator.window.matcher.Instruction>getInstructions()intgetMinLabelCount()intgetMinSlotCount()intsize()
-
-
-
Constructor Detail
-
Program
public Program(List<io.trino.operator.window.matcher.Instruction> instructions)
-
-
Method Detail
-
at
public io.trino.operator.window.matcher.Instruction at(int pointer)
-
size
public int size()
-
getInstructions
public List<io.trino.operator.window.matcher.Instruction> getInstructions()
-
getMinSlotCount
public int getMinSlotCount()
-
getMinLabelCount
public int getMinLabelCount()
-
dump
public String dump()
-
-