include docstring

This commit is contained in:
Jacob Chapman 2022-08-30 10:13:40 -05:00 committed by GitHub
commit d40df56acc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2386,6 +2386,7 @@ class Table(Queryable):
:param limit: SQL limit
:param offset: SQL offset
:param where: Extra SQL fragment for the WHERE clause
:param include_rank: Select the search rank column in the final query
"""
# Pick names for table and rank column that don't clash
original = "original_" if self.name == "original" else "original"