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

Function NewStringLessEqualPredicate

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

Source from the content-addressed store, hash-verified

971}
972
973func NewStringLessEqualPredicate(val []byte) StringLessEqualPredicate {
974 return StringLessEqualPredicate{value: val}
975}
976
977func (p StringLessEqualPredicate) String() string {
978 return fmt.Sprintf("StringLessEqualPredicate{%s}", p.value)

Callers 3

createStringPredicateFunction · 0.92
createStringPredicateFunction · 0.92
createStringPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected