pub fn is_system_column(column_name: &str) -> boolExpand description
Check if a column name is a system column.
System columns are virtual columns that are computed at read time and don’t exist in the physical data files. They include:
_rowid: The row ID_rowaddr: The row address_rowoffset: The row offset_row_last_updated_at_version: The version when the row was last updated_row_created_at_version: The version when the row was created