MCPcopy Create free account
hub / github.com/influxdata/influxdb / append_null

Method append_null

influxdb3_write/src/write_buffer/table_buffer.rs:587–597  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

585 }
586
587 fn append_null(&mut self) {
588 match self {
589 Builder::Bool(b) => b.append_null(),
590 Builder::I64(b) => b.append_null(),
591 Builder::F64(b) => b.append_null(),
592 Builder::U64(b) => b.append_null(),
593 Builder::String(b) => b.append_null(),
594 Builder::Tag(b) => b.append_null(),
595 Builder::Time(b) => b.append_null(),
596 }
597 }
598
599 fn into_influxcol_and_arrow(self) -> (InfluxColumnType, ArrayRef) {
600 match self {

Callers 8

add_rowsMethod · 0.45
to_record_batchFunction · 0.45
scanMethod · 0.45
to_record_batchFunction · 0.45
scanMethod · 0.45
evaluate_predicatesMethod · 0.45
as_arrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected