MCPcopy Create free account
hub / github.com/AdRoll/baker / NotNull

Struct NotNull

filter/notnull.go:24–28  ·  view source on GitHub ↗

NotNull is a baker filter that discards records having null fields.

Source from the content-addressed store, hash-verified

22
23// NotNull is a baker filter that discards records having null fields.
24type NotNull struct {
25 numFilteredLines int64
26 cfg *NotNullConfig
27 fields []baker.FieldIndex
28}
29
30// NewNotNull creates and configures a new NotNull filter.
31func NewNotNull(cfg baker.FilterParams) (baker.Filter, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected