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