MCPcopy Create free account
hub / github.com/dolthub/doltgresql / RemoveIndex

Method RemoveIndex

postgres/parser/json/json.go:121–121  ·  view source on GitHub ↗

RemoveIndex implements the `-` operator for ints, returning JSON after removal, whether removal is valid and error message.

(idx int)

Source from the content-addressed store, hash-verified

119 // RemoveIndex implements the `-` operator for ints, returning JSON after removal,
120 // whether removal is valid and error message.
121 RemoveIndex(idx int) (JSON, bool, error)
122
123 // RemovePath and doRemovePath implement the `#-` operator for strings, returning JSON after removal,
124 // whether removal is valid and error message.

Callers 1

RemoveIndexMethod · 0.65

Implementers 4

jsonNullpostgres/parser/json/json.go
jsonFalsepostgres/parser/json/json.go
jsonTruepostgres/parser/json/json.go
jsonEncodedpostgres/parser/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected