com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Area.ST_Area |
( |
| ) |
|
|
inlinepackage |
Definition at line 2301 of file HeavyDBSqlOperatorTable.java.
2303 SqlKind.OTHER_FUNCTION,
2306 OperandTypes.family(SqlTypeFamily.ANY),
2307 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.ST_Area.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2311 of file HeavyDBSqlOperatorTable.java.
2312 assert opBinding.getOperandCount() == 1;
2313 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2314 return typeFactory.createTypeWithNullability(
2315 typeFactory.createSqlType(SqlTypeName.DOUBLE),
2316 opBinding.getOperandType(0).isNullable());
The documentation for this class was generated from the following file: