Definition at line 2140 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.convert_meters_to_pixel_width.convert_meters_to_pixel_width |
( |
| ) |
|
|
inlinepackage |
Definition at line 2141 of file MapDSqlOperatorTable.java.
2142 super(
"convert_meters_to_pixel_width",
2143 SqlKind.OTHER_FUNCTION,
2146 OperandTypes.family(SqlTypeFamily.NUMERIC,
2148 SqlTypeFamily.NUMERIC,
2149 SqlTypeFamily.NUMERIC,
2150 SqlTypeFamily.NUMERIC,
2151 SqlTypeFamily.NUMERIC),
2152 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.convert_meters_to_pixel_width.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2156 of file MapDSqlOperatorTable.java.
2157 assert opBinding.getOperandCount() == 6;
2158 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2159 return typeFactory.createSqlType(SqlTypeName.DOUBLE);
The documentation for this class was generated from the following file: