I am contemplating the idea of using BiqQuery for data (unstructured) analysis.
I am aware that the ability to run ad-hoc queries over terabytes of data forms one of the biggest strengths of BigQuery.
How do I use this potential to handle unstructured data?
As per my understanding of BigQuery, it operates over data represented in form of relations, and that is the structure to follow when you feed data to BigQuery.
Is there any way BigQuery be made to operate over unstructured data, say for example data contained in documents? (Without of-course processing the documents first and then feeding the output to BigQuery.)