Definition at line 1931 of file MapDSqlOperatorTable.java.
com.mapd.calcite.parser.MapDSqlOperatorTable.convert_meters_to_pixel_width.convert_meters_to_pixel_width |
( |
| ) |
|
|
inlinepackage |
Definition at line 1932 of file MapDSqlOperatorTable.java.
1933 super(
"convert_meters_to_pixel_width",
1934 SqlKind.OTHER_FUNCTION,
1937 OperandTypes.family(SqlTypeFamily.NUMERIC,
1939 SqlTypeFamily.NUMERIC,
1940 SqlTypeFamily.NUMERIC,
1941 SqlTypeFamily.NUMERIC,
1942 SqlTypeFamily.NUMERIC),
1943 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.MapDSqlOperatorTable.convert_meters_to_pixel_width.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 1947 of file MapDSqlOperatorTable.java.
References DOUBLE.
1948 assert opBinding.getOperandCount() == 6;
1949 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
The documentation for this class was generated from the following file: