準備搜尋索引...
搜尋索引尚不可用
Apache Arrow - v19.0.0
Apache Arrow
Arrow.dom
RecordBatchReader
類別 RecordBatchReader<T>
類型參數
T
extends
TypeMap
=
any
階層架構
ReadableInterop
<
RecordBatch
<
T
>
>
RecordBatchReader
索引
存取器
auto
Destroy
closed
dictionaries
footer
num
Dictionaries
num
Record
Batches
schema
方法
[async
Iterator]
[iterator]
cancel
is
Async
is
File
is
Stream
is
Sync
next
open
pipe
pipe
Through
pipe
To
read
Record
Batch
reset
return
tee
throw
toDOMStream
to
Node
Stream
from
read
All
throughDOM
through
Node
存取器
auto
Destroy
get
autoDestroy
()
:
boolean
回傳
boolean
closed
get
closed
()
:
boolean
回傳
boolean
dictionaries
get
dictionaries
()
:
Map
<
number
,
Vector
>
回傳
Map
<
number
,
Vector
>
footer
get
footer
()
:
null
|
Footer_
回傳
null
|
Footer_
num
Dictionaries
get
numDictionaries
()
:
number
回傳
number
num
Record
Batches
get
numRecordBatches
()
:
number
回傳
number
schema
get
schema
()
:
Schema
<
T
>
回傳
Schema
<
T
>
方法
[async
Iterator]
"[asyncIterator]"
()
:
AsyncIterableIterator
<
RecordBatch
<
T
>
>
回傳
AsyncIterableIterator
<
RecordBatch
<
T
>
>
[iterator]
"[iterator]"
()
:
IterableIterator
<
RecordBatch
<
T
>
>
回傳
IterableIterator
<
RecordBatch
<
T
>
>
cancel
cancel
()
:
void
|
Promise
<
void
>
回傳
void
|
Promise
<
void
>
is
Async
isAsync
()
:
this
is
AsyncRecordBatchReaders
<
T
>
回傳
this
is
AsyncRecordBatchReaders
<
T
>
is
File
isFile
()
:
this
is
RecordBatchFileReaders
<
T
>
回傳
this
is
RecordBatchFileReaders
<
T
>
is
Stream
isStream
()
:
this
is
RecordBatchStreamReaders
<
T
>
回傳
this
is
RecordBatchStreamReaders
<
T
>
is
Sync
isSync
()
:
this
is
RecordBatchReaders
<
T
>
回傳
this
is
RecordBatchReaders
<
T
>
next
next
()
:
Promise
<
any
>
|
IteratorResult
<
RecordBatch
<
T
>
,
any
>
回傳
Promise
<
any
>
|
IteratorResult
<
RecordBatch
<
T
>
,
any
>
open
open
(
options
?:
OpenOptions
,
)
:
RecordBatchReader
<
T
>
|
Promise
<
RecordBatchReader
<
T
>
>
參數
Optional
options
:
OpenOptions
回傳
RecordBatchReader
<
T
>
|
Promise
<
RecordBatchReader
<
T
>
>
pipe
pipe
<
R
extends
WritableStream
>
(
writable
:
R
,
options
?:
{
end
?:
boolean
}
)
:
R
類型參數
R
extends
WritableStream
參數
writable
:
R
Optional
options
:
{
end
?:
boolean
}
回傳
R
pipe
Through
pipeThrough
<
R
extends
ReadableStream
>
(
duplex
:
{
readable
:
R
;
writable
:
WritableStream
<
RecordBatch
<
T
>
>
}
,
options
?:
StreamPipeOptions
,
)
:
ReadableStream
類型參數
R
extends
ReadableStream
參數
duplex
:
{
readable
:
R
;
writable
:
WritableStream
<
RecordBatch
<
T
>
>
}
Optional
options
:
StreamPipeOptions
回傳
ReadableStream
pipe
To
pipeTo
(
writable
:
WritableStream
<
RecordBatch
<
T
>
>
,
options
?:
StreamPipeOptions
,
)
:
Promise
<
void
>
參數
writable
:
WritableStream
<
RecordBatch
<
T
>
>
Optional
options
:
StreamPipeOptions
回傳
Promise
<
void
>
read
Record
Batch
readRecordBatch
(
index
:
number
,
)
:
null
|
RecordBatch
<
T
>
|
Promise
<
null
|
RecordBatch
<
T
>
>
參數
index
:
number
回傳
null
|
RecordBatch
<
T
>
|
Promise
<
null
|
RecordBatch
<
T
>
>
reset
reset
(
schema
?:
null
|
Schema
<
T
>
)
:
this
參數
Optional
schema
:
null
|
Schema
<
T
>
回傳
this
return
return
(
value
?:
any
,
)
:
IteratorResult
<
any
,
any
>
|
Promise
<
IteratorResult
<
any
,
any
>
>
參數
Optional
value
:
any
回傳
IteratorResult
<
any
,
any
>
|
Promise
<
IteratorResult
<
any
,
any
>
>
tee
tee
()
:
[
ReadableStream
<
RecordBatch
<
T
>
>
,
ReadableStream
<
RecordBatch
<
T
>
>
]
回傳
[
ReadableStream
<
RecordBatch
<
T
>
>
,
ReadableStream
<
RecordBatch
<
T
>
>
]
throw
throw
(
value
?:
any
)
:
IteratorResult
<
any
,
any
>
|
Promise
<
IteratorResult
<
any
,
any
>
>
參數
Optional
value
:
any
回傳
IteratorResult
<
any
,
any
>
|
Promise
<
IteratorResult
<
any
,
any
>
>
toDOMStream
toDOMStream
()
:
ReadableStream
<
RecordBatch
<
T
>
>
回傳
ReadableStream
<
RecordBatch
<
T
>
>
to
Node
Stream
toNodeStream
()
:
Readable
回傳
Readable
Static
from
from
<
T
extends
RecordBatchReader
>
(
source
:
T
)
:
T
類型參數
T
extends
RecordBatchReader
參數
source
:
T
回傳
T
from
<
T
extends
TypeMap
=
any
>
(
source
:
ArrowJSONLike
)
:
RecordBatchStreamReader
<
T
>
類型參數
類型參數
T
extends
TypeMap
=
any
參數
source
:
ArrowJSONLike
返回
RecordBatchStreamReader
<
T
>
from
<
T
extends
TypeMap
=
any
>
(
source
:
FromArg1
,
)
:
Promise
<
RecordBatchStreamReader
<
T
>
>
類型參數
類型參數
T
extends
TypeMap
=
any
參數
source
:
FromArg1
返回
Promise
<
RecordBatchStreamReader
<
T
>
>
from
<
T
extends
TypeMap
=
any
>
(
source
:
FromArg2
,
)
:
RecordBatchFileReader
<
T
>
|
RecordBatchStreamReader
<
T
>
類型參數
類型參數
T
extends
TypeMap
=
any
參數
source
:
FromArg2
返回
RecordBatchFileReader
<
T
>
|
RecordBatchStreamReader
<
T
>
from
<
T
extends
TypeMap
=
any
>
(
source
:
FromArg3
,
)
:
Promise
<
RecordBatchFileReader
<
T
>
|
RecordBatchStreamReader
<
T
>
>
類型參數
類型參數
T
extends
TypeMap
=
any
參數
source
:
FromArg3
返回
Promise
<
RecordBatchFileReader
<
T
>
|
RecordBatchStreamReader
<
T
>
>
from
<
T
extends
TypeMap
=
any
>
(
source
:
FromArg4
,
)
:
Promise
<
AsyncRecordBatchFileReader
<
T
>
|
AsyncRecordBatchStreamReader
<
T
>
>
類型參數
類型參數
T
extends
TypeMap
=
any
參數
source
:
FromArg4
返回
Promise
<
AsyncRecordBatchFileReader
<
T
>
|
AsyncRecordBatchStreamReader
<
T
>
>
from
<
T
extends
TypeMap
=
any
>
(
source
:
FromArg5
,
)
:
Promise
<
AsyncRecordBatchFileReader
<
T
>
|
AsyncRecordBatchStreamReader
<
T
>
>
類型參數
類型參數
T
extends
TypeMap
=
any
參數
source
:
FromArg5
返回
Promise
<
AsyncRecordBatchFileReader
<
T
>
|
AsyncRecordBatchStreamReader
<
T
>
>
Static
read
All
readAll
<
T
extends
RecordBatchReader
>
(
source
:
T
,
)
:
T
extends
RecordBatchReaders
<
any
>
?
IterableIterator
<
T
<
T
>
>
:
AsyncIterableIterator
<
T
>
類型參數
類型參數
T
extends
RecordBatchReader
參數
source
:
T
返回
T
extends
RecordBatchReaders
<
any
>
?
IterableIterator
<
T
<
T
>
>
:
AsyncIterableIterator
<
T
>
readAll
<
T
extends
TypeMap
=
any
>
(
source
:
ArrowJSONLike
,
)
:
IterableIterator
<
RecordBatchStreamReader
<
T
>
>
類型參數
類型參數
T
extends
TypeMap
=
any
參數
source
:
ArrowJSONLike
返回
IterableIterator
<
RecordBatchStreamReader
<
T
>
>
readAll
<
T
extends
TypeMap
=
any
>
(
source
:
FromArg1
,
)
:
AsyncIterableIterator
<
RecordBatchStreamReader
<
T
>
>
類型參數
類型參數
T
extends
TypeMap
=
any
參數
source
:
FromArg1
返回
AsyncIterableIterator
<
RecordBatchStreamReader
<
T
>
>
readAll
<
T
extends
TypeMap
=
any
>
(
source
:
FromArg2
,
)
:
IterableIterator
<
RecordBatchFileReader
<
T
>
|
RecordBatchStreamReader
<
T
>
>
類型參數
類型參數
T
extends
TypeMap
=
any
參數
source
:
FromArg2
返回
IterableIterator
<
RecordBatchFileReader
<
T
>
|
RecordBatchStreamReader
<
T
>
>
readAll
<
T
extends
TypeMap
=
any
>
(
source
:
FromArg3
,
)
:
AsyncIterableIterator
<
RecordBatchFileReader
<
T
>
|
RecordBatchStreamReader
<
T
>
,
>
類型參數
類型參數
T
extends
TypeMap
=
any
參數
source
:
FromArg3
返回
AsyncIterableIterator
<
RecordBatchFileReader
<
T
>
|
RecordBatchStreamReader
<
T
>
>
readAll
<
T
extends
TypeMap
=
any
>
(
source
:
FromArg4
,
)
:
AsyncIterableIterator
<
AsyncRecordBatchReaders
<
T
>
>
類型參數
類型參數
T
extends
TypeMap
=
any
參數
source
:
FromArg4
返回
AsyncIterableIterator
<
AsyncRecordBatchReaders
<
T
>
>
readAll
<
T
extends
TypeMap
=
any
>
(
source
:
FromArg5
,
)
:
AsyncIterableIterator
<
AsyncRecordBatchReaders
<
T
>
>
類型參數
類型參數
T
extends
TypeMap
=
any
參數
source
:
FromArg5
返回
AsyncIterableIterator
<
AsyncRecordBatchReaders
<
T
>
>
Static
throughDOM
throughDOM
<
T
extends
TypeMap
>
(
writableStrategy
?:
ByteLengthQueuingStrategy
,
readableStrategy
?:
{
autoDestroy
:
boolean
}
,
)
:
{
readable
:
ReadableStream
<
RecordBatch
<
T
>
>
;
writable
:
WritableStream
<
Uint8Array
>
;
}
類型參數
類型參數
T
extends
TypeMap
參數
Optional
writableStrategy
:
ByteLengthQueuingStrategy
Optional
readableStrategy
:
{
autoDestroy
:
boolean
}
返回
{
readable
:
ReadableStream
<
RecordBatch
<
T
>
>
;
writable
:
WritableStream
<
Uint8Array
>
;
}
Nocollapse
Static
through
Node
throughNode
(
options
?:
DuplexOptions
&
{
autoDestroy
:
boolean
}
)
:
Duplex
參數
Optional
options
:
DuplexOptions
&
{
autoDestroy
:
boolean
}
返回
Duplex
Nocollapse
設定
成員可見性
繼承的
主題
作業系統
淺色
深色
本頁面
存取器
auto
Destroy
closed
dictionaries
footer
num
Dictionaries
num
Record
Batches
schema
方法
[async
Iterator]
[iterator]
cancel
is
Async
is
File
is
Stream
is
Sync
next
open
pipe
pipe
Through
pipe
To
read
Record
Batch
reset
return
tee
throw
toDOMStream
to
Node
Stream
from
read
All
throughDOM
through
Node
Apache Arrow - v19.0.0
載入中...
Nocollapse