google-code-export / google-bigquery

Automatically exported from code.google.com/p/google-bigquery
1 stars 0 forks source link

Decorator for Views #202

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Need to encapsulate the queries in views and allow people to query the tables 
only thru views. However decorator is not utilized for table(s) referenced by 
the view. Thus any query hitting a big table thru that view can scan the whole 
thing.

Within the view, we can't have static decorator, as it should be up to the 
users what the decorator window would be at query time.

Original issue reported on code.google.com by bnemu...@zulily.com on 29 Dec 2014 at 5:43