OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mapd.calcite.parser.HeavyDBSqlOperatorTable.convert_meters_to_pixel_width Class Reference
+ Inheritance diagram for com.mapd.calcite.parser.HeavyDBSqlOperatorTable.convert_meters_to_pixel_width:
+ Collaboration diagram for com.mapd.calcite.parser.HeavyDBSqlOperatorTable.convert_meters_to_pixel_width:

Public Member Functions

RelDataType inferReturnType (SqlOperatorBinding opBinding)
 

Package Functions

 convert_meters_to_pixel_width ()
 

Detailed Description

Definition at line 3362 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

com.mapd.calcite.parser.HeavyDBSqlOperatorTable.convert_meters_to_pixel_width.convert_meters_to_pixel_width ( )
inlinepackage

Definition at line 3363 of file HeavyDBSqlOperatorTable.java.

3363  {
3364  super("convert_meters_to_pixel_width",
3365  SqlKind.OTHER_FUNCTION,
3366  null,
3367  null,
3368  OperandTypes.family(SqlTypeFamily.NUMERIC,
3369  SqlTypeFamily.ANY,
3370  SqlTypeFamily.NUMERIC,
3371  SqlTypeFamily.NUMERIC,
3372  SqlTypeFamily.NUMERIC,
3373  SqlTypeFamily.NUMERIC),
3374  SqlFunctionCategory.SYSTEM);
3375  }

Member Function Documentation

RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.convert_meters_to_pixel_width.inferReturnType ( SqlOperatorBinding  opBinding)
inline

Definition at line 3378 of file HeavyDBSqlOperatorTable.java.

3378  {
3379  assert opBinding.getOperandCount() == 6;
3380  final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3381  return typeFactory.createSqlType(SqlTypeName.DOUBLE);
3382  }

The documentation for this class was generated from the following file: