NAReplacePlan
Defined in: plan/logical-plan.ts:569
Replace values matching old with new.
- Spark Connect: Relation.Replace (NAReplace)
Properties
Section titled “Properties”child: LogicalPlan;Defined in: plan/logical-plan.ts:571
cols: string[];Defined in: plan/logical-plan.ts:572
replacements
Section titled “replacements”replacements: { newValue: string | number | boolean | null; oldValue: string | number | boolean | null;}[];Defined in: plan/logical-plan.ts:573
newValue
Section titled “newValue”newValue: string | number | boolean | null;oldValue
Section titled “oldValue”oldValue: string | number | boolean | null;type: "naReplace";Defined in: plan/logical-plan.ts:570