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

Method name

arrow-array/src/iterator.rs:644–646  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

642 type Output = AdapterOutput<O::Output>;
643
644 fn name(&self) -> String {
645 self.o.name()
646 }
647
648 fn get_value<T: SharedBetweenArrayIterAndSliceIter>(
649 &self,

Callers 5

normalizeMethod · 0.45
make_builderFunction · 0.45
with_valuesMethod · 0.45
type_namesMethod · 0.45
column_namesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected