public final class OjaiConstants
extends java.lang.Object
| Modifier and Type | Field and 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 and Description |
|---|
OjaiConstants() |
public static final java.lang.String OPTION_FORCE_SORT
public static final java.lang.String OPTION_BUFFER_WRITES
public static final java.lang.String OPTION_USE_INDEX
public static final java.lang.String MAPR_OJAI_DRIVER_BASE_URL