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

Method IsDefault

pkg/sql/sem/tree/copy.go:160–162  ·  view source on GitHub ↗

IsDefault returns true if this struct has default value.

()

Source from the content-addressed store, hash-verified

158
159// IsDefault returns true if this struct has default value.
160func (o CopyOptions) IsDefault() bool {
161 return o == CopyOptions{}
162}
163
164// CombineWith merges other options into this struct. An error is returned if
165// the same option merged multiple times.

Callers 6

FormatMethod · 0.45
FormatMethod · 0.45
docMethod · 0.45
docMethod · 0.45
FormatMethod · 0.45
FormatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected