Uses of Class
com.datasqrl.json.ArrayAgg
-
-
Uses of ArrayAgg in com.datasqrl.json
Methods in com.datasqrl.json that return ArrayAgg Modifier and Type Method Description ArrayAggJsonArrayAgg. createAccumulator()Methods in com.datasqrl.json with parameters of type ArrayAgg Modifier and Type Method Description voidJsonArrayAgg. accumulate(ArrayAgg accumulator, com.datasqrl.json.FlinkJsonType value)voidJsonArrayAgg. accumulate(ArrayAgg accumulator, Double value)voidJsonArrayAgg. accumulate(ArrayAgg accumulator, Integer value)voidJsonArrayAgg. accumulate(ArrayAgg accumulator, Long value)voidJsonArrayAgg. accumulate(ArrayAgg accumulator, String value)com.datasqrl.json.FlinkJsonTypeJsonArrayAgg. getValue(ArrayAgg accumulator)voidJsonArrayAgg. merge(ArrayAgg accumulator, Iterable<ArrayAgg> iterable)voidJsonArrayAgg. retract(ArrayAgg accumulator, com.datasqrl.json.FlinkJsonType value)voidJsonArrayAgg. retract(ArrayAgg accumulator, Double value)voidJsonArrayAgg. retract(ArrayAgg accumulator, Integer value)voidJsonArrayAgg. retract(ArrayAgg accumulator, Long value)voidJsonArrayAgg. retract(ArrayAgg accumulator, String value)Method parameters in com.datasqrl.json with type arguments of type ArrayAgg Modifier and Type Method Description voidJsonArrayAgg. merge(ArrayAgg accumulator, Iterable<ArrayAgg> iterable)
-