com.mapd.calcite.parser.HeavyDBSqlOperatorTable.convert_meters_to_pixel_width.convert_meters_to_pixel_width |
( |
| ) |
|
|
inlinepackage |
Definition at line 3504 of file HeavyDBSqlOperatorTable.java.
3505 super(
"convert_meters_to_pixel_width",
3506 SqlKind.OTHER_FUNCTION,
3509 OperandTypes.family(SqlTypeFamily.NUMERIC,
3511 SqlTypeFamily.NUMERIC,
3512 SqlTypeFamily.NUMERIC,
3513 SqlTypeFamily.NUMERIC,
3514 SqlTypeFamily.NUMERIC),
3515 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.convert_meters_to_pixel_width.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 3519 of file HeavyDBSqlOperatorTable.java.
3520 assert opBinding.getOperandCount() == 6;
3521 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3522 return typeFactory.createSqlType(SqlTypeName.DOUBLE);
The documentation for this class was generated from the following file: