raunaqmathur / google-visualization-java

Automatically exported from code.google.com/p/google-visualization-java
0 stars 0 forks source link

Add a visitor for easily traversing QueryFilter objects #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is to allow non-sql datasources that have sql-like filtering capabilities 
to 
inspect QueryFilters without instanceof checks all over the place.  A patch has 
been included that adds the visitor, adds a simple default implementation for 
extension and rewrites the SqlDataSourceHelper to use the visitor.

Original issue reported on code.google.com by gak@google.com on 23 Oct 2009 at 10:24

Attachments: