Class OjaiConstants


  • public final class OjaiConstants
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String MAPR_OJAI_DRIVER_BASE_URL
      The URL for Ojai Driver which can be used by the Driver manager to load the driver.
      static java.lang.String OPTION_BUFFER_WRITES
      Used to specify whether writes to the table in the DocumentStore are to be buffered Default is false.
      static java.lang.String OPTION_FORCE_SORT
      Used to specify if drill should sort the rows for non-covering queries Default is false.
      static java.lang.String OPTION_USE_INDEX
      Suggest an index for the query to use which will be picked only if the index is eligible
    • Constructor Summary

      Constructors 
      Constructor Description
      OjaiConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • OPTION_FORCE_SORT

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

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

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

        public static final java.lang.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:
        Constant Field Values
    • Constructor Detail

      • OjaiConstants

        public OjaiConstants()