MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / simple

Method simple

src/sql-parser/src/ast/display.rs:114–116  ·  view source on GitHub ↗

Whether the AST should be printed out in a more human readable format.

(&self)

Source from the content-addressed store, hash-verified

112
113 /// Whether the AST should be printed out in a more human readable format.
114 pub fn simple(&self) -> bool {
115 matches!(self.mode, FormatMode::Simple | FormatMode::SimpleRedacted)
116 }
117
118 /// Whether the AST should be printed in redacted form
119 pub fn redacted(&self) -> bool {

Callers 1

fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected