FUNCTION aggregate1_in_aggregate2 (agg1 : AGGREGATE OF GENERIC, agg2 : AGGREGATE OF GENERIC) : LOGICAL; RETURN(SIZEOF(QUERY (ele <* agg1 | VALUE_IN(agg2, ele)))= SIZEOF(agg1)); END_FUNCTION; -- aggregate1_in_aggregate2 |
public class FAggregate1_in_aggregate2 public static Value run(SdaiContext _context, Value agg1, Value agg2) |