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

Class Value

arrow-array/src/builder/primitive_dictionary_builder.rs:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32/// This is necessary to handle types such as f32, which don't natively implement these
33#[derive(Debug)]
34struct Value<T>(T);
35
36impl<T: ToByteSlice> std::hash::Hash for Value<T> {
37 fn hash<H: std::hash::Hasher>(&self, state: &mut H) {

Callers 3

fromMethod · 0.85
new_from_buildersMethod · 0.85
get_or_insert_keyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected