Class OjaiConstants

java.lang.Object
com.mapr.ojai.store.OjaiConstants

public final class OjaiConstants extends Object
  • Field Details

    • OPTION_FORCE_SORT

      public static final String OPTION_FORCE_SORT
      Used to specify if drill should sort the rows for non-covering queries Default is false.
      See Also:
    • OPTION_BUFFER_WRITES

      public static final String OPTION_BUFFER_WRITES
      Used to specify whether writes to the table in the DocumentStore are to be buffered Default is false.
      See Also:
    • OPTION_USE_INDEX

      public static final String OPTION_USE_INDEX
      Suggest an index for the query to use which will be picked only if the index is eligible
      See Also:
    • MAPR_OJAI_DRIVER_BASE_URL

      public static final String MAPR_OJAI_DRIVER_BASE_URL
      The URL for Ojai Driver which can be used by the Driver manager to load the driver.
      See Also:
  • Constructor Details

    • OjaiConstants

      public OjaiConstants()