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

Method create_output

arrow-select/src/zip.rs:333–335  ·  view source on GitHub ↗
(&self, predicate: &BooleanArray)

Source from the content-addressed store, hash-verified

331
332impl ZipImpl for FallbackImpl {
333 fn create_output(&self, predicate: &BooleanArray) -> Result<ArrayRef, ArrowError> {
334 zip_impl(predicate, &self.truthy, true, &self.falsy, true)
335 }
336}
337
338struct PrimitiveScalarImpl<T: ArrowPrimitiveType> {

Callers 2

zipFunction · 0.80
zipMethod · 0.80

Calls 10

zip_implFunction · 0.85
try_newFunction · 0.85
empty_arc_buffersFunction · 0.85
collectMethod · 0.80
lenMethod · 0.45
iterMethod · 0.45
notMethod · 0.45
with_data_typeMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected