com.mapd.calcite.parser.HeavyDBSqlOperatorTable.is_point_in_view.is_point_in_view |
( |
| ) |
|
|
inlinepackage |
Definition at line 3550 of file HeavyDBSqlOperatorTable.java.
3551 super(
"is_point_in_view",
3552 SqlKind.OTHER_FUNCTION,
3555 OperandTypes.family(SqlTypeFamily.ANY,
3556 SqlTypeFamily.NUMERIC,
3557 SqlTypeFamily.NUMERIC,
3558 SqlTypeFamily.NUMERIC,
3559 SqlTypeFamily.NUMERIC),
3560 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.is_point_in_view.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 3564 of file HeavyDBSqlOperatorTable.java.
3565 assert opBinding.getOperandCount() == 5;
3566 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3567 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
The documentation for this class was generated from the following file: