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

Method set_dialect

datafusion-cli/src/helper.rs:65–69  ·  view source on GitHub ↗
(&mut self, dialect: &Dialect)

Source from the content-addressed store, hash-verified

63 }
64
65 pub fn set_dialect(&mut self, dialect: &Dialect) {
66 if *dialect != self.dialect {
67 self.dialect = *dialect;
68 }
69 }
70
71 /// Re-enable the default hint for the next prompt.
72 pub fn reset_hint(&self) {

Callers 2

exec_from_replFunction · 0.80
sql_dialectFunction · 0.80

Calls

no outgoing calls

Tested by 1

sql_dialectFunction · 0.64