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

Method finish

nodedb/src/data/executor/response_codec/arrow.rs:130–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128 }
129
130 fn finish(self) -> ArrayRef {
131 match self {
132 Self::Str(v) => Arc::new(StringArray::from(v)) as ArrayRef,
133 Self::I64(v) => Arc::new(Int64Array::from(v)) as ArrayRef,
134 Self::F64(v) => Arc::new(Float64Array::from(v)) as ArrayRef,
135 }
136 }
137}

Callers 3

encode_as_arrow_ipcFunction · 0.45
coord_to_group_keyFunction · 0.45
hash_join_keyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected