public RowsReadImpl limit()

in src/main/java/com/spotify/bigtable/read/ReadRows.java [114:117]


    public RowsReadImpl limit(final long limit) {
      readRequest.setRowsLimit(limit);
      return this;
    }