MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / EncodeFlags

TypeAlias EncodeFlags

pkg/sql/lexbase/encode.go:26–26  ·  view source on GitHub ↗

EncodeFlags influence the formatting of strings and identifiers.

Source from the content-addressed store, hash-verified

24
25// EncodeFlags influence the formatting of strings and identifiers.
26type EncodeFlags int
27
28// HasFlags tests whether the given flags are set.
29func (f EncodeFlags) HasFlags(subset EncodeFlags) bool {

Callers 1

EncodeFlagsMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected