Skip to content

NAReplacePlan

Defined in: plan/logical-plan.ts:573

Replace values matching old with new.

  • Spark Connect: Relation.Replace (NAReplace)
child: LogicalPlan;

Defined in: plan/logical-plan.ts:575


cols: string[];

Defined in: plan/logical-plan.ts:576


replacements: {
newValue: string | number | boolean | null;
oldValue: string | number | boolean | null;
}[];

Defined in: plan/logical-plan.ts:577

newValue: string | number | boolean | null;
oldValue: string | number | boolean | null;

type: "naReplace";

Defined in: plan/logical-plan.ts:574