com.mapd.calcite.parser.HeavyDBSqlOperatorTable.is_point_size_in_view.is_point_size_in_view |
( |
| ) |
|
|
inlinepackage |
Definition at line 3572 of file HeavyDBSqlOperatorTable.java.
3573 super(
"is_point_size_in_view",
3574 SqlKind.OTHER_FUNCTION,
3577 OperandTypes.family(SqlTypeFamily.ANY,
3578 SqlTypeFamily.NUMERIC,
3579 SqlTypeFamily.NUMERIC,
3580 SqlTypeFamily.NUMERIC,
3581 SqlTypeFamily.NUMERIC,
3582 SqlTypeFamily.NUMERIC),
3583 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.is_point_size_in_view.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 3587 of file HeavyDBSqlOperatorTable.java.
3588 assert opBinding.getOperandCount() == 6;
3589 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3590 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
The documentation for this class was generated from the following file: