Expand description
Feature flags
Constants§
- FLAG_
BASE_ PATHS - Dataset uses multiple base paths (for shallow clones or multi-base datasets)
- FLAG_
DELETION_ FILES - Fragments may contain deletion files, which record the tombstones of soft-deleted rows.
- FLAG_
DISABLE_ TRANSACTION_ FILE - Disable writing transaction file under _transaction/, this flag is set when we only want to write inline transaction in manifest
- FLAG_
STABLE_ ROW_ IDS - Row ids are stable for both moves and updates. Fragments contain an index mapping row ids to row addresses.
- FLAG_
TABLE_ CONFIG - Table config is present
- FLAG_
UNKNOWN - The first bit that is unknown as a feature flag
- FLAG_
USE_ V2_ FORMAT_ DEPRECATED - Files are written with the new v2 format (this flag is no longer used)
Functions§
- apply_
feature_ flags - Set the reader and writer feature flags in the manifest based on the contents of the manifest.
- can_
read_ dataset - can_
write_ dataset - has_
deprecated_ v2_ feature_ flag