StatApproxQuantilePlan
Defined in: plan/logical-plan.ts:633
Compute approximate quantiles of numerical columns.
- Spark Connect: Relation.ApproxQuantile (StatApproxQuantile)
Properties
Section titled “Properties”child: LogicalPlan;Defined in: plan/logical-plan.ts:635
cols: string[];Defined in: plan/logical-plan.ts:636
probabilities
Section titled “probabilities”probabilities: number[];Defined in: plan/logical-plan.ts:637
relativeError
Section titled “relativeError”relativeError: number;Defined in: plan/logical-plan.ts:638
type: "statApproxQuantile";Defined in: plan/logical-plan.ts:634