Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema
Method
schema
datafusion/physical-plan/src/union.rs:758–760 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
756
757
impl RecordBatchStream for CombinedRecordBatchStream {
758
fn schema(&self) -> SchemaRef {
759
Arc::clone(&self.schema)
760
}
761
}
762
763
impl Stream for CombinedRecordBatchStream {
Callers
4
partition_statistics
Method · 0.45
try_swapping_with_projection
Method · 0.45
execute
Method · 0.45
union_schema
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected