gt method

Column gt()

Implementation

Column gt() {
  operator = '>';
  return this;
}