Uses of Interface
org.apache.druid.query.operator.OperatorFactory
-
Packages that use OperatorFactory Package Description org.apache.druid.query.operator org.apache.druid.query.operator.window -
-
Uses of OperatorFactory in org.apache.druid.query.operator
Classes in org.apache.druid.query.operator that implement OperatorFactory Modifier and Type Class Description classNaivePartitioningOperatorFactoryclassNaiveSortOperatorFactoryclassScanOperatorFactoryMethods in org.apache.druid.query.operator that return types with arguments of type OperatorFactory Modifier and Type Method Description List<OperatorFactory>WindowOperatorQuery. getLeafOperators()List<OperatorFactory>WindowOperatorQuery. getOperators()Methods in org.apache.druid.query.operator with parameters of type OperatorFactory Modifier and Type Method Description booleanNaivePartitioningOperatorFactory. validateEquivalent(OperatorFactory other)booleanNaiveSortOperatorFactory. validateEquivalent(OperatorFactory other)booleanOperatorFactory. validateEquivalent(OperatorFactory other)Validates the equivalence of Operators.booleanScanOperatorFactory. validateEquivalent(OperatorFactory other)Method parameters in org.apache.druid.query.operator with type arguments of type OperatorFactory Modifier and Type Method Description Query<RowsAndColumns>WindowOperatorQuery. withOperators(List<OperatorFactory> operators)Constructor parameters in org.apache.druid.query.operator with type arguments of type OperatorFactory Constructor Description WindowOperatorQuery(DataSource dataSource, QuerySegmentSpec intervals, Map<String,Object> context, RowSignature rowSignature, List<OperatorFactory> operators, List<OperatorFactory> leafOperators) -
Uses of OperatorFactory in org.apache.druid.query.operator.window
Classes in org.apache.druid.query.operator.window that implement OperatorFactory Modifier and Type Class Description classWindowOperatorFactoryMethods in org.apache.druid.query.operator.window with parameters of type OperatorFactory Modifier and Type Method Description booleanWindowOperatorFactory. validateEquivalent(OperatorFactory other)
-