MCPcopy 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]
754impl DataSink for MemSink {
755 fn schema(&self) -> &SchemaRef {
756 &self.schema
757 }
758
759 async fn write_all(
760 &self,

Callers 9

executeMethod · 0.45
newMethod · 0.45
try_new_from_batchesMethod · 0.45
exec_with_limitFunction · 0.45
new_exec_with_batchesFunction · 0.45
schemaFunction · 0.45

Calls

no outgoing calls