MCPcopy Create free account
hub / github.com/apache/datafusion / compacted

Method compacted

datafusion/common/src/scalar/mod.rs:4802–4805  ·  view source on GitHub ↗

Compacts ([ScalarValue::compact]) the current [ScalarValue] and returns it.

(mut self)

Source from the content-addressed store, hash-verified

4800
4801 /// Compacts ([ScalarValue::compact]) the current [ScalarValue] and returns it.
4802 pub fn compacted(mut self) -> Self {
4803 self.compact();
4804 self
4805 }
4806
4807 /// Recursively compacts the backing buffers of any [`StringViewArray`] or
4808 /// [`BinaryViewArray`] nested within `array`.

Callers 2

map_deduplicate_keysFunction · 0.80
update_batchMethod · 0.80

Calls 1

compactMethod · 0.45

Tested by

no test coverage detected