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

Method information_schema

datafusion/execution/src/config.rs:221–223  ·  view source on GitHub ↗

Is the information schema enabled?

(&self)

Source from the content-addressed store, hash-verified

219
220 /// Is the information schema enabled?
221 pub fn information_schema(&self) -> bool {
222 self.options.catalog.information_schema
223 }
224
225 /// Should the context create the default catalog and schema?
226 pub fn create_default_catalog_and_schema(&self) -> bool {

Callers 1

schema_for_refMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected