Timestream.record

Timestream.record(fields)

Return a record Timestream from fields computed from this timestream.

Parameters:

fields (Callable[[Timestream], Mapping[str, Arg]])

The fields to include in the record.

See Also

kaskada.record: Function for creating a record from one or more timestreams.