Skip to main content
Information about changes to table data or table schema View source on GitHub

Methods


insert_to_update()

Convert the update status from an insert operation to an update operation. This is used when an insert operation is treated as an update. Signature:
insert_to_update()-> UpdateStatus

to_cascade()

Convert the update status to a cascade update status. This is used when an operation cascades changes to other tables. Signature:
to_cascade()-> UpdateStatus

Attributes

cascade_row_count_stats field

⚠️ No documentation Type: field: RowCountStats Default: Factory function

cols_with_excs field

⚠️ No documentation Type: field: list[str] Default: Factory function

ext_num_rows property

Total number of rows affected in an external store. Type: property (read-only)

ext_row_count_stats field

⚠️ No documentation Type: field: RowCountStats Default: Factory function

external_rows_created property

Number of rows created in an external store. Type: property (read-only)

external_rows_deleted property

Number of rows deleted from an external store. Type: property (read-only)

external_rows_updated property

Number of rows updated in an external store. Type: property (read-only)

insert_msg property

Return a message describing the results of an insert operation. Type: property (read-only)

num_computed_values property

Total number of computed values affected (including cascaded changes). Type: property (read-only)

num_excs property

Total number of exceptions encountered (including cascaded changes). Type: property (read-only)

num_rows property

Total number of rows affected (including cascaded changes). Type: property (read-only)

pxt_rows_updated property

Returns the number of Pixeltable rows that were updated as a result of the operation. Type: property (read-only)

row_count_stats field

⚠️ No documentation Type: field: RowCountStats Default: Factory function

updated_cols field

⚠️ No documentation Type: field: list[str] Default: Factory function
I