Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
327
impl RecordBatchStream for UnnestStream {
328
fn schema(&self) -> SchemaRef {
329
Arc::clone(&self.schema)
330
}
331
}
332
333
#[async_trait]
Callers
2
compute_properties
Method · 0.45
poll_next_impl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected