ReadPlan
Defined in: plan/logical-plan.ts:137
Read from a data source.
- Spark Connect: Relation.Read { ReadType.DataSource }
Properties
Section titled “Properties”format
Section titled “format”format: string;Defined in: plan/logical-plan.ts:139
options
Section titled “options”options: Record<string, string>;Defined in: plan/logical-plan.ts:141
path: string;Defined in: plan/logical-plan.ts:140
schema?
Section titled “schema?”optional schema?: string;Defined in: plan/logical-plan.ts:142
type: "read";Defined in: plan/logical-plan.ts:138