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

Method push_null

nodedb/src/data/executor/response_codec/arrow.rs:122–128  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

120 }
121
122 fn push_null(&mut self) {
123 match self {
124 Self::Str(v) => v.push(None),
125 Self::I64(v) => v.push(None),
126 Self::F64(v) => v.push(None),
127 }
128 }
129
130 fn finish(self) -> ArrayRef {
131 match self {

Callers 1

encode_as_arrow_ipcFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected