OmniSciDB  72c90bc290
 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 3385 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 3386 of file HeavyDBSqlOperatorTable.java.

3386  {
3387  super("convert_meters_to_pixel_height",
3388  SqlKind.OTHER_FUNCTION,
3389  null,
3390  null,
3391  OperandTypes.family(SqlTypeFamily.NUMERIC,
3392  SqlTypeFamily.ANY,
3393  SqlTypeFamily.NUMERIC,
3394  SqlTypeFamily.NUMERIC,
3395  SqlTypeFamily.NUMERIC,
3396  SqlTypeFamily.NUMERIC),
3397  SqlFunctionCategory.SYSTEM);
3398  }

Member Function Documentation

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

Definition at line 3401 of file HeavyDBSqlOperatorTable.java.

3401  {
3402  assert opBinding.getOperandCount() == 6;
3403  final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3404  return typeFactory.createSqlType(SqlTypeName.DOUBLE);
3405  }

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