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

Method original_schema

datafusion/datasource/src/memory.rs:468–470  ·  view source on GitHub ↗

Arc clone of ref to original schema

(&self)

Source from the content-addressed store, hash-verified

466
467 /// Arc clone of ref to original schema
468 pub fn original_schema(&self) -> SchemaRef {
469 Arc::clone(&self.schema)
470 }
471
472 /// Repartition while preserving order.
473 ///

Callers 1

repartitionedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected