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

Method table_schema

datafusion/datasource-arrow/src/source.rs:376–378  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

374 }
375
376 fn table_schema(&self) -> &TableSchema {
377 &self.table_schema
378 }
379
380 fn try_pushdown_projection(
381 &self,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected