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

Function NewStringGreaterEqualPredicate

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

Source from the content-addressed store, hash-verified

854}
855
856func NewStringGreaterEqualPredicate(val []byte) StringGreaterEqualPredicate {
857 return StringGreaterEqualPredicate{value: val}
858}
859
860func (p StringGreaterEqualPredicate) String() string {
861 return fmt.Sprintf("StringGreaterEqualPredicate{%s}", p.value)

Callers 3

createStringPredicateFunction · 0.92
createStringPredicateFunction · 0.92
createStringPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected