MCPcopy Create free account
hub / github.com/apache/datafusion / schema

Method schema

datafusion/catalog/src/memory/table.rs:215–217  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

213#[async_trait]
214impl TableProvider for MemTable {
215 fn schema(&self) -> SchemaRef {
216 Arc::clone(&self.schema)
217 }
218
219 fn constraints(&self) -> Option<&Constraints> {
220 Some(&self.constraints)

Callers 4

try_newMethod · 0.45
loadMethod · 0.45
scanMethod · 0.45
insert_intoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected