Skip to content

ReadTablePlan

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

Read from a named table.

  • Spark Connect: Relation.Read { ReadType.NamedTable }
optional isStreaming?: boolean;

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


options: Record<string, string>;

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


tableName: string;

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


type: "readTable";

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