Class RecordReaderImpl.SargApplier

java.lang.Object
org.apache.orc.impl.RecordReaderImpl.SargApplier
Enclosing class:
RecordReaderImpl

public static class RecordReaderImpl.SargApplier extends Object
  • Field Details

    • READ_ALL_RGS

      public static final boolean[] READ_ALL_RGS
    • READ_NO_RGS

      public static final boolean[] READ_NO_RGS
  • Constructor Details

    • SargApplier

      public SargApplier(org.apache.hadoop.hive.ql.io.sarg.SearchArgument sarg, long rowIndexStride, SchemaEvolution evolution, OrcFile.WriterVersion writerVersion, boolean useUTCTimestamp)
      Deprecated.
      Use the constructor having full parameters. This exists for backward compatibility.
    • SargApplier

      public SargApplier(org.apache.hadoop.hive.ql.io.sarg.SearchArgument sarg, long rowIndexStride, SchemaEvolution evolution, OrcFile.WriterVersion writerVersion, boolean useUTCTimestamp, boolean writerUsedProlepticGregorian, boolean convertToProlepticGregorian)
  • Method Details