MCPcopy Create free account
hub / github.com/apache/arrow-rs / encode_null

Function encode_null

arrow-row/src/variable.rs:136–139  ·  view source on GitHub ↗
(out: &mut [u8], opts: SortOptions)

Source from the content-addressed store, hash-verified

134}
135
136pub fn encode_null(out: &mut [u8], opts: SortOptions) -> usize {
137 out[0] = null_sentinel(opts);
138 1
139}
140
141pub fn encode_empty(out: &mut [u8], opts: SortOptions) -> usize {
142 out[0] = match opts.descending {

Callers 2

encode_oneFunction · 0.85
encode_oneFunction · 0.85

Calls 1

null_sentinelFunction · 0.85

Tested by

no test coverage detected