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