Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema
Method
schema
datafusion/physical-plan/src/execution_plan.rs:1176–1178 ·
view source on GitHub ↗
Get schema of the node.
(&self)
Source
from the content-addressed store, hash-verified
1174
1175
/// Get schema of the node.
1176
pub(crate) fn schema(&self) -> &SchemaRef {
1177
self.eq_properties.schema()
1178
}
1179
}
1180
1181
macro_rules! check_len {
Callers
4
schema
Method · 0.45
partition_statistics
Method · 0.45
execute_stream
Function · 0.45
execute_input_stream
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected