@qualithm/arrow-flight-sql-js - v0.4.3
Preparing search index...
RawFlightInfo
Type Alias RawFlightInfo
Raw FlightInfo response from transport
type
RawFlightInfo
=
{
endpoint
?:
{
location
?:
{
uri
:
string
}
[]
;
ticket
?:
{
ticket
:
Uint8Array
}
;
}
[]
;
flightDescriptor
?:
{
cmd
?:
Uint8Array
;
path
?:
string
[]
;
type
:
number
}
;
schema
?:
Uint8Array
;
totalBytes
?:
string
|
number
|
bigint
;
totalRecords
?:
string
|
number
|
bigint
;
}
Index
Properties
endpoint?
flight
Descriptor?
schema?
total
Bytes?
total
Records?
Properties
Optional
endpoint
endpoint
?:
{
location
?:
{
uri
:
string
}
[]
;
ticket
?:
{
ticket
:
Uint8Array
}
}
[]
Optional
flight
Descriptor
flightDescriptor
?:
{
cmd
?:
Uint8Array
;
path
?:
string
[]
;
type
:
number
}
Optional
schema
schema
?:
Uint8Array
Optional
total
Bytes
totalBytes
?:
string
|
number
|
bigint
Optional
total
Records
totalRecords
?:
string
|
number
|
bigint
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
endpoint
flight
Descriptor
schema
total
Bytes
total
Records
@qualithm/arrow-flight-sql-js - v0.4.3
Loading...
Raw FlightInfo response from transport