Definition at line 1421 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Area.ST_Area |
( |
| ) |
|
|
inlinepackage |
Definition at line 1422 of file MapDSqlOperatorTable.java.
1424 SqlKind.OTHER_FUNCTION,
1427 OperandTypes.family(SqlTypeFamily.ANY),
1428 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.ST_Area.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1432 of file MapDSqlOperatorTable.java.
References DOUBLE.
1433 assert opBinding.getOperandCount() == 1;
1434 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
1435 return typeFactory.createTypeWithNullability(
1437 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: