Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ output_schema
Method
output_schema
datafusion/datasource/src/file_sink_config.rs:167–169 ·
view source on GitHub ↗
Get output schema
(&self)
Source
from the content-addressed store, hash-verified
165
impl FileSinkConfig {
166
/// Get output schema
167
pub fn output_schema(&self) -> &SchemaRef {
168
&self.output_schema
169
}
170
}
Callers
6
get_writer_schema
Function · 0.45
schema
Method · 0.45
schema
Method · 0.45
schema
Method · 0.45
create_writer_props
Method · 0.45
schema
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected