Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Alex Baranau
Alex BaranauReporter
Alex Baranau
Alex BaranauParent
Fix versions
Priority
Created April 8, 2015 at 6:57 PM
Updated August 17, 2017 at 9:43 PM
Resolved April 10, 2015 at 5:47 PM
We need it for the work around extracting Cube dataset out of Metrics System code. The Cube implementation uses the FuzzyRowFilter to efficiently scan across time series aggregations.
For now, to avoid big changes in Table API and keep iterative approach, it is suggested to add Scan with minimal Filter parameter. There will be no Filter implementations available for developers (in cdap-api), while datasets that come with cdap will be able to use FuzzyRwFilter from internal code.
Later, we'll use this first step to help polish the server-side fitlers APIs for Table