Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema
Method
schema
datafusion/datasource/src/memory.rs:755–757 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
753
#[async_trait]
754
impl DataSink for MemSink {
755
fn schema(&self) -> &SchemaRef {
756
&self.schema
757
}
758
759
async fn write_all(
760
&self,
Callers
9
execute
Method · 0.45
new
Method · 0.45
test_split_projection_with_partition_columns
Function · 0.45
test_inject_partition_columns_multiple_partitions
Function · 0.45
try_new_from_batches
Method · 0.45
exec_with_limit
Function · 0.45
new_exec_with_batches
Function · 0.45
new_exec_with_batches_empty
Function · 0.45
schema
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_split_projection_with_partition_columns
Function · 0.36
test_inject_partition_columns_multiple_partitions
Function · 0.36
new_exec_with_batches
Function · 0.36
new_exec_with_batches_empty
Function · 0.36