1 2 3 4 5 6
//! Logical Plan represents the gRPC Spark Plan used //! to create a DataFrame pub mod logical_plan; pub use logical_plan::LogicalPlanBuilder;