OmniSciDB  f17484ade4
 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 3306 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 3307 of file HeavyDBSqlOperatorTable.java.

3307  {
3308  super("convert_meters_to_pixel_width",
3309  SqlKind.OTHER_FUNCTION,
3310  null,
3311  null,
3312  OperandTypes.family(SqlTypeFamily.NUMERIC,
3313  SqlTypeFamily.ANY,
3314  SqlTypeFamily.NUMERIC,
3315  SqlTypeFamily.NUMERIC,
3316  SqlTypeFamily.NUMERIC,
3317  SqlTypeFamily.NUMERIC),
3318  SqlFunctionCategory.SYSTEM);
3319  }

Member Function Documentation

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

Definition at line 3322 of file HeavyDBSqlOperatorTable.java.

3322  {
3323  assert opBinding.getOperandCount() == 6;
3324  final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3325  return typeFactory.createSqlType(SqlTypeName.DOUBLE);
3326  }

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