Skip to content

Instantly share code, notes, and snippets.

@dbergqvist
Created October 21, 2019 15:09
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/340157d1b63ab9a294af4c4e58a02864 to your computer and use it in GitHub Desktop.
Save dbergqvist/340157d1b63ab9a294af4c4e58a02864 to your computer and use it in GitHub Desktop.
SingleColumnValueFilter valueFilter =
new SingleColumnValueFilter(
COLUMN_FAMILY_NAME,
Bytes.toBytes("DestinationName"),
CompareOp.EQUAL,
Bytes.toBytes("Select Bus Service Westside West End AV"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment