Preparing search index...
The search index is not available
DuckDB-WASM
DuckDB-WASM
index
JSONInsertOptions
Interface JSONInsertOptions
interface
JSONInsertOptions
{
columns
?:
{
[
key
:
string
]
:
arrow.DataType
;
}
;
columnsFlat
?:
SQLField
[]
;
create
?:
boolean
;
name
:
string
;
schema
?:
string
;
shape
?:
JSONTableShape
;
}
Index
Properties
columns?
columns
Flat?
create?
name
schema?
shape?
Properties
Optional
columns
columns
?:
{
[
key
:
string
]
:
arrow.DataType
;
}
Type declaration
[
key
:
string
]:
arrow.DataType
Optional
columns
Flat
columns
Flat
?:
SQLField
[]
Optional
create
create
?:
boolean
name
name
:
string
Optional
schema
schema
?:
string
Optional
shape
shape
?:
JSONTableShape
Settings
Member Visibility
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
columns
columns
Flat
create
name
schema
shape
DuckDB-WASM
Loading...