MCPcopy Create free account
hub / github.com/apache/paimon-rust / Bytes

TypeAlias Bytes

bindings/go/predicate.go:159–159  ·  view source on GitHub ↗

Bytes represents a binary value. Usage: table.PredicateEqual("data", paimon.Bytes(someSlice))

Source from the content-addressed store, hash-verified

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

Callers 8

datum_from_cFunction · 0.85
scalar_to_datumFunction · 0.85
av_bytesFunction · 0.85
parquet_stats_to_datumFunction · 0.85
get_datumMethod · 0.85
extract_datum_from_arrowFunction · 0.85
extract_datumFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected