Package org.apache.pinot.parsers
Class CompilerConstants
- java.lang.Object
-
- org.apache.pinot.parsers.CompilerConstants
-
public class CompilerConstants extends Object
Class to host compiler related constants
-
-
Field Summary
Fields Modifier and Type Field Description static StringAGGREGATION_FUNCTION_ARG_SEPARATORstatic StringCOLUMN_KEY_IN_AGGREGATION_INFO
-
-
-
Field Detail
-
AGGREGATION_FUNCTION_ARG_SEPARATOR
public static final String AGGREGATION_FUNCTION_ARG_SEPARATOR
- See Also:
- Constant Field Values
-
COLUMN_KEY_IN_AGGREGATION_INFO
public static final String COLUMN_KEY_IN_AGGREGATION_INFO
- See Also:
- Constant Field Values
-
-