File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -863,6 +863,17 @@ def insert(
863863 ) -> None :
864864 """Insert data into a table.
865865
866+ ::: {.callout-note}
867+ ## Ibis does not use the word `schema` to refer to database hierarchy.
868+
869+ A collection of `table` is referred to as a `database`.
870+ A collection of `database` is referred to as a `catalog`.
871+
872+ These terms are mapped onto the corresponding features in each
873+ backend (where available), regardless of whether the backend itself
874+ uses the same terminology.
875+ :::
876+
866877 Parameters
867878 ----------
868879 name
Original file line number Diff line number Diff line change @@ -652,8 +652,9 @@ def truncate_table(
652652 ::: {.callout-note}
653653 ## Ibis does not use the word `schema` to refer to database hierarchy.
654654
655- A collection of tables is referred to as a `database`.
655+ A collection of `table` is referred to as a `database`.
656656 A collection of `database` is referred to as a `catalog`.
657+
657658 These terms are mapped onto the corresponding features in each
658659 backend (where available), regardless of whether the backend itself
659660 uses the same terminology.
You can’t perform that action at this time.
0 commit comments