com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Y.ST_Y |
( |
| ) |
|
|
inlinepackage |
Definition at line 1913 of file HeavyDBSqlOperatorTable.java.
1915 SqlKind.OTHER_FUNCTION,
1918 OperandTypes.family(SqlTypeFamily.ANY),
1919 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Y.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1923 of file HeavyDBSqlOperatorTable.java.
1924 assert opBinding.getOperandCount() == 1;
1925 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1926 return typeFactory.createTypeWithNullability(
1927 typeFactory.createSqlType(SqlTypeName.DOUBLE),
1928 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: