Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema
Method
schema
datafusion/datasource-json/src/file_format.rs:482–484 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
480
#[async_trait]
481
impl DataSink for JsonSink {
482
fn schema(&self) -> &SchemaRef {
483
self.config.output_schema()
484
}
485
486
async fn write_all(
487
&self,
Callers
nothing calls this directly
Calls
1
output_schema
Method · 0.45
Tested by
no test coverage detected