Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
geoparquet
DuckDbLosslessValueDecoder
Interface DuckDbLosslessValueDecoder
Experimental
A decoder compiled once from one effective DuckDB DESCRIBE type.
interface
DuckDbLosslessValueDecoder
{
declaredType
:
string
;
decode
(
value
:
unknown
,
fieldName
?:
string
)
:
DuckDbLosslessJsonValue
;
}
Index
Properties
declared
Type
Methods
decode
Properties
Readonly
Experimental
declared
Type
declared
Type
:
string
Methods
decode
decode
(
value
,
fieldName
?
)
:
DuckDbLosslessJsonValue
Experimental
Parameters
value
:
unknown
Optional
fieldName
:
string
Returns
DuckDbLosslessJsonValue
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
declared
Type
Methods
decode
@honua/sdk-js
Loading...
A decoder compiled once from one effective DuckDB DESCRIBE type.