ReadPlan
Defined in: plan/logical-plan.ts:145
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:147
isStreaming?
Section titled “isStreaming?”optional isStreaming?: boolean;Defined in: plan/logical-plan.ts:151
options
Section titled “options”options: Record<string, string>;Defined in: plan/logical-plan.ts:149
path: string;Defined in: plan/logical-plan.ts:148
schema?
Section titled “schema?”optional schema?: string;Defined in: plan/logical-plan.ts:150
type: "read";Defined in: plan/logical-plan.ts:146