Package io.trino.benchmark
Class HandTpchQuery1.TpchQuery1Operator
- java.lang.Object
-
- io.trino.benchmark.HandTpchQuery1.TpchQuery1Operator
-
- All Implemented Interfaces:
Operator,AutoCloseable
- Enclosing class:
- HandTpchQuery1
public static class HandTpchQuery1.TpchQuery1Operator extends Object implements Operator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHandTpchQuery1.TpchQuery1Operator.TpchQuery1OperatorFactory
-
Field Summary
-
Fields inherited from interface io.trino.operator.Operator
NOT_BLOCKED
-
-
Constructor Summary
Constructors Constructor Description TpchQuery1Operator(OperatorContext operatorContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInput(Page page)voidfinish()OperatorContextgetOperatorContext()PagegetOutput()booleanisFinished()booleanneedsInput()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.operator.Operator
close, finishMemoryRevoke, isBlocked, startMemoryRevoke
-
-
-
-
Constructor Detail
-
TpchQuery1Operator
public TpchQuery1Operator(OperatorContext operatorContext)
-
-
Method Detail
-
getOperatorContext
public OperatorContext getOperatorContext()
- Specified by:
getOperatorContextin interfaceOperator
-
isFinished
public boolean isFinished()
- Specified by:
isFinishedin interfaceOperator
-
needsInput
public boolean needsInput()
- Specified by:
needsInputin interfaceOperator
-
-