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

Function NewStringLessPredicate

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

Source from the content-addressed store, hash-verified

913}
914
915func NewStringLessPredicate(val []byte) StringLessPredicate {
916 return StringLessPredicate{value: val}
917}
918
919func (p StringLessPredicate) String() string {
920 return fmt.Sprintf("StringLessPredicate{%s}", p.value)

Callers 3

createStringPredicateFunction · 0.92
createStringPredicateFunction · 0.92
createStringPredicateFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected