- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for LimitReached (0.04 sec)
-
internal/s3select/sql/statement.go
return nil, err } } // Update count of records output. e.outputCount++ return output, nil } // LimitReached - returns true if the number of records output has // reached the value of the `LIMIT` clause. func (e *SelectStatement) LimitReached() bool { if e.limitValue == -1 { return false } return e.outputCount >= e.limitValueRegistered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 9K bytes - Viewed (0)