MCPcopy
hub / github.com/grafana/tempo / NewStringGreaterPredicate

Function NewStringGreaterPredicate

pkg/parquetquery/predicates.gen.go:797–799  ·  view source on GitHub ↗
(val []byte)

Source from the content-addressed store, hash-verified

795}
796
797func NewStringGreaterPredicate(val []byte) StringGreaterPredicate {
798 return StringGreaterPredicate{value: val}
799}
800
801func (p StringGreaterPredicate) String() string {
802 return fmt.Sprintf("StringGreaterPredicate{%s}", p.value)

Callers 3

createStringPredicateFunction · 0.92
createStringPredicateFunction · 0.92
createStringPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected