ReadTablePlan
Defined in: plan/logical-plan.ts:150
Read from a named table.
- Spark Connect: Relation.Read { ReadType.NamedTable }
Properties
Section titled “Properties”options
Section titled “options”options: Record<string, string>;Defined in: plan/logical-plan.ts:153
tableName
Section titled “tableName”tableName: string;Defined in: plan/logical-plan.ts:152
type: "readTable";Defined in: plan/logical-plan.ts:151