pub fn resolve_computed_fields(
schema: &DataSchema,
data: &DataValue,
max_expression_steps: usize,
) -> Result<DataValue>Expand description
Resolves computed schema fields through a bounded deterministic dependency graph.
Caller values for computed fields are replaced by their declared expression, making the schema the single source of truth for derived values.