Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc committed Jun 19, 2024
1 parent a5520b8 commit ad3f07a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions collections/pair.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,6 @@ func (p pairKeyCodec[K1, K2]) DecodeJSON(b []byte) (Pair[K1, K2], error) {
return Join(k1, k2), nil
}

func (p pairKeyCodec[K1, K2]) LogicalDecoder() codec.LogicalDecoder {
panic("TODO")
}

// NewPrefixUntilPairRange defines a collection query which ranges until the provided Pair prefix.
// Unstable: this API might change in the future.
func NewPrefixUntilPairRange[K1, K2 any](prefix K1) *PairRange[K1, K2] {
Expand Down

0 comments on commit ad3f07a

Please sign in to comment.