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

Method enable_ident_normalization

datafusion/core/src/execution/context/mod.rs:565–572  ·  view source on GitHub ↗

Return the `enable_ident_normalization` of this Session

(&self)

Source from the content-addressed store, hash-verified

563
564 /// Return the `enable_ident_normalization` of this Session
565 pub fn enable_ident_normalization(&self) -> bool {
566 self.state
567 .read()
568 .config()
569 .options()
570 .sql_parser
571 .enable_ident_normalization
572 }
573
574 /// Return a copied version of config for this Session
575 pub fn copied_config(&self) -> SessionConfig {

Callers

nothing calls this directly

Calls 3

readMethod · 0.80
optionsMethod · 0.45
configMethod · 0.45

Tested by

no test coverage detected