Uses of Class
org.apache.pinot.query.runtime.operator.BaseMailboxReceiveOperator
-
Packages that use BaseMailboxReceiveOperator Package Description org.apache.pinot.query.runtime.operator -
-
Uses of BaseMailboxReceiveOperator in org.apache.pinot.query.runtime.operator
Subclasses of BaseMailboxReceiveOperator in org.apache.pinot.query.runtime.operator Modifier and Type Class Description classMailboxReceiveOperatorThisMailboxReceiveOperatorreceives data from aReceivingMailboxand serve it out from theMultiStageOperator.getNextBlock()API.classSortedMailboxReceiveOperatorThisSortedMailboxReceiveOperatorreceives data from aReceivingMailboxand serve it out from theMultiStageOperator.getNextBlock()()} API in a sorted manner.
-