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

Function NewSkipNilsPredicate

pkg/parquetquery/predicates.go:516–518  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

514var _ Predicate = (*SkipNilsPredicate)(nil)
515
516func NewSkipNilsPredicate() *SkipNilsPredicate {
517 return &SkipNilsPredicate{}
518}
519
520func (p *SkipNilsPredicate) String() string {
521 return "SkipNilsPredicate{}"

Calls

no outgoing calls

Tested by

no test coverage detected