Skip to content

NAReplacePlan

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

Replace values matching old with new.

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

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


cols: string[];

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


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

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

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

type: "naReplace";

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