ReadTablePlan
Defined in: plan/logical-plan.ts:159
Read from a named table.
- Spark Connect: Relation.Read { ReadType.NamedTable }
Properties
Section titled “Properties”isStreaming?
Section titled “isStreaming?”optional isStreaming?: boolean;Defined in: plan/logical-plan.ts:163
options
Section titled “options”options: Record<string, string>;Defined in: plan/logical-plan.ts:162
tableName
Section titled “tableName”tableName: string;Defined in: plan/logical-plan.ts:161
type: "readTable";Defined in: plan/logical-plan.ts:160