MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / decode_timestamps_col

Function decode_timestamps_col

nodedb-array/src/codec/column_codec.rs:83–85  ·  view source on GitHub ↗
(data: &[u8])

Source from the content-addressed store, hash-verified

81}
82
83pub 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

Callers 2

timestamps_roundtripFunction · 0.85
decode_structuralFunction · 0.85

Calls 1

decode_timestampsFunction · 0.85

Tested by 1

timestamps_roundtripFunction · 0.68