You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be useful to add a method to get the filter pipeline to Dataset. As only chunked datasets can have filters a "no filters" constant would be returned by other Dataset types.
Should be able to access the filter name, id and filter data.
The text was updated successfully, but these errors were encountered:
* Add Dataset#getFilters API to get filters used on a dataset
* Switch order of filters internally to match in file order
* Add testing for filters api
Would be useful to add a method to get the filter pipeline to Dataset. As only chunked datasets can have filters a "no filters" constant would be returned by other Dataset types.
Should be able to access the filter name, id and filter data.
The text was updated successfully, but these errors were encountered: