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

Method schema

datafusion/physical-plan/src/recursive_query.rs:450–452  ·  view source on GitHub ↗

Get the schema

(&self)

Source from the content-addressed store, hash-verified

448impl RecordBatchStream for RecursiveQueryStream {
449 /// Get the schema
450 fn schema(&self) -> SchemaRef {
451 Arc::clone(&self.schema)
452 }
453}
454
455/// Deduplicator based on a hash table.

Callers 2

try_newMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected