MATCH method

Where MATCH(
  1. String value
)

Implementation

Where MATCH(String value) {
  return _WhereOp(this, "MATCH", value);
}