com.mapd.calcite.parser.HeavyDBSqlOperatorTable.is_point_size_in_view.is_point_size_in_view |
( |
| ) |
|
|
inlinepackage |
Definition at line 3159 of file HeavyDBSqlOperatorTable.java.
3160 super(
"is_point_size_in_view",
3161 SqlKind.OTHER_FUNCTION,
3164 OperandTypes.family(SqlTypeFamily.ANY,
3165 SqlTypeFamily.NUMERIC,
3166 SqlTypeFamily.NUMERIC,
3167 SqlTypeFamily.NUMERIC,
3168 SqlTypeFamily.NUMERIC,
3169 SqlTypeFamily.NUMERIC),
3170 SqlFunctionCategory.SYSTEM);
RelDataType com.mapd.calcite.parser.HeavyDBSqlOperatorTable.is_point_size_in_view.inferReturnType |
( |
SqlOperatorBinding |
opBinding | ) |
|
|
inline |
Definition at line 3174 of file HeavyDBSqlOperatorTable.java.
3175 assert opBinding.getOperandCount() == 6;
3176 final RelDataTypeFactory typeFactory = opBinding.getTypeFactory();
3177 return typeFactory.createSqlType(SqlTypeName.BOOLEAN);
The documentation for this class was generated from the following file: