com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Area.ST_Area |
( |
| ) |
|
|
inlinepackage |
Definition at line 2113 of file HeavyDBSqlOperatorTable.java.
2115 SqlKind.OTHER_FUNCTION,
2118 OperandTypes.family(SqlTypeFamily.ANY),
2119 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Area.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2123 of file HeavyDBSqlOperatorTable.java.
2124 assert opBinding.getOperandCount() == 1;
2125 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2126 return typeFactory.createTypeWithNullability(
2127 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2128 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: