iceberg-js
Preparing search index...
StructField
Interface StructField
A field within a struct (used in nested StructType).
interface
StructField
{
doc
?:
string
;
id
:
number
;
"initial-default"
?:
PrimitiveTypeValue
;
name
:
string
;
required
:
boolean
;
type
:
IcebergType
;
"write-default"
?:
PrimitiveTypeValue
;
}
Index
Properties
doc?
id
initial-
default?
name
required
type
write-
default?
Properties
Optional
doc
doc
?:
string
id
id
:
number
Optional
initial-
default
"initial-default"
?:
PrimitiveTypeValue
name
name
:
string
required
required
:
boolean
type
type
:
IcebergType
Optional
write-
default
"write-default"
?:
PrimitiveTypeValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
doc
id
initial-
default
name
required
type
write-
default
iceberg-js
Loading...
A field within a struct (used in nested StructType).