Module spark_connect_rs::dataframe
source · Expand description
DataFrame with Reader/Writer repesentation
Re-exports§
pub use crate::readwriter::DataFrameReader;pub use crate::readwriter::DataFrameWriter;pub use spark::analyze_plan_request::explain::ExplainMode;pub use spark::join::JoinType;pub use spark::write_operation::SaveMode;
Structs§
- DataFrame is composed of a
spark_sessionconnecot ting to a remote Spark Connect enabled cluster, and alogical_planwhich represents thePlanto be submitted to the cluster when an action is called