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

Public Member Functions

RelDataType inferReturnType (SqlOperatorBinding opBinding)
 

Package Functions

 CountIf ()
 

Detailed Description

Definition at line 2632 of file HeavyDBSqlOperatorTable.java.

Constructor & Destructor Documentation

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

Definition at line 2633 of file HeavyDBSqlOperatorTable.java.

2633  {
2634  super("COUNT_IF",
2635  null,
2636  SqlKind.OTHER_FUNCTION,
2637  null,
2638  null,
2639  OperandTypes.ANY,
2640  SqlFunctionCategory.SYSTEM,
2641  false,
2642  false,
2643  Optionality.FORBIDDEN);
2644  }

Member Function Documentation

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

Definition at line 2647 of file HeavyDBSqlOperatorTable.java.

2647  {
2648  return opBinding.getOperandType(0);
2649  }

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