Skip to content

Instantly share code, notes, and snippets.

@dbergqvist
Created October 21, 2019 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbergqvist/92bcf8110375a73e16f8a04870b2c630 to your computer and use it in GitHub Desktop.
Save dbergqvist/92bcf8110375a73e16f8a04870b2c630 to your computer and use it in GitHub Desktop.
Query query = Query.create(TABLE_ID)
.prefix("MTA/M86-SBS/1496275200000")
.filter(FILTERS
.interleave()
.filter(FILTERS.qualifier().exactMatch(LAT_COLUMN_NAME_STRING))
.filter(FILTERS.qualifier().exactMatch(LONG_COLUMN_NAME_STRING)));
ServerStream<Row> rows = dataClient.readRows(query);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment