MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / isPadded

Method isPadded

pkg/sql/sem/tree/expr.go:1102–1104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1100}
1101
1102func (i BinaryOperator) isPadded() bool {
1103 return !(i == JSONFetchVal || i == JSONFetchText || i == JSONFetchValPath || i == JSONFetchTextPath)
1104}
1105
1106func (i BinaryOperator) String() string {
1107 if i < 0 || i > BinaryOperator(len(binaryOpName)-1) {

Callers 2

docMethod · 0.80
FormatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected