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

Public Member Functions

RelDataType inferReturnType (SqlOperatorBinding opBinding)
 

Package Functions

 is_point_size_in_view ()
 

Detailed Description

Definition at line 3158 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 3159 of file HeavyDBSqlOperatorTable.java.

3159  {
3160  super("is_point_size_in_view",
3161  SqlKind.OTHER_FUNCTION,
3162  null,
3163  null,
3164  OperandTypes.family(SqlTypeFamily.ANY,
3165  SqlTypeFamily.NUMERIC,
3166  SqlTypeFamily.NUMERIC,
3167  SqlTypeFamily.NUMERIC,
3168  SqlTypeFamily.NUMERIC,
3169  SqlTypeFamily.NUMERIC),
3170  SqlFunctionCategory.SYSTEM);
3171  }

Member Function Documentation

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

Definition at line 3174 of file HeavyDBSqlOperatorTable.java.

3174  {
3175  assert opBinding.getOperandCount() == 6;
3176  final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3177  return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
3178  }

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