com.mapd.calcite.parser.HeavyDBSqlOperatorTable.convert_meters_to_pixel_width.convert_meters_to_pixel_width |
( |
| ) |
|
|
inlinepackage |
Definition at line 3307 of file HeavyDBSqlOperatorTable.java.
3308 super(
"convert_meters_to_pixel_width",
3309 SqlKind.OTHER_FUNCTION,
3312 OperandTypes.family(SqlTypeFamily.NUMERIC,
3314 SqlTypeFamily.NUMERIC,
3315 SqlTypeFamily.NUMERIC,
3316 SqlTypeFamily.NUMERIC,
3317 SqlTypeFamily.NUMERIC),
3318 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.convert_meters_to_pixel_width.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 3322 of file HeavyDBSqlOperatorTable.java.
3323 assert opBinding.getOperandCount() == 6;
3324 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3325 return typeFactory.createSqlType(SqlTypeName.DOUBLE);
The documentation for this class was generated from the following file: