Records
Record operations create, extract or manipulate Timestreams of records.
Timestream.col | Return a Timestream accessing the named column or field of self . |
Timestream.select | Return a Timestream selecting the given fields from self . |
Timestream.remove | Return a Timestream removing the given fields from self . |
Timestream.extend | Return a Timestream containing fields from self and fields . |
Timestream.record | Return a record Timestream from fields computed from this timestream. |
record | Return a record Timestream from the given fields. |