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

Method into_state

datafusion/physical-expr-common/src/binary_view_map.rs:62–64  ·  view source on GitHub ↗

Converts this set into a `StringViewArray` or `BinaryViewArray` containing each distinct value that was interned. This is done without copying the values.

(self)

Source from the content-addressed store, hash-verified

60 /// containing each distinct value that was interned.
61 /// This is done without copying the values.
62 pub fn into_state(self) -> ArrayRef {
63 self.0.into_state()
64 }
65
66 /// Returns the total number of distinct values (including nulls) seen so far
67 pub fn len(&self) -> usize {

Callers 2

assert_setFunction · 0.45
into_arrayMethod · 0.45

Calls 4

newFunction · 0.85
is_emptyMethod · 0.45
pushMethod · 0.45
finishMethod · 0.45

Tested by

no test coverage detected