QuestDB JavaScript Client - v5.0.0
GitHub
QuestDB
Preparing search index...
@questdb/nodejs-client
QwpWriterRow
Type Alias QwpWriterRow<Schema>
QwpWriterRow
:
{
[
Key
in
QwpDesignatedTimestampKey
<
Schema
>
]
-?:
QwpWriterColumnInput
<
Schema
[
Key
]
,
>
}
&
{
[
Key
in
QwpRegularColumnKey
<
Schema
>
]
?:
|
QwpWriterColumnInput
<
Schema
[
Key
]
>
|
null
}
The object accepted by a table writer compiled from
Schema
.
Type Parameters
Schema
extends
QwpWriterSchema
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
QuestDB
QuestDB JavaScript Client - v5.0.0
Loading...
The object accepted by a table writer compiled from
Schema.