Skip to content

ReadTablePlan

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

Read from a named table.

  • Spark Connect: Relation.Read { ReadType.NamedTable }
options: Record<string, string>;

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


tableName: string;

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


type: "readTable";

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