com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Area.ST_Area |
( |
| ) |
|
|
inlinepackage |
Definition at line 2496 of file HeavyDBSqlOperatorTable.java.
2498 SqlKind.OTHER_FUNCTION,
2501 OperandTypes.family(SqlTypeFamily.ANY),
2502 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Area.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2506 of file HeavyDBSqlOperatorTable.java.
2507 assert opBinding.getOperandCount() == 1;
2508 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2509 return typeFactory.createTypeWithNullability(
2510 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2511 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: