Class HiveCnfHelper
java.lang.Object
org.apache.druid.segment.filter.cnf.HiveCnfHelper
All functions in this class were basically adopted from Apache Hive and modified to use them in Druid.
See https://github.com/apache/hive/blob/branch-2.0/storage-api/src/java/org/apache/hadoop/hive/ql/io/sarg/SearchArgumentImpl.java
for original implementation.
-
Method Summary
Modifier and TypeMethodDescriptionstatic FilterconvertToCnf(Filter current) static Filterstatic FilterpushDownNot(Filter current)
-
Method Details
-
pushDownNot
-
convertToCnf
- Throws:
CNFFilterExplosionException
-
flatten
-