mockup_loader icon indicating copy to clipboard operation
mockup_loader copied to clipboard

Rename utils class to filter_utils (potentially breaking)

Open sbcgua opened this issue 4 years ago • 0 comments

all utils are filtering related. So "utils" are confusing. Utils may be used externally (and we do in a couple of scenarios) so may break things. Maybe, create a better abstraction instead. E.g filter = cl_filtering=>build( i_where ). filter->apply( table ... )

sbcgua avatar Jul 21 '21 14:07 sbcgua