Struct datafusion_expr::Distinct
source · pub struct Distinct {
pub input: Arc<LogicalPlan>,
}Expand description
Removes duplicate rows from the input
Fields§
§input: Arc<LogicalPlan>The logical plan that is being DISTINCT’d
pub struct Distinct {
pub input: Arc<LogicalPlan>,
}Removes duplicate rows from the input
input: Arc<LogicalPlan>The logical plan that is being DISTINCT’d