iceberg-js
Preparing search index...
StructType
Interface StructType
Struct type - a nested structure containing fields. Used for nested records within a field.
interface
StructType
{
fields
:
StructField
[]
;
type
:
"struct"
;
}
Index
Properties
fields
type
Properties
fields
fields
:
StructField
[]
type
type
:
"struct"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fields
type
iceberg-js
Loading...
Struct type - a nested structure containing fields. Used for nested records within a field.