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

Method as_arrow

datafusion/common/src/dfschema.rs:142–144  ·  view source on GitHub ↗

Return a reference to the inner Arrow [`Schema`] Note this does not have the qualifier information

(&self)

Source from the content-addressed store, hash-verified

140 ///
141 /// Note this does not have the qualifier information
142 pub fn as_arrow(&self) -> &Schema {
143 self.inner.as_ref()
144 }
145
146 /// Return a reference to the inner Arrow [`SchemaRef`]
147 ///

Callers 15

create_physical_exprFunction · 0.80
try_newMethod · 0.80
create_test_joinFunction · 0.80
sort_batchesFunction · 0.80
create_physical_exprMethod · 0.80
as_refMethod · 0.80

Calls 1

as_refMethod · 0.45

Tested by 2

sort_batchesFunction · 0.64