|
ENTITY Multiple_arity_function_call ABSTRACT SUPERTYPE SUBTYPE OF (Multiple_arity_numeric_expression); END_ENTITY; -- Multiple_arity_function_call |
Entity data types and their attributesGeneric_expression- Expression - Numeric_expression (DER) is_int: BOOLEAN; (DER) sql_mappable: BOOLEAN; Multiple_arity_generic_expression operands: LIST [2:?] OF Generic_expression; Multiple_arity_numeric_expression (RT) operands: LIST [2:?] OF Numeric_expression; Multiple_arity_function_call - |
| Maximum_function (Numeric_function_arm) |
| Minimum_function (Numeric_function_arm) |
Global rules for this entity data type- |