OmniSciDB  c1a53651b2
 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 3113 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 3114 of file HeavyDBSqlOperatorTable.java.

3114  {
3115  super("convert_meters_to_pixel_height",
3116  SqlKind.OTHER_FUNCTION,
3117  null,
3118  null,
3119  OperandTypes.family(SqlTypeFamily.NUMERIC,
3120  SqlTypeFamily.ANY,
3121  SqlTypeFamily.NUMERIC,
3122  SqlTypeFamily.NUMERIC,
3123  SqlTypeFamily.NUMERIC,
3124  SqlTypeFamily.NUMERIC),
3125  SqlFunctionCategory.SYSTEM);
3126  }

Member Function Documentation

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

Definition at line 3129 of file HeavyDBSqlOperatorTable.java.

3129  {
3130  assert opBinding.getOperandCount() == 6;
3131  final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3132  return typeFactory.createSqlType(SqlTypeName.DOUBLE);
3133  }

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