Uses of Package
dev.omnist.algebra
Packages that use dev.omnist.algebra
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).-
Classes in dev.omnist.algebra used by dev.omnist.algebraClassDescriptionExplains why a single field was inferred as
anyrather than a specific scalar kind, part ofInferResult.The result ofSchemaAlgebra.inferWithReport(List, String, boolean): the inferred schema plus a report of every field that fell back toany.One structural diagnostic returned by SchemaAlgebra.lint(S) (§6.11).