Nothing
DBmaps
.table_info()
to define table metadata and aggregations.map_join_paths()
to discover join paths from metadata and, optionally, from data (inferred joins).create_join_plan()
to translate a user's request into a step-by-step, executable plan.execute_join_plan()
to run the generated plan and produce a final data.table
.plot_join_plan()
to visualize the execution plan as a flowchart.customers
, products
, transactions
, views
) for examples and testing.DBmaps-introduction
) demonstrating the full package workflow.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.