mirror of
https://github.com/langchain-ai/delta-rs.git
synced 2026-07-21 01:35:22 -04:00
ceeffd867e
This adds a static method `is_deltatable(path, opts)` to the `DeltaTable` Python class, which returns `True` if able to locate a delta table at specified `path` and `False` otherwise. It does so by reusing the Rust internal `is_delta_table_location()` via the `DeltaTableBuilder`. Additionally, this also adds documentation of the usage with examples for the `DeltaTable.is_deltatable()` method.