Class SubstraitFunctionNames
- java.lang.Object
-
- com.amazonaws.athena.connector.substrait.model.SubstraitFunctionNames
-
public final class SubstraitFunctionNames extends Object
Constants for Substrait function names used in expression parsing.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAND_BOOLstatic StringEQUAL_ANY_ANYstatic StringGT_ANY_ANYstatic StringGT_PTS_PTSstatic StringGTE_ANY_ANYstatic StringGTE_PTS_PTSstatic StringIS_NOT_NULL_ANYstatic StringIS_NULL_ANYstatic StringLT_ANY_ANYstatic StringLT_PTS_PTSstatic StringLTE_ANY_ANYstatic StringLTE_PTS_PTSstatic StringNOT_BOOLstatic StringNOT_EQUAL_ANY_ANYstatic StringOR_BOOL
-
-
-
Field Detail
-
NOT_BOOL
public static final String NOT_BOOL
- See Also:
- Constant Field Values
-
AND_BOOL
public static final String AND_BOOL
- See Also:
- Constant Field Values
-
OR_BOOL
public static final String OR_BOOL
- See Also:
- Constant Field Values
-
GT_ANY_ANY
public static final String GT_ANY_ANY
- See Also:
- Constant Field Values
-
GT_PTS_PTS
public static final String GT_PTS_PTS
- See Also:
- Constant Field Values
-
GTE_ANY_ANY
public static final String GTE_ANY_ANY
- See Also:
- Constant Field Values
-
GTE_PTS_PTS
public static final String GTE_PTS_PTS
- See Also:
- Constant Field Values
-
LT_ANY_ANY
public static final String LT_ANY_ANY
- See Also:
- Constant Field Values
-
LT_PTS_PTS
public static final String LT_PTS_PTS
- See Also:
- Constant Field Values
-
LTE_ANY_ANY
public static final String LTE_ANY_ANY
- See Also:
- Constant Field Values
-
LTE_PTS_PTS
public static final String LTE_PTS_PTS
- See Also:
- Constant Field Values
-
EQUAL_ANY_ANY
public static final String EQUAL_ANY_ANY
- See Also:
- Constant Field Values
-
NOT_EQUAL_ANY_ANY
public static final String NOT_EQUAL_ANY_ANY
- See Also:
- Constant Field Values
-
IS_NULL_ANY
public static final String IS_NULL_ANY
- See Also:
- Constant Field Values
-
IS_NOT_NULL_ANY
public static final String IS_NOT_NULL_ANY
- See Also:
- Constant Field Values
-
-