description: Publish rows appended to an updateable final page, synchronize output, temporarily release a
path handle, reopen it after file-identity checks, or finalize a writer. Compatible uncompressed
row-major files can be updated in place. Automatic uses an adjacent-file atomic rewrite for
compressed or column-major files; InPlaceOnly rejects them.
flushRows — Flush newly written row data while publishing the updated row count.
return value: None.
exceptions: sdds::StateError for an unsupported strategy or call sequence and sdds::IoError for flush,
synchronization, reconnect, replacement, or atomic-rewrite failures.