Uses of Record Class
dev.omnist.algebra.InferResult
Packages that use InferResult
Package
Description
The normative Schema Algebra: operations that reason about and transform an
OSD
Schema itself, rather than the documents it
describes — normalize, prune, extract, lint,
compatible_with, equivalent, is_empty, and structural
inference from sample documents (omnist-spec §6).-
Uses of InferResult in dev.omnist.algebra
Methods in dev.omnist.algebra that return InferResultModifier and TypeMethodDescriptionstatic InferResultSchemaAlgebra.inferWithReport(List<Document> samples, String rootName, boolean allowAny) Infers a schema from a list of sample documents (§6.10), returning both the schema and a report of every field that fell back toanybecause its samples mixed incompatible scalar kinds.