We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbdb345 + 6fefdba commit d895934Copy full SHA for d895934
lib/sqlite3/database.rb
@@ -725,13 +725,6 @@ def set_error(error)
725
@driver.result_error(@func, error.to_s, -1)
726
end
727
728
- # (Only available to aggregate functions.) Returns the number of rows
729
- # that the aggregate has processed so far. This will include the current
730
- # row, and so will always return at least 1.
731
- def count
732
- @driver.aggregate_count(@func)
733
- end
734
-
735
# Returns the value with the given key from the context. This is only
736
# available to aggregate functions.
737
def [](key)
0 commit comments