Skip to main content

Json2RewritePlans

Type Alias Json2RewritePlans 

Source
pub(crate) type Json2RewritePlans = HashMap<String, Json2RewritePlan>;
Expand description

JSON2 rewrite plans keyed by logical column name.

Aliased Typeยง

pub(crate) struct Json2RewritePlans { /* private fields */ }