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

Public Member Functions

RelDataType inferReturnType (SqlOperatorBinding opBinding)
 

Package Functions

 convert_meters_to_pixel_height ()
 

Detailed Description

Definition at line 3526 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 3527 of file HeavyDBSqlOperatorTable.java.

3527  {
3528  super("convert_meters_to_pixel_height",
3529  SqlKind.OTHER_FUNCTION,
3530  null,
3531  null,
3532  OperandTypes.family(SqlTypeFamily.NUMERIC,
3533  SqlTypeFamily.ANY,
3534  SqlTypeFamily.NUMERIC,
3535  SqlTypeFamily.NUMERIC,
3536  SqlTypeFamily.NUMERIC,
3537  SqlTypeFamily.NUMERIC),
3538  SqlFunctionCategory.SYSTEM);
3539  }

Member Function Documentation

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

Definition at line 3542 of file HeavyDBSqlOperatorTable.java.

3542  {
3543  assert opBinding.getOperandCount() == 6;
3544  final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3545  return typeFactory.createSqlType(SqlTypeName.DOUBLE);
3546  }

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