You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/12/17 17:35:48 UTC

[GitHub] [ignite] nizhikov commented on issue #6991: IGNITE-12301 Free-lists system view

nizhikov commented on issue #6991: IGNITE-12301 Free-lists system view
URL: https://github.com/apache/ignite/pull/6991#issuecomment-566668414
 
 
   Can we provide information about fields that supports quick filtering in the separate method of the `SystemViewRowAttributeWalker`. 
   Looks like this will simplify both final solution and changes in current implementation.
   
   ```
   public interface SystemViewRowAttributeWalker {
       default Collection<String> quickFilterFields() { 
           return Collections.EMPTY_LIST();       
       }
   }
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services