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

Method stable

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

Whether the AST should be optimized for persistence.

(&self)

Source from the content-addressed store, hash-verified

107
108 // Whether the AST should be optimized for persistence.
109 pub fn stable(&self) -> bool {
110 self.mode == FormatMode::Stable
111 }
112
113 /// Whether the AST should be printed out in a more human readable format.
114 pub fn simple(&self) -> bool {

Callers 2

fmtMethod · 0.80
fmt_callMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected