Fast-DB Batch Search Client - v3.1.0
GitHub
npm
LLM Guide
Preparing search index...
DataFrameResponse
Interface DataFrameResponse
interface
DataFrameResponse
{
columns
:
string
[]
;
metadata
?:
Record
<
string
,
unknown
>
;
row_count
:
number
;
rows
:
(
null
|
string
|
number
|
boolean
)
[]
[]
;
}
Index
Properties
columns
metadata?
row_
count
rows
Properties
columns
columns
:
string
[]
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
row_
count
row_count
:
number
rows
rows
:
(
null
|
string
|
number
|
boolean
)
[]
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
columns
metadata
row_
count
rows
GitHub
npm
LLM Guide
Fast-DB Batch Search Client - v3.1.0
Loading...