mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-07-23 22:39:50 +03:00
Corrected tables in docs
This commit is contained in:
parent
948ab53e5e
commit
92adeb697f
|
@ -182,6 +182,7 @@ You can optionally pass conditions to the query::
|
||||||
Note that ``order_by`` must be chosen so that the ordering is unique, otherwise there might be
|
Note that ``order_by`` must be chosen so that the ordering is unique, otherwise there might be
|
||||||
inconsistencies in the pagination (such as an instance that appears on two different pages).
|
inconsistencies in the pagination (such as an instance that appears on two different pages).
|
||||||
|
|
||||||
|
|
||||||
System models
|
System models
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
@ -201,6 +202,8 @@ Currently the following system models are supported:
|
||||||
Class DB Table Comments
|
Class DB Table Comments
|
||||||
=================== ============ ===================================================
|
=================== ============ ===================================================
|
||||||
SystemPart system.parts Gives methods to work with partitions. See below.
|
SystemPart system.parts Gives methods to work with partitions. See below.
|
||||||
|
=================== ============ ===================================================
|
||||||
|
|
||||||
|
|
||||||
Partitions and parts
|
Partitions and parts
|
||||||
--------------------
|
--------------------
|
||||||
|
@ -219,6 +222,7 @@ drop database, settings=None Drops the partition. Settings is
|
||||||
attach database, settings=None Attaches already detached partition. Settings is a dict of params to pass to http request
|
attach database, settings=None Attaches already detached partition. Settings is a dict of params to pass to http request
|
||||||
freeze database, settings=None Freezes (makes backup) of the partition. Settings is a dict of params to pass to http request
|
freeze database, settings=None Freezes (makes backup) of the partition. Settings is a dict of params to pass to http request
|
||||||
fetch database, settings=None Fetches partition. Settings is a dict of params to pass to http request
|
fetch database, settings=None Fetches partition. Settings is a dict of params to pass to http request
|
||||||
|
=================== ======================= =============================================================================================
|
||||||
|
|
||||||
``Note``: system.parts stores information for all databases. To be correct,
|
``Note``: system.parts stores information for all databases. To be correct,
|
||||||
SystemPart model was designed to receive only given database parts.
|
SystemPart model was designed to receive only given database parts.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user