(data: &[u8])
| 81 | } |
| 82 | |
| 83 | pub fn decode_timestamps_col(data: &[u8]) -> ArrayResult<Vec<i64>> { |
| 84 | nodedb_codec::gorilla::decode_timestamps(data).map_err(codec_err) |
| 85 | } |
| 86 | |
| 87 | // --------------------------------------------------------------------------- |
| 88 | // Attribute columns: type-dispatched |