pub fn schema_from_samples(samples: &[Value]) -> Option<Value>Available on crate feature
catalog only.Expand description
Infer an infer_schema-shaped record schema from a run’s sample, None
when nothing was sampled (empty run, or non-object records only).