Bytes represents a binary value. Usage: table.PredicateEqual("data", paimon.Bytes(someSlice))
| 157 | // Bytes represents a binary value. |
| 158 | // Usage: table.PredicateEqual("data", paimon.Bytes(someSlice)) |
| 159 | type Bytes []byte |
| 160 | |
| 161 | // toDatum converts a Go value to a Datum for predicate comparison. |
| 162 | // |
no outgoing calls
no test coverage detected