OmniSciDB  a5dc49c757
 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 3571 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 3572 of file HeavyDBSqlOperatorTable.java.

3572  {
3573  super("is_point_size_in_view",
3574  SqlKind.OTHER_FUNCTION,
3575  null,
3576  null,
3577  OperandTypes.family(SqlTypeFamily.ANY,
3578  SqlTypeFamily.NUMERIC,
3579  SqlTypeFamily.NUMERIC,
3580  SqlTypeFamily.NUMERIC,
3581  SqlTypeFamily.NUMERIC,
3582  SqlTypeFamily.NUMERIC),
3583  SqlFunctionCategory.SYSTEM);
3584  }

Member Function Documentation

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

Definition at line 3587 of file HeavyDBSqlOperatorTable.java.

3587  {
3588  assert opBinding.getOperandCount() == 6;
3589  final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3590  return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
3591  }

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