datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Library Guide: Building LogicalPlans

Open alamb opened this issue 2 years ago • 0 comments

Is your feature request related to a problem or challenge?

Part of https://github.com/apache/arrow-datafusion/issues/7014

If we want to have DataFusion used as the core of many new systems, we need it to be as easy as possible for someone to get their idea working on top of DataFusion.

Thanks to @tshauck we now have a basic Library Users Guide ❤️ and this ticket describes expanding it out

Describe the solution you'd like

Fill in the content of https://arrow.apache.org/datafusion/library-user-guide/building-logical-plans.html

Example Outline

  1. Building LogicalPlans directly
  2. Building LogicalPlans using LogicalPlanBuilder
  3. Translating LogicalPlan --> ExecutionPlan via physical planner

The examples directory holds a bunch more of examples: https://github.com/apache/arrow-datafusion/tree/main/datafusion-examples

Describe alternatives you've considered

No response

Additional context

No response

alamb avatar Aug 16 '23 15:08 alamb