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

Method schema

datafusion/physical-plan/src/unnest.rs:328–330  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

326
327impl RecordBatchStream for UnnestStream {
328 fn schema(&self) -> SchemaRef {
329 Arc::clone(&self.schema)
330 }
331}
332
333#[async_trait]

Callers 2

compute_propertiesMethod · 0.45
poll_next_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected