Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema
Function
schema
datafusion/datasource/src/memory.rs:1013–1015 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1011
}
1012
1013
fn schema() -> SchemaRef {
1014
batch(1).schema()
1015
}
1016
1017
fn memorysrcconfig_no_partitions(
1018
sort_information: Vec<LexOrdering>,
Callers
10
memorysrcconfig_no_partitions
Function · 0.70
memorysrcconfig_1_partition_1_batch
Function · 0.70
memorysrcconfig_3_partitions_1_batch_each
Function · 0.70
memorysrcconfig_3_partitions_with_2_batches_each
Function · 0.70
memorysrcconfig_1_partition_with_different_sized_batches
Function · 0.70
memorysrcconfig_1_partition_with_ordering_not_matching_size
Function · 0.70
memorysrcconfig_2_partition_with_different_sized_batches
Function · 0.70
memorysrcconfig_2_partition_with_extreme_sized_batches
Function · 0.70
test_repartition_with_sort_information
Function · 0.70
test_repartition_with_batch_ordering_not_matching_sizing
Function · 0.70
Calls
2
batch
Function · 0.85
schema
Method · 0.45
Tested by
2
test_repartition_with_sort_information
Function · 0.56
test_repartition_with_batch_ordering_not_matching_sizing
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…