Uses of Class
org.apache.flink.orc.OrcFilters.Predicate
Packages that use OrcFilters.Predicate
-
Uses of OrcFilters.Predicate in org.apache.flink.orc
Subclasses of OrcFilters.Predicate in org.apache.flink.orcModifier and TypeClassDescriptionstatic classAn AND predicate that can be evaluated by the OrcInputFormat.static classAn BETWEEN predicate that can be evaluated by the OrcInputFormat.static classAn EQUALS predicate that can be evaluated by the OrcInputFormat.static classAn IN predicate that can be evaluated by the OrcInputFormat.static classAn IS_NULL predicate that can be evaluated by the OrcInputFormat.static classA LESS_THAN predicate that can be evaluated by the OrcInputFormat.static classA LESS_THAN_EQUALS predicate that can be evaluated by the OrcInputFormat.static classA NOT predicate to negate a predicate that can be evaluated by the OrcInputFormat.static classAn EQUALS predicate that can be evaluated with Null safety by the OrcInputFormat.static classAn OR predicate that can be evaluated by the OrcInputFormat.Fields in org.apache.flink.orc with type parameters of type OrcFilters.PredicateModifier and TypeFieldDescriptionprotected final List<OrcFilters.Predicate>AbstractOrcFileInputFormat.conjunctPredicatesMethods in org.apache.flink.orc that return OrcFilters.PredicateModifier and TypeMethodDescriptionprotected OrcFilters.PredicateOrcFilters.Not.child()static OrcFilters.PredicateOrcFilters.convertBinary(org.apache.flink.table.expressions.CallExpression callExp, org.apache.flink.util.function.TriFunction<String, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type, Serializable, OrcFilters.Predicate> func, org.apache.flink.util.function.TriFunction<String, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type, Serializable, OrcFilters.Predicate> reverseFunc) static OrcFilters.PredicateOrcFilters.toOrcPredicate(org.apache.flink.table.expressions.Expression expression) Methods in org.apache.flink.orc that return types with arguments of type OrcFilters.PredicateModifier and TypeMethodDescriptionprotected Iterable<OrcFilters.Predicate>OrcFilters.Or.children()Method parameters in org.apache.flink.orc with type arguments of type OrcFilters.PredicateModifier and TypeMethodDescriptionstatic OrcFilters.PredicateOrcFilters.convertBinary(org.apache.flink.table.expressions.CallExpression callExp, org.apache.flink.util.function.TriFunction<String, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type, Serializable, OrcFilters.Predicate> func, org.apache.flink.util.function.TriFunction<String, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type, Serializable, OrcFilters.Predicate> reverseFunc) static OrcColumnarRowSplitReader<org.apache.hadoop.hive.ql.exec.vector.VectorizedRowBatch>OrcSplitReaderUtil.genPartColumnarRowReader(String hiveVersion, org.apache.hadoop.conf.Configuration conf, String[] fullFieldNames, org.apache.flink.table.types.DataType[] fullFieldTypes, Map<String, Object> partitionSpec, int[] selectedFields, List<OrcFilters.Predicate> conjunctPredicates, int batchSize, org.apache.flink.core.fs.Path path, long splitStart, long splitLength) Util for generating partitionedOrcColumnarRowSplitReader.Constructors in org.apache.flink.orc with parameters of type OrcFilters.PredicateModifierConstructorDescriptionAnd(OrcFilters.Predicate... predicates) Creates an AND predicate.Not(OrcFilters.Predicate predicate) Creates a NOT predicate.Or(OrcFilters.Predicate... predicates) Creates an OR predicate.Constructor parameters in org.apache.flink.orc with type arguments of type OrcFilters.PredicateModifierConstructorDescriptionprotectedAbstractOrcFileInputFormat(OrcShim<BatchT> shim, org.apache.hadoop.conf.Configuration hadoopConfig, org.apache.orc.TypeDescription schema, int[] selectedFields, List<OrcFilters.Predicate> conjunctPredicates, int batchSize) OrcColumnarRowInputFormat(OrcShim<BatchT> shim, org.apache.hadoop.conf.Configuration hadoopConfig, org.apache.orc.TypeDescription schema, int[] selectedFields, List<OrcFilters.Predicate> conjunctPredicates, int batchSize, ColumnBatchFactory<BatchT, SplitT> batchFactory, org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.table.data.RowData> producedTypeInfo) OrcColumnarRowSplitReader(OrcShim<BATCH> shim, org.apache.hadoop.conf.Configuration conf, org.apache.orc.TypeDescription schema, int[] selectedFields, OrcColumnarRowSplitReader.ColumnBatchGenerator<BATCH> batchGenerator, List<OrcFilters.Predicate> conjunctPredicates, int batchSize, org.apache.flink.core.fs.Path path, long splitStart, long splitLength) OrcSplitReader(OrcShim<BATCH> shim, org.apache.hadoop.conf.Configuration conf, org.apache.orc.TypeDescription schema, int[] selectedFields, List<OrcFilters.Predicate> conjunctPredicates, int batchSize, org.apache.flink.core.fs.Path path, long splitStart, long splitLength) -
Uses of OrcFilters.Predicate in org.apache.flink.orc.shim
Method parameters in org.apache.flink.orc.shim with type arguments of type OrcFilters.PredicateModifier and TypeMethodDescriptionorg.apache.orc.RecordReaderOrcShim.createRecordReader(org.apache.hadoop.conf.Configuration conf, org.apache.orc.TypeDescription schema, int[] selectedFields, List<OrcFilters.Predicate> conjunctPredicates, org.apache.flink.core.fs.Path path, long splitStart, long splitLength) Create orcRecordReaderfrom conf, schema and etc...org.apache.orc.RecordReaderOrcShimV200.createRecordReader(org.apache.hadoop.conf.Configuration conf, org.apache.orc.TypeDescription schema, int[] selectedFields, List<OrcFilters.Predicate> conjunctPredicates, org.apache.flink.core.fs.Path path, long splitStart, long splitLength)