Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema
Method
schema
datafusion/datasource-arrow/src/file_format.rs:368–370 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
366
#[async_trait]
367
impl DataSink for ArrowFileSink {
368
fn schema(&self) -> &SchemaRef {
369
self.config.output_schema()
370
}
371
372
async fn write_all(
373
&self,
Callers
10
open
Method · 0.45
test_file_opener_without_ranges
Function · 0.45
test_file_opener_with_ranges
Function · 0.45
test_stream_opener_errors_with_ranges
Function · 0.45
infer_schema
Method · 0.45
read_avro_schema_from_reader
Function · 0.45
open
Method · 0.45
test_avro_basic
Function · 0.45
test_avro_with_projection
Function · 0.45
test_avro_timestamp_logical_types
Function · 0.45
Calls
1
output_schema
Method · 0.45
Tested by
6
test_file_opener_without_ranges
Function · 0.36
test_file_opener_with_ranges
Function · 0.36
test_stream_opener_errors_with_ranges
Function · 0.36
test_avro_basic
Function · 0.36
test_avro_with_projection
Function · 0.36
test_avro_timestamp_logical_types
Function · 0.36