Class OrcFilters.LessThan

    • Constructor Detail

      • 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 Detail

      • 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