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

Method push_null

nodedb/src/control/arrow_convert.rs:150–156  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

148 }
149
150 fn push_null(&mut self) {
151 match self {
152 Self::Strings(v) => v.push(None),
153 Self::Ints(v) => v.push(None),
154 Self::Floats(v) => v.push(None),
155 }
156 }
157
158 fn finish(self) -> ArrayRef {
159 match self {

Callers 1

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected