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

Struct NotNullConfig

filter/notnull.go:19–21  ·  view source on GitHub ↗

NotNullConfig holds configuration parameters for the NotNull filter.

Source from the content-addressed store, hash-verified

17
18// NotNullConfig holds configuration parameters for the NotNull filter.
19type NotNullConfig struct {
20 Fields []string `help:"Fields is the list of fields to check for null/empty values" required:"true"`
21}
22
23// NotNull is a baker filter that discards records having null fields.
24type NotNull struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected