Uses of Class
org.apache.druid.query.operator.AbstractPartitioningOperator
Packages that use AbstractPartitioningOperator
-
Uses of AbstractPartitioningOperator in org.apache.druid.query.operator
Subclasses of AbstractPartitioningOperator in org.apache.druid.query.operatorModifier and TypeClassDescriptionclassThis glueing partitioning operator is supposed to continuously receive data, and output batches of partitioned RACs.classThis naive partitioning operator assumes that it's child operator always gives it RowsAndColumns objects that are a superset of the partitions that it needs to provide.