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

Method schema

arrow-array/src/ffi_stream.rs:385–387  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

383
384impl RecordBatchReader for ArrowArrayStreamReader {
385 fn schema(&self) -> SchemaRef {
386 self.schema.clone()
387 }
388}
389
390#[cfg(test)]

Callers 5

get_schemaMethod · 0.45
nextMethod · 0.45
_test_round_trip_importFunction · 0.45
test_error_importFunction · 0.45
fromMethod · 0.45

Calls 1

cloneMethod · 0.45

Tested by 1

test_error_importFunction · 0.36