Google DataFlow API for ingesting HLL_COUNT.INIT into BigQuery

Viewed 306

I am sending data to PubSub from where I am trying to create a DataFlow job to put data into BigQuery. I have a column in the data for unique that I want to do HLL_COUNT.INIT Is there an equivalent method on the DataFlow side so that I can directly store the HLL version of the column in BigQuery?

1 Answers
Related