public Filters.Filter exactMatch(ByteString value)
Matches only cells from rows whose keys equal the value. In other words, passes through the
entire row when the key matches, and otherwise produces an empty row.
Matches only cells from rows whose keys equal the value. In other words, passes through the
entire row when the key matches, and otherwise produces an empty row.
Matches only cells from rows whose keys satisfy the given RE2 regex. In other words, passes
through the entire row when the key matches, and otherwise produces an empty row. Note that,
since row keys can contain arbitrary bytes, the C escape sequence must be used if a true
wildcard is desired. The . character will not match the new line character , which may
be present in a binary key.
Matches only cells from rows whose keys satisfy the given RE2 regex. In other words, passes
through the entire row when the key matches, and otherwise produces an empty row. Note that,
since row keys can contain arbitrary bytes, the C escape sequence must be used if a true
wildcard is desired. The . character will not match the new line character , which may
be present in a binary key.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]