OmniSciDB  a5dc49c757
 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 3503 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 3504 of file HeavyDBSqlOperatorTable.java.

3504  {
3505  super("convert_meters_to_pixel_width",
3506  SqlKind.OTHER_FUNCTION,
3507  null,
3508  null,
3509  OperandTypes.family(SqlTypeFamily.NUMERIC,
3510  SqlTypeFamily.ANY,
3511  SqlTypeFamily.NUMERIC,
3512  SqlTypeFamily.NUMERIC,
3513  SqlTypeFamily.NUMERIC,
3514  SqlTypeFamily.NUMERIC),
3515  SqlFunctionCategory.SYSTEM);
3516  }

Member Function Documentation

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

Definition at line 3519 of file HeavyDBSqlOperatorTable.java.

3519  {
3520  assert opBinding.getOperandCount() == 6;
3521  final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3522  return typeFactory.createSqlType(SqlTypeName.DOUBLE);
3523  }

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