Tuple-row input type for a schema. A column declared required: false
accepts undefined in its cell (a missing value — the constructor records
it in the validity bitmap), matching the runtime's intake. null is not
admitted: the tuple-row constructor rejects it (only the JSON object-row path
accepts null), so the type stays honest to what intake actually takes —
pass undefined for a missing tuple cell. (estela F-geo-row-optional.)
Tuple-row input type for a schema. A column declared
required: falseacceptsundefinedin its cell (a missing value — the constructor records it in the validity bitmap), matching the runtime's intake.nullis not admitted: the tuple-row constructor rejects it (only the JSON object-row path acceptsnull), so the type stays honest to what intake actually takes — passundefinedfor a missing tuple cell. (estela F-geo-row-optional.)