com.mapd.calcite.parser.HeavyDBSqlOperatorTable.is_point_in_view.is_point_in_view |
( |
| ) |
|
|
inlinepackage |
Definition at line 2585 of file HeavyDBSqlOperatorTable.java.
2586 super(
"is_point_in_view",
2587 SqlKind.OTHER_FUNCTION,
2590 OperandTypes.family(SqlTypeFamily.ANY,
2591 SqlTypeFamily.NUMERIC,
2592 SqlTypeFamily.NUMERIC,
2593 SqlTypeFamily.NUMERIC,
2594 SqlTypeFamily.NUMERIC),
2595 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.is_point_in_view.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 2599 of file HeavyDBSqlOperatorTable.java.
2600 assert opBinding.getOperandCount() == 5;
2601 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
2602 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
The documentation for this class was generated from the following file: