NAReplacePlan
Defined in: plan/logical-plan.ts:573
Replace values matching old with new.
- Spark Connect: Relation.Replace (NAReplace)
Properties
Section titled “Properties”child: LogicalPlan;Defined in: plan/logical-plan.ts:575
cols: string[];Defined in: plan/logical-plan.ts:576
replacements
Section titled “replacements”replacements: { newValue: string | number | boolean | null; oldValue: string | number | boolean | null;}[];Defined in: plan/logical-plan.ts:577
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:574