materialized

abstract fun materialized(): List<TableEditor>

Already-materialized nested table editors for this row — does NOT create any.

Unlike all, this never instantiates a TableEditor for a child schema. Use it for traversals that must not force-materialize collapsed nested tables (e.g. open-time validation), so opening a deeply-nested collection doesn't build an editor per row × depth.