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

Method dictionary

arrow-data/src/ffi.rs:339–343  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

337 /// Returns the dictionary if any
338 #[inline]
339 pub fn dictionary(&self) -> Option<&Self> {
340 // Safety:
341 // If dictionary is not null should be valid for reads of `Self`
342 unsafe { self.dictionary.as_ref() }
343 }
344}
345
346#[cfg(test)]

Callers 2

test_sql.pyFile · 0.45
test_dictionary_pythonFunction · 0.45

Calls 1

as_refMethod · 0.45

Tested by 1

test_dictionary_pythonFunction · 0.36