Skip to contents

All functions

DeltaMergeBuilder()
DeltaMergeBuilder S7 Class
DeltaTable()
DeltaTable S7 Class
compact()
Compact a Delta table
create_deltalake()
Create a new empty Delta Lake table
delta_create()
Create a new empty Delta Lake table
delta_merge()
Start a Delta Lake MERGE operation
delta_merge_execute()
Execute a Delta Lake MERGE operation
delta_table()
Create a DeltaTable object
delta_table_open()
Open a Delta Table at the specified path
delta_write()
Write data to a Delta Lake table using WriteBuilder and LogicalPlan
get_files()
Get the list of Parquet files in the current table snapshot
get_metadata()
Get table metadata
get_schema()
Get table schema
history()
Get commit history
is_delta_table()
Check if a path is a Delta Table
is_delta_table_path()
Check if a path contains a Delta table
load_datetime()
Load table at a specific datetime
load_version()
Load a specific version of the table
merge_execute()
Execute the MERGE operation
partition_columns()
Get partition columns
register_cloud_handlers()
Register cloud storage handlers (GCS, S3, Azure) for deltalake Called from R's .onLoad to enable cloud storage support
table_version()
Get the current version of a Delta table
vacuum()
Vacuum a Delta table
when_matched_delete()
Add WHEN MATCHED THEN DELETE clause
when_matched_update()
Add WHEN MATCHED THEN UPDATE clause
when_matched_update_all()
Add WHEN MATCHED THEN UPDATE ALL clause
when_not_matched_by_source_delete()
Add WHEN NOT MATCHED BY SOURCE THEN DELETE clause
when_not_matched_by_source_update()
Add WHEN NOT MATCHED BY SOURCE THEN UPDATE clause
when_not_matched_insert()
Add WHEN NOT MATCHED THEN INSERT clause
when_not_matched_insert_all()
Add WHEN NOT MATCHED THEN INSERT ALL clause
write_deltalake()
Write data to a Delta Lake table