com.mapd.calcite.parser.HeavyDBSqlOperatorTable.is_point_in_view.is_point_in_view |
( |
| ) |
|
|
inlinepackage |
Definition at line 3137 of file HeavyDBSqlOperatorTable.java.
3138 super(
"is_point_in_view",
3139 SqlKind.OTHER_FUNCTION,
3142 OperandTypes.family(SqlTypeFamily.ANY,
3143 SqlTypeFamily.NUMERIC,
3144 SqlTypeFamily.NUMERIC,
3145 SqlTypeFamily.NUMERIC,
3146 SqlTypeFamily.NUMERIC),
3147 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.is_point_in_view.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 3151 of file HeavyDBSqlOperatorTable.java.
3152 assert opBinding.getOperandCount() == 5;
3153 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3154 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
The documentation for this class was generated from the following file: