mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-26 19:04:32 +02:00
Tests and docs for new analyze_column() parameters, refs #544
This commit is contained in:
parent
9e9d63b989
commit
9f23e68cf0
3 changed files with 58 additions and 8 deletions
|
|
@ -3436,6 +3436,8 @@ class Table(Queryable):
|
|||
:param common_limit: Show this many column values
|
||||
:param value_truncate: Truncate display of common values to this many characters
|
||||
:param total_rows: Optimization - pass the total number of rows in the table to save running a fresh ``count(*)`` query
|
||||
:param most_common: If ``True``, calculate the most common values
|
||||
:param least_common: If ``True``, calculate the least common values
|
||||
"""
|
||||
db = self.db
|
||||
table = self.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue