Preparing search index...
The search index is not available
Apache Arrow - v18.1.0
Apache Arrow
Arrow.dom
RecordBatchWriter
Class RecordBatchWriter<T>
Type Parameters
T
extends
TypeMap
=
any
Hierarchy
ReadableInterop
<
Uint8Array
>
RecordBatchWriter
Implements
Writable
<
RecordBatch
<
T
>
>
Index
Constructors
constructor
Accessors
closed
Methods
[async
Iterator]
abort
close
finish
pipe
pipe
Through
pipe
To
reset
tee
toDOMStream
to
Node
Stream
to
String
to
Uint8
Array
write
write
All
throughDOM
through
Node
Constructors
constructor
new
Record
Batch
Writer
<
T
>
(
options
?
)
:
RecordBatchWriter
<
T
>
Type Parameters
T
extends
TypeMap
=
any
Parameters
Optional
options
:
RecordBatchStreamWriterOptions
Returns
RecordBatchWriter
<
T
>
Accessors
closed
get
closed
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Methods
[async
Iterator]
[async
Iterator]
(
)
:
AsyncByteQueue
<
Uint8Array
>
Returns
AsyncByteQueue
<
Uint8Array
>
abort
abort
(
reason
?
)
:
void
Parameters
Optional
reason
:
any
Returns
void
close
close
(
)
:
void
Returns
void
finish
finish
(
)
:
RecordBatchWriter
<
T
>
Returns
RecordBatchWriter
<
T
>
pipe
pipe
<
R
>
(
writable
,
options
?
)
:
R
Type Parameters
R
extends
WritableStream
Parameters
writable
:
R
Optional
options
:
{
end
?:
boolean
;
}
Optional
end
?:
boolean
Returns
R
pipe
Through
pipe
Through
<
R
>
(
duplex
,
options
?
)
:
ReadableStream
<
any
>
Type Parameters
R
extends
ReadableStream
<
any
>
Parameters
duplex
:
{
readable
:
R
;
writable
:
WritableStream
<
Uint8Array
>
;
}
readable
:
R
writable
:
WritableStream
<
Uint8Array
>
Optional
options
:
StreamPipeOptions
Returns
ReadableStream
<
any
>
pipe
To
pipe
To
(
writable
,
options
?
)
:
Promise
<
void
>
Parameters
writable
:
WritableStream
<
Uint8Array
>
Optional
options
:
StreamPipeOptions
Returns
Promise
<
void
>
reset
reset
(
sink
?
,
schema
?
)
:
RecordBatchWriter
<
T
>
Parameters
sink
:
WritableSink
<
ArrayBufferViewInput
>
= ...
schema
:
null
|
Schema
<
T
>
= null
Returns
RecordBatchWriter
<
T
>
tee
tee
(
)
:
[
ReadableStream
<
Uint8Array
>
,
ReadableStream
<
Uint8Array
>
]
Returns
[
ReadableStream
<
Uint8Array
>
,
ReadableStream
<
Uint8Array
>
]
toDOMStream
toDOMStream
(
options
?
)
:
ReadableStream
<
Uint8Array
>
Parameters
Optional
options
:
ReadableDOMStreamOptions
Returns
ReadableStream
<
Uint8Array
>
to
Node
Stream
to
Node
Stream
(
options
?
)
:
Readable
Parameters
Optional
options
:
ReadableOptions
Returns
Readable
to
String
to
String
(
sync
)
:
string
Returns a string representation of an object.
Parameters
sync
:
true
Returns
string
to
String
(
sync
?
)
:
Promise
<
string
>
Returns a string representation of an object.
Parameters
Optional
sync
:
false
Returns
Promise
<
string
>
to
Uint8
Array
to
Uint8
Array
(
sync
)
:
Uint8Array
Parameters
sync
:
true
Returns
Uint8Array
to
Uint8
Array
(
sync
?
)
:
Promise
<
Uint8Array
>
Parameters
Optional
sync
:
false
Returns
Promise
<
Uint8Array
>
write
write
(
payload
?
)
:
void
Parameters
Optional
payload
:
|
null
|
RecordBatch
<
T
>
|
Table
<
T
>
|
Iterable
<
RecordBatch
<
T
>
>
Returns
void
write
All
write
All
(
input
)
:
this
Parameters
input
:
Table
<
T
>
|
Iterable
<
RecordBatch
<
T
>
>
Returns
this
write
All
(
input
)
:
Promise
<
RecordBatchWriter
<
T
>
>
Parameters
input
:
AsyncIterable
<
RecordBatch
<
T
>
>
Returns
Promise
<
RecordBatchWriter
<
T
>
>
write
All
(
input
)
:
Promise
<
RecordBatchWriter
<
T
>
>
Parameters
input
:
PromiseLike
<
AsyncIterable
<
RecordBatch
<
T
>
>
>
Returns
Promise
<
RecordBatchWriter
<
T
>
>
write
All
(
input
)
:
Promise
<
RecordBatchWriter
<
T
>
>
Parameters
input
:
PromiseLike
<
Table
<
T
>
|
Iterable
<
RecordBatch
<
T
>
>
>
Returns
Promise
<
RecordBatchWriter
<
T
>
>
Static
throughDOM
throughDOM
<
T
>
(
writableStrategy
?
,
readableStrategy
?
)
:
{
readable
:
ReadableStream
<
Uint8Array
>
;
writable
:
WritableStream
<
RecordBatch
<
T
>
|
Table
<
T
>
>
;
}
Type Parameters
T
extends
TypeMap
Parameters
Optional
writableStrategy
:
QueuingStrategy
<
RecordBatch
<
T
>
>
&
{
autoDestroy
:
boolean
;
}
Optional
readableStrategy
:
{
highWaterMark
?:
number
;
size
?:
any
;
}
Optional
high
Water
Mark
?:
number
Optional
size
?:
any
Returns
{
readable
:
ReadableStream
<
Uint8Array
>
;
writable
:
WritableStream
<
RecordBatch
<
T
>
|
Table
<
T
>
>
;
}
readable
:
ReadableStream
<
Uint8Array
>
writable
:
WritableStream
<
RecordBatch
<
T
>
|
Table
<
T
>
>
Nocollapse
Static
through
Node
through
Node
(
options
?
)
:
Duplex
Parameters
Optional
options
:
DuplexOptions
&
{
autoDestroy
:
boolean
;
}
Returns
Duplex
Nocollapse
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
closed
Methods
[async
Iterator]
abort
close
finish
pipe
pipe
Through
pipe
To
reset
tee
toDOMStream
to
Node
Stream
to
String
to
Uint8
Array
write
write
All
throughDOM
through
Node
Apache Arrow - v18.1.0
Loading...
Returns a string representation of an object.