Skip to main content

OmenaQueryLinearProvenanceV0

Type Alias OmenaQueryLinearProvenanceV0 

Source
pub type OmenaQueryLinearProvenanceV0 = LinearProvenanceV0<NaturalCountProvenanceSemiringV0>;

Aliased Type§

pub struct OmenaQueryLinearProvenanceV0 {
    pub schema_version: &'static str,
    pub product: &'static str,
    pub layer_marker: &'static str,
    pub feature_gate: &'static str,
    pub semiring_identifier: &'static str,
    pub semiring: NaturalCountProvenanceSemiringV0,
    pub term_count: usize,
    pub terms: Vec<LinearProvenanceTermV0>,
}

Fields§

§schema_version: &'static str§product: &'static str§layer_marker: &'static str§feature_gate: &'static str§semiring_identifier: &'static str§semiring: NaturalCountProvenanceSemiringV0§term_count: usize§terms: Vec<LinearProvenanceTermV0>