Closed
Description
I think given the existing nth function, we should let nullable configurable. And, the nullability is actually for the list element. We should add nullable in
StateFieldArgs
.
let mut fields = vec![Field::new_list(
format_state_name(self.name(), "nth_value"),
Field::new("item", args.input_type.clone(), self.nullable),
false)]
@eejbyfeldt is working on it in #11063
Originally posted by @jayzhan211 in #11287 (comment)
Metadata
Metadata
Assignees
Labels
No labels