Instream v0.20.0 Instream.Series.Hydrator View Source
Hydrates series datasets.
Link to this section Summary
Functions
Converts a plain map into a series definition struct.
Converts a query result map into a list of series definition structs.
Link to this section Functions
Link to this function
from_map(series, data) View Source
Converts a plain map into a series definition struct.
Keys not defined in the series are silently dropped.
Link to this function
from_result(series, map) View Source
Converts a query result map into a list of series definition structs.
Keys not defined in the series are silently dropped.