QuestDB JavaScript Client - v5.0.0
GitHub
QuestDB
Preparing search index...
@questdb/nodejs-client
QwpResultBatch
Class QwpResultBatch
Index
Constructors
constructor
Properties
batch
Sequence
columns
request
Id
row
Count
table
Name
Methods
get
rows
Constructors
constructor
new
QwpResultBatch
(
requestId
:
bigint
,
batchSequence
:
bigint
,
tableName
:
string
,
rowCount
:
number
,
columns
:
readonly
QwpResultColumn
[]
,
)
:
QwpResultBatch
Parameters
requestId
:
bigint
batchSequence
:
bigint
tableName
:
string
rowCount
:
number
columns
:
readonly
QwpResultColumn
[]
Returns
QwpResultBatch
Properties
Readonly
batch
Sequence
batchSequence
:
bigint
Readonly
columns
columns
:
readonly
QwpResultColumn
[]
Readonly
request
Id
requestId
:
bigint
Readonly
row
Count
rowCount
:
number
Readonly
table
Name
tableName
:
string
Methods
get
get
(
rowIndex
:
number
,
columnIndex
:
number
)
:
QwpResultValue
Parameters
rowIndex
:
number
columnIndex
:
number
Returns
QwpResultValue
rows
rows
()
:
IterableIterator
<
readonly
QwpResultValue
[]
>
Returns
IterableIterator
<
readonly
QwpResultValue
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
batch
Sequence
columns
request
Id
row
Count
table
Name
Methods
get
rows
GitHub
QuestDB
QuestDB JavaScript Client - v5.0.0
Loading...