Schema
Defined in: types/schema.ts:36
The schema of a DataFrame: an ordered list of FieldDescriptors.
Mirrors Spark’s StructType. Returned by DataFrame.schema() and accepted
by readers that take an explicit schema (see DataFrameReader.schema()).
Properties
Section titled “Properties”fields
Section titled “fields”fields: FieldDescriptor[];Defined in: types/schema.ts:38
Columns of the DataFrame, in declaration order.