Hierarchy For All Packages
Package Hierarchies:- org.apache.pinot.query.mailbox,
- org.apache.pinot.query.mailbox.channel,
- org.apache.pinot.query.runtime,
- org.apache.pinot.query.runtime.blocks,
- org.apache.pinot.query.runtime.executor,
- org.apache.pinot.query.runtime.operator,
- org.apache.pinot.query.runtime.operator.block,
- org.apache.pinot.query.runtime.operator.exchange,
- org.apache.pinot.query.runtime.operator.operands,
- org.apache.pinot.query.runtime.operator.utils,
- org.apache.pinot.query.runtime.plan,
- org.apache.pinot.query.runtime.plan.pipeline,
- org.apache.pinot.query.runtime.plan.serde,
- org.apache.pinot.query.runtime.plan.server,
- org.apache.pinot.query.service,
- org.apache.pinot.query.service.dispatch,
- org.apache.pinot.query.service.server
Class Hierarchy
- java.lang.Object
- org.apache.pinot.query.runtime.operator.utils.AggregationUtils
- org.apache.pinot.query.runtime.operator.utils.AggregationUtils.Accumulator
- org.apache.pinot.query.runtime.operator.exchange.BlockExchange
- org.apache.pinot.query.runtime.operator.utils.BlockingMultiStreamConsumer<E> (implements java.lang.AutoCloseable)
- org.apache.pinot.query.runtime.operator.utils.BlockingMultiStreamConsumer.OfTransferableBlock
- org.apache.pinot.query.mailbox.channel.ChannelManager
- org.apache.pinot.query.mailbox.channel.ChannelUtils
- org.apache.pinot.query.runtime.operator.block.DataBlockValSet (implements org.apache.pinot.core.common.BlockValSet)
- org.apache.pinot.query.runtime.operator.block.FilteredDataBlockValSet
- org.apache.pinot.query.runtime.plan.DistributedStagePlan
- org.apache.pinot.query.runtime.executor.ExecutorServiceUtils
- org.apache.pinot.query.runtime.operator.operands.FilterOperand (implements org.apache.pinot.query.runtime.operator.operands.TransformOperand)
- org.apache.pinot.query.runtime.operator.operands.FilterOperand.And
- org.apache.pinot.query.runtime.operator.operands.FilterOperand.IsNotTrue
- org.apache.pinot.query.runtime.operator.operands.FilterOperand.IsTrue
- org.apache.pinot.query.runtime.operator.operands.FilterOperand.Not
- org.apache.pinot.query.runtime.operator.operands.FilterOperand.Or
- org.apache.pinot.query.runtime.operator.operands.FilterOperand.Predicate
- org.apache.pinot.query.runtime.operator.operands.FunctionOperand (implements org.apache.pinot.query.runtime.operator.operands.TransformOperand)
- org.apache.pinot.query.mailbox.GrpcSendingMailbox (implements org.apache.pinot.query.mailbox.SendingMailbox)
- org.apache.pinot.query.mailbox.InMemorySendingMailbox (implements org.apache.pinot.query.mailbox.SendingMailbox)
- org.apache.pinot.query.runtime.operator.operands.LiteralOperand (implements org.apache.pinot.query.runtime.operator.operands.TransformOperand)
- org.apache.pinot.query.mailbox.channel.MailboxContentObserver (implements io.grpc.stub.StreamObserver<V>)
- org.apache.pinot.query.mailbox.MailboxIdUtils
- org.apache.pinot.query.mailbox.MailboxService
- org.apache.pinot.query.mailbox.channel.MailboxStatusObserver (implements io.grpc.stub.StreamObserver<V>)
- org.apache.pinot.query.runtime.operator.MultistageAggregationExecutor
- org.apache.pinot.query.runtime.operator.MultistageGroupByExecutor
- org.apache.pinot.query.runtime.operator.MultiStageOperator (implements java.lang.AutoCloseable, org.apache.pinot.core.common.Operator<T>)
- org.apache.pinot.query.runtime.operator.AggregateOperator
- org.apache.pinot.query.runtime.operator.BaseMailboxReceiveOperator
- org.apache.pinot.query.runtime.operator.MailboxReceiveOperator
- org.apache.pinot.query.runtime.operator.SortedMailboxReceiveOperator
- org.apache.pinot.query.runtime.operator.FilterOperator
- org.apache.pinot.query.runtime.operator.HashJoinOperator
- org.apache.pinot.query.runtime.operator.LeafStageTransferableBlockOperator
- org.apache.pinot.query.runtime.operator.LiteralValueOperator
- org.apache.pinot.query.runtime.operator.MailboxSendOperator
- org.apache.pinot.query.runtime.operator.SetOperator
- org.apache.pinot.query.runtime.operator.IntersectOperator
- org.apache.pinot.query.runtime.operator.MinusOperator
- org.apache.pinot.query.runtime.operator.UnionOperator
- org.apache.pinot.query.runtime.operator.SortOperator
- org.apache.pinot.query.runtime.operator.TransformOperator
- org.apache.pinot.query.runtime.operator.WindowAggregateOperator
- org.apache.pinot.query.runtime.operator.OpChain (implements java.lang.AutoCloseable)
- org.apache.pinot.query.runtime.plan.OpChainExecutionContext
- org.apache.pinot.query.runtime.operator.OpChainId
- org.apache.pinot.query.runtime.executor.OpChainSchedulerService
- org.apache.pinot.query.runtime.operator.OpChainStats
- org.apache.pinot.query.runtime.operator.OperatorStats
- org.apache.pinot.query.runtime.operator.utils.OperatorUtils
- org.apache.pinot.query.runtime.plan.PhysicalPlanVisitor (implements org.apache.pinot.query.planner.plannode.PlanNodeVisitor<T,C>)
- org.apache.pinot.common.proto.PinotMailboxGrpc.PinotMailboxImplBase (implements io.grpc.BindableService)
- org.apache.pinot.query.mailbox.channel.GrpcMailboxServer
- org.apache.pinot.common.proto.PinotQueryWorkerGrpc.PinotQueryWorkerImplBase (implements io.grpc.BindableService)
- org.apache.pinot.query.service.server.QueryServer
- org.apache.pinot.query.runtime.plan.pipeline.PipelineBreakerExecutor
- org.apache.pinot.query.runtime.plan.pipeline.PipelineBreakerResult
- org.apache.pinot.query.service.dispatch.QueryDispatcher
- org.apache.pinot.query.runtime.plan.serde.QueryPlanSerDeUtils
- org.apache.pinot.query.runtime.QueryRunner
- org.apache.pinot.query.mailbox.ReceivingMailbox
- org.apache.pinot.query.runtime.operator.operands.ReferenceOperand (implements org.apache.pinot.query.runtime.operator.operands.TransformOperand)
- org.apache.pinot.query.runtime.plan.server.ServerPlanRequestContext
- org.apache.pinot.query.runtime.plan.server.ServerPlanRequestUtils
- org.apache.pinot.query.runtime.plan.server.ServerPlanRequestVisitor (implements org.apache.pinot.query.planner.plannode.PlanNodeVisitor<T,C>)
- org.apache.pinot.query.runtime.operator.utils.SortUtils
- org.apache.pinot.query.runtime.operator.utils.SortUtils.SortComparator (implements java.util.Comparator<T>)
- org.apache.pinot.query.runtime.plan.StageMetadata
- org.apache.pinot.query.runtime.plan.StageMetadata.Builder
- org.apache.pinot.query.service.SubmissionService
- org.apache.pinot.query.runtime.blocks.TransferableBlock (implements org.apache.pinot.core.common.Block)
- org.apache.pinot.query.runtime.blocks.TransferableBlockUtils
- org.apache.pinot.query.runtime.operator.operands.TransformOperandFactory
- org.apache.pinot.query.runtime.operator.utils.TypeUtils
Interface Hierarchy
- org.apache.pinot.query.runtime.operator.utils.AggregationUtils.Merger
- org.apache.pinot.query.runtime.operator.utils.AsyncStream<E>
- org.apache.pinot.query.runtime.operator.utils.AsyncStream.OnNewData
- org.apache.pinot.query.runtime.operator.utils.BlockingStream<E>
- org.apache.pinot.query.runtime.blocks.BlockSplitter
- org.apache.pinot.query.runtime.executor.OpChainScheduler
- org.apache.pinot.query.mailbox.ReceivingMailbox.Reader
- org.apache.pinot.query.mailbox.SendingMailbox
- org.apache.pinot.query.runtime.operator.operands.TransformOperand
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.apache.pinot.query.mailbox.ReceivingMailbox.ReceivingMailboxStatus
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)