OmniSciDB  f17484ade4
 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 3329 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 3330 of file HeavyDBSqlOperatorTable.java.

3330  {
3331  super("convert_meters_to_pixel_height",
3332  SqlKind.OTHER_FUNCTION,
3333  null,
3334  null,
3335  OperandTypes.family(SqlTypeFamily.NUMERIC,
3336  SqlTypeFamily.ANY,
3337  SqlTypeFamily.NUMERIC,
3338  SqlTypeFamily.NUMERIC,
3339  SqlTypeFamily.NUMERIC,
3340  SqlTypeFamily.NUMERIC),
3341  SqlFunctionCategory.SYSTEM);
3342  }

Member Function Documentation

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

Definition at line 3345 of file HeavyDBSqlOperatorTable.java.

3345  {
3346  assert opBinding.getOperandCount() == 6;
3347  final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3348  return typeFactory.createSqlType(SqlTypeName.DOUBLE);
3349  }

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