Package org.apache.pinot.spi.utils
Class CommonConstants.Broker.Request.QueryOptionKey
- java.lang.Object
-
- org.apache.pinot.spi.utils.CommonConstants.Broker.Request.QueryOptionKey
-
- Enclosing class:
- CommonConstants.Broker.Request
public static class CommonConstants.Broker.Request.QueryOptionKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAND_SCAN_REORDERINGstatic StringENABLE_NULL_HANDLINGstatic StringEXPLAIN_PLAN_VERBOSEstatic StringGROUP_BY_MODEDeprecated.static StringMAX_EXECUTION_THREADSstatic StringMIN_SEGMENT_GROUP_TRIM_SIZEstatic StringMIN_SERVER_GROUP_TRIM_SIZEstatic StringNUM_REPLICA_GROUPS_TO_QUERYstatic StringORDER_BY_ALGORITHMstatic StringPRESERVE_TYPEDeprecated.static StringRESPONSE_FORMATDeprecated.static StringROUTING_OPTIONSstatic StringSERVER_RETURN_FINAL_RESULTstatic StringSKIP_UPSERTstatic StringTIMEOUT_MSstatic StringUSE_MULTISTAGE_ENGINEstatic StringUSE_SCAN_REORDER_OPTIMIZATIONstatic StringUSE_STAR_TREE
-
Constructor Summary
Constructors Constructor Description QueryOptionKey()
-
-
-
Field Detail
-
TIMEOUT_MS
public static final String TIMEOUT_MS
- See Also:
- Constant Field Values
-
SKIP_UPSERT
public static final String SKIP_UPSERT
- See Also:
- Constant Field Values
-
USE_STAR_TREE
public static final String USE_STAR_TREE
- See Also:
- Constant Field Values
-
ROUTING_OPTIONS
public static final String ROUTING_OPTIONS
- See Also:
- Constant Field Values
-
USE_SCAN_REORDER_OPTIMIZATION
public static final String USE_SCAN_REORDER_OPTIMIZATION
- See Also:
- Constant Field Values
-
MAX_EXECUTION_THREADS
public static final String MAX_EXECUTION_THREADS
- See Also:
- Constant Field Values
-
MIN_SEGMENT_GROUP_TRIM_SIZE
public static final String MIN_SEGMENT_GROUP_TRIM_SIZE
- See Also:
- Constant Field Values
-
MIN_SERVER_GROUP_TRIM_SIZE
public static final String MIN_SERVER_GROUP_TRIM_SIZE
- See Also:
- Constant Field Values
-
NUM_REPLICA_GROUPS_TO_QUERY
public static final String NUM_REPLICA_GROUPS_TO_QUERY
- See Also:
- Constant Field Values
-
EXPLAIN_PLAN_VERBOSE
public static final String EXPLAIN_PLAN_VERBOSE
- See Also:
- Constant Field Values
-
USE_MULTISTAGE_ENGINE
public static final String USE_MULTISTAGE_ENGINE
- See Also:
- Constant Field Values
-
ENABLE_NULL_HANDLING
public static final String ENABLE_NULL_HANDLING
- See Also:
- Constant Field Values
-
SERVER_RETURN_FINAL_RESULT
public static final String SERVER_RETURN_FINAL_RESULT
- See Also:
- Constant Field Values
-
AND_SCAN_REORDERING
public static final String AND_SCAN_REORDERING
- See Also:
- Constant Field Values
-
ORDER_BY_ALGORITHM
public static final String ORDER_BY_ALGORITHM
- See Also:
- Constant Field Values
-
PRESERVE_TYPE
@Deprecated public static final String PRESERVE_TYPE
Deprecated.- See Also:
- Constant Field Values
-
RESPONSE_FORMAT
@Deprecated public static final String RESPONSE_FORMAT
Deprecated.- See Also:
- Constant Field Values
-
GROUP_BY_MODE
@Deprecated public static final String GROUP_BY_MODE
Deprecated.- See Also:
- Constant Field Values
-
-