MCPcopy Create free account
hub / github.com/codechenx/FastTableViewer / FilterOptions

Struct FilterOptions

buffer.go:787–791  ·  view source on GitHub ↗

FilterOptions defines the parameters for a column filter.

Source from the content-addressed store, hash-verified

785
786// FilterOptions defines the parameters for a column filter.
787type FilterOptions struct {
788 Query string
789 Operator string
790 CaseSensitive bool
791}
792
793// filterByColumn filters rows based on column value using the provided options.
794// It returns a new buffer containing the filtered rows.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected