Class OrcFilters.LessThan

java.lang.Object
org.apache.flink.orc.OrcFilters.Predicate
org.apache.flink.orc.OrcFilters.LessThan
All Implemented Interfaces:
Serializable
Enclosing class:
OrcFilters

public static class OrcFilters.LessThan extends OrcFilters.Predicate
A LESS_THAN predicate that can be evaluated by the OrcInputFormat.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    LessThan(String columnName, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type literalType, Serializable literal)
    Creates a LESS_THAN predicate.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder
    add(org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder builder)
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LessThan

      public LessThan(String columnName, org.apache.hadoop.hive.ql.io.sarg.PredicateLeaf.Type literalType, Serializable literal)
      Creates a LESS_THAN predicate.
      Parameters:
      columnName - The column to check.
      literalType - The type of the literal.
      literal - The literal value to check the column against.
  • Method Details

    • add

      public org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder add(org.apache.hadoop.hive.ql.io.sarg.SearchArgument.Builder builder)
      Specified by:
      add in class OrcFilters.Predicate
    • toString

      public String toString()
      Overrides:
      toString in class Object