Uses of Interface
org.apache.pinot.query.runtime.blocks.BlockSplitter
-
Packages that use BlockSplitter Package Description org.apache.pinot.query.runtime.operator.exchange -
-
Uses of BlockSplitter in org.apache.pinot.query.runtime.operator.exchange
Methods in org.apache.pinot.query.runtime.operator.exchange with parameters of type BlockSplitter Modifier and Type Method Description static BlockExchangeBlockExchange. getExchange(List<SendingMailbox> sendingMailboxes, org.apache.calcite.rel.RelDistribution.Type exchangeType, KeySelector<Object[],Object[]> selector, BlockSplitter splitter)Constructors in org.apache.pinot.query.runtime.operator.exchange with parameters of type BlockSplitter Constructor Description BlockExchange(List<SendingMailbox> sendingMailboxes, BlockSplitter splitter)
-