This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-dotnet.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 0015654 Update docs for 2503375bedb7750d80c8df9e9b99dfe02fbaeba7
0015654 is described below
commit 0015654008725bf26fcc5c6510d78fb0e0e7d5b5
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 24 12:39:16 2025 +0000
Update docs for 2503375bedb7750d80c8df9e9b99dfe02fbaeba7
---
main/api/Apache.Arrow.Ipc.ArrowFileWriter.html | 19 ++++----
main/api/Apache.Arrow.Ipc.ArrowStreamWriter.html | 59 ++++++------------------
main/index.json | 4 +-
main/xrefmap.yml | 13 ------
4 files changed, 24 insertions(+), 71 deletions(-)
diff --git a/main/api/Apache.Arrow.Ipc.ArrowFileWriter.html
b/main/api/Apache.Arrow.Ipc.ArrowFileWriter.html
index 77d4f9a..d989d01 100644
--- a/main/api/Apache.Arrow.Ipc.ArrowFileWriter.html
+++ b/main/api/Apache.Arrow.Ipc.ArrowFileWriter.html
@@ -89,7 +89,7 @@
<h1 id="Apache_Arrow_Ipc_ArrowFileWriter"
data-uid="Apache.Arrow.Ipc.ArrowFileWriter" class="text-break">
-Class ArrowFileWriter <a class="header-action link-secondary" title="View
source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L27"><i
class="bi bi-code-slash"></i></a>
+Class ArrowFileWriter <a class="header-action link-secondary" title="View
source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L28"><i
class="bi bi-code-slash"></i></a>
</h1>
<div class="facts text-secondary">
@@ -130,9 +130,6 @@ Class ArrowFileWriter <a class="header-action
link-secondary" title="View sourc
<div>
<a class="xref"
href="Apache.Arrow.Ipc.ArrowStreamWriter.html#Apache_Arrow_Ipc_ArrowStreamWriter_BaseStream">ArrowStreamWriter.BaseStream</a>
</div>
- <div>
- <a class="xref"
href="Apache.Arrow.Ipc.ArrowStreamWriter.html#Apache_Arrow_Ipc_ArrowStreamWriter_Buffers">ArrowStreamWriter.Buffers</a>
- </div>
<div>
<a class="xref"
href="Apache.Arrow.Ipc.ArrowStreamWriter.html#Apache_Arrow_Ipc_ArrowStreamWriter_HasWrittenSchema">ArrowStreamWriter.HasWrittenSchema</a>
</div>
@@ -193,7 +190,7 @@ Class ArrowFileWriter <a class="header-action
link-secondary" title="View sourc
<h3
id="Apache_Arrow_Ipc_ArrowFileWriter__ctor_System_IO_Stream_Apache_Arrow_Schema_"
data-uid="Apache.Arrow.Ipc.ArrowFileWriter.#ctor(System.IO.Stream,Apache.Arrow.Schema)">
ArrowFileWriter(Stream, Schema)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L35"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L36"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -226,7 +223,7 @@ Class ArrowFileWriter <a class="header-action
link-secondary" title="View sourc
<h3
id="Apache_Arrow_Ipc_ArrowFileWriter__ctor_System_IO_Stream_Apache_Arrow_Schema_System_Boolean_"
data-uid="Apache.Arrow.Ipc.ArrowFileWriter.#ctor(System.IO.Stream,Apache.Arrow.Schema,System.Boolean)">
ArrowFileWriter(Stream, Schema, bool)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L40"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L41"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -261,7 +258,7 @@ Class ArrowFileWriter <a class="header-action
link-secondary" title="View sourc
<h3
id="Apache_Arrow_Ipc_ArrowFileWriter__ctor_System_IO_Stream_Apache_Arrow_Schema_System_Boolean_Apache_Arrow_Ipc_IpcOptions_"
data-uid="Apache.Arrow.Ipc.ArrowFileWriter.#ctor(System.IO.Stream,Apache.Arrow.Schema,System.Boolean,Apache.Arrow.Ipc.IpcOptions)">
ArrowFileWriter(Stream, Schema, bool, IpcOptions)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L45"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L46"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -298,7 +295,7 @@ Class ArrowFileWriter <a class="header-action
link-secondary" title="View sourc
<h3
id="Apache_Arrow_Ipc_ArrowFileWriter__ctor_System_IO_Stream_Apache_Arrow_Schema_System_Boolean_Apache_Arrow_Ipc_IpcOptions_Apache_Arrow_Memory_MemoryAllocator_"
data-uid="Apache.Arrow.Ipc.ArrowFileWriter.#ctor(System.IO.Stream,Apache.Arrow.Schema,System.Boolean,Apache.Arrow.Ipc.IpcOptions,Apache.Arrow.Memory.MemoryAllocator)">
ArrowFileWriter(Stream, Schema, bool, IpcOptions, MemoryAllocator)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L50"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L51"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -341,7 +338,7 @@ Class ArrowFileWriter <a class="header-action
link-secondary" title="View sourc
<h3
id="Apache_Arrow_Ipc_ArrowFileWriter_WriteRecordBatch_Apache_Arrow_RecordBatch_"
data-uid="Apache.Arrow.Ipc.ArrowFileWriter.WriteRecordBatch(Apache.Arrow.RecordBatch)">
WriteRecordBatch(RecordBatch)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L68"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L69"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -372,7 +369,7 @@ Class ArrowFileWriter <a class="header-action
link-secondary" title="View sourc
<h3
id="Apache_Arrow_Ipc_ArrowFileWriter_WriteRecordBatchAsync_Apache_Arrow_RecordBatch_System_Threading_CancellationToken_"
data-uid="Apache.Arrow.Ipc.ArrowFileWriter.WriteRecordBatchAsync(Apache.Arrow.RecordBatch,System.Threading.CancellationToken)">
WriteRecordBatchAsync(RecordBatch, CancellationToken)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L77"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L78"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -410,7 +407,7 @@ Class ArrowFileWriter <a class="header-action
link-secondary" title="View sourc
</article>
<div class="contribution d-print-none">
- <a
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L27"
class="edit-link">Edit this page</a>
+ <a
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowFileWriter.cs/#L28"
class="edit-link">Edit this page</a>
</div>
diff --git a/main/api/Apache.Arrow.Ipc.ArrowStreamWriter.html
b/main/api/Apache.Arrow.Ipc.ArrowStreamWriter.html
index 088cbec..faa3dcc 100644
--- a/main/api/Apache.Arrow.Ipc.ArrowStreamWriter.html
+++ b/main/api/Apache.Arrow.Ipc.ArrowStreamWriter.html
@@ -168,7 +168,7 @@ Class ArrowStreamWriter <a class="header-action
link-secondary" title="View sou
<h3
id="Apache_Arrow_Ipc_ArrowStreamWriter__ctor_System_IO_Stream_Apache_Arrow_Schema_"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.#ctor(System.IO.Stream,Apache.Arrow.Schema)">
ArrowStreamWriter(Stream, Schema)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L644"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L642"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -201,7 +201,7 @@ Class ArrowStreamWriter <a class="header-action
link-secondary" title="View sou
<h3
id="Apache_Arrow_Ipc_ArrowStreamWriter__ctor_System_IO_Stream_Apache_Arrow_Schema_System_Boolean_"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.#ctor(System.IO.Stream,Apache.Arrow.Schema,System.Boolean)">
ArrowStreamWriter(Stream, Schema, bool)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L649"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L647"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -236,7 +236,7 @@ Class ArrowStreamWriter <a class="header-action
link-secondary" title="View sou
<h3
id="Apache_Arrow_Ipc_ArrowStreamWriter__ctor_System_IO_Stream_Apache_Arrow_Schema_System_Boolean_Apache_Arrow_Ipc_IpcOptions_"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.#ctor(System.IO.Stream,Apache.Arrow.Schema,System.Boolean,Apache.Arrow.Ipc.IpcOptions)">
ArrowStreamWriter(Stream, Schema, bool, IpcOptions)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L654"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L652"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -273,7 +273,7 @@ Class ArrowStreamWriter <a class="header-action
link-secondary" title="View sou
<h3
id="Apache_Arrow_Ipc_ArrowStreamWriter__ctor_System_IO_Stream_Apache_Arrow_Schema_System_Boolean_Apache_Arrow_Ipc_IpcOptions_Apache_Arrow_Memory_MemoryAllocator_"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.#ctor(System.IO.Stream,Apache.Arrow.Schema,System.Boolean,Apache.Arrow.Ipc.IpcOptions,Apache.Arrow.Memory.MemoryAllocator)">
ArrowStreamWriter(Stream, Schema, bool, IpcOptions, MemoryAllocator)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L659"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L657"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -343,42 +343,11 @@ Class ArrowStreamWriter <a class="header-action
link-secondary" title="View sou
- <a id="Apache_Arrow_Ipc_ArrowStreamWriter_Buffers_"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.Buffers*"></a>
-
- <h3 id="Apache_Arrow_Ipc_ArrowStreamWriter_Buffers"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.Buffers">
- Buffers
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L614"><i
class="bi bi-code-slash"></i></a>
- </h3>
-
- <div class="markdown level1 summary"></div>
- <div class="markdown level1 conceptual"></div>
-
- <div class="codewrapper">
- <pre><code class="lang-csharp hljs">protected ArrayPool<byte>
Buffers { get; }</code></pre>
- </div>
-
-
-
-
-
- <h4 class="section">Property Value</h4>
- <dl class="parameters">
- <dt><a class="xref"
href="https://learn.microsoft.com/dotnet/api/system.buffers.arraypool-1">ArrayPool</a><<a
class="xref"
href="https://learn.microsoft.com/dotnet/api/system.byte">byte</a>></dt>
- <dd></dd>
- </dl>
-
-
-
-
-
-
-
-
<a id="Apache_Arrow_Ipc_ArrowStreamWriter_HasWrittenSchema_"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.HasWrittenSchema*"></a>
<h3 id="Apache_Arrow_Ipc_ArrowStreamWriter_HasWrittenSchema"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.HasWrittenSchema">
HasWrittenSchema
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L618"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L616"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -409,7 +378,7 @@ Class ArrowStreamWriter <a class="header-action
link-secondary" title="View sou
<h3 id="Apache_Arrow_Ipc_ArrowStreamWriter_Schema"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.Schema">
Schema
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L626"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L624"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -444,7 +413,7 @@ Class ArrowStreamWriter <a class="header-action
link-secondary" title="View sou
<h3
id="Apache_Arrow_Ipc_ArrowStreamWriter_CalculatePadding_System_Int64_System_Int32_"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.CalculatePadding(System.Int64,System.Int32)">
CalculatePadding(long, int)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1312"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1309"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -482,7 +451,7 @@ Class ArrowStreamWriter <a class="header-action
link-secondary" title="View sou
<h3 id="Apache_Arrow_Ipc_ArrowStreamWriter_Dispose"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.Dispose">
Dispose()
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1348"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1345"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -508,7 +477,7 @@ Class ArrowStreamWriter <a class="header-action
link-secondary" title="View sou
<h3 id="Apache_Arrow_Ipc_ArrowStreamWriter_WriteEnd"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.WriteEnd">
WriteEnd()
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1040"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1037"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -534,7 +503,7 @@ Class ArrowStreamWriter <a class="header-action
link-secondary" title="View sou
<h3
id="Apache_Arrow_Ipc_ArrowStreamWriter_WriteEndAsync_System_Threading_CancellationToken_"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.WriteEndAsync(System.Threading.CancellationToken)">
WriteEndAsync(CancellationToken)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1049"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1046"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -570,7 +539,7 @@ Class ArrowStreamWriter <a class="header-action
link-secondary" title="View sou
<h3
id="Apache_Arrow_Ipc_ArrowStreamWriter_WriteRecordBatch_Apache_Arrow_RecordBatch_"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.WriteRecordBatch(Apache.Arrow.RecordBatch)">
WriteRecordBatch(RecordBatch)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1012"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1009"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -601,7 +570,7 @@ Class ArrowStreamWriter <a class="header-action
link-secondary" title="View sou
<h3
id="Apache_Arrow_Ipc_ArrowStreamWriter_WriteRecordBatchAsync_Apache_Arrow_RecordBatch_System_Threading_CancellationToken_"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.WriteRecordBatchAsync(Apache.Arrow.RecordBatch,System.Threading.CancellationToken)">
WriteRecordBatchAsync(RecordBatch, CancellationToken)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1017"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1014"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -639,7 +608,7 @@ Class ArrowStreamWriter <a class="header-action
link-secondary" title="View sou
<h3 id="Apache_Arrow_Ipc_ArrowStreamWriter_WriteStart"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.WriteStart">
WriteStart()
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1022"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1019"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -665,7 +634,7 @@ Class ArrowStreamWriter <a class="header-action
link-secondary" title="View sou
<h3
id="Apache_Arrow_Ipc_ArrowStreamWriter_WriteStartAsync_System_Threading_CancellationToken_"
data-uid="Apache.Arrow.Ipc.ArrowStreamWriter.WriteStartAsync(System.Threading.CancellationToken)">
WriteStartAsync(CancellationToken)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1031"><i
class="bi bi-code-slash"></i></a>
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs/#L1028"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
diff --git a/main/index.json b/main/index.json
index 326ca29..859ccb9 100644
--- a/main/index.json
+++ b/main/index.json
@@ -637,7 +637,7 @@
"api/Apache.Arrow.Ipc.ArrowFileWriter.html": {
"href": "api/Apache.Arrow.Ipc.ArrowFileWriter.html",
"title": "Class ArrowFileWriter | Apache Arrow .NET",
- "summary": "Class ArrowFileWriter Namespace Apache.Arrow.Ipc Assembly
Apache.Arrow.dll public class ArrowFileWriter : ArrowStreamWriter, IDisposable
Inheritance object ArrowStreamWriter ArrowFileWriter Implements IDisposable
Inherited Members ArrowStreamWriter.BaseStream ArrowStreamWriter.Buffers
ArrowStreamWriter.HasWrittenSchema ArrowStreamWriter.Schema
ArrowStreamWriter.WriteStart()
ArrowStreamWriter.WriteStartAsync(CancellationToken)
ArrowStreamWriter.WriteEnd() ArrowStreamWriter [...]
+ "summary": "Class ArrowFileWriter Namespace Apache.Arrow.Ipc Assembly
Apache.Arrow.dll public class ArrowFileWriter : ArrowStreamWriter, IDisposable
Inheritance object ArrowStreamWriter ArrowFileWriter Implements IDisposable
Inherited Members ArrowStreamWriter.BaseStream
ArrowStreamWriter.HasWrittenSchema ArrowStreamWriter.Schema
ArrowStreamWriter.WriteStart()
ArrowStreamWriter.WriteStartAsync(CancellationToken)
ArrowStreamWriter.WriteEnd() ArrowStreamWriter.WriteEndAsync(Cancellatio [...]
},
"api/Apache.Arrow.Ipc.ArrowStreamReader.html": {
"href": "api/Apache.Arrow.Ipc.ArrowStreamReader.html",
@@ -647,7 +647,7 @@
"api/Apache.Arrow.Ipc.ArrowStreamWriter.html": {
"href": "api/Apache.Arrow.Ipc.ArrowStreamWriter.html",
"title": "Class ArrowStreamWriter | Apache Arrow .NET",
- "summary": "Class ArrowStreamWriter Namespace Apache.Arrow.Ipc Assembly
Apache.Arrow.dll public class ArrowStreamWriter : IDisposable Inheritance
object ArrowStreamWriter Implements IDisposable Derived ArrowFileWriter
Inherited Members object.Equals(object) object.Equals(object, object)
object.GetHashCode() object.GetType() object.MemberwiseClone()
object.ReferenceEquals(object, object) object.ToString() Constructors
ArrowStreamWriter(Stream, Schema) public ArrowStreamWriter(Stream b [...]
+ "summary": "Class ArrowStreamWriter Namespace Apache.Arrow.Ipc Assembly
Apache.Arrow.dll public class ArrowStreamWriter : IDisposable Inheritance
object ArrowStreamWriter Implements IDisposable Derived ArrowFileWriter
Inherited Members object.Equals(object) object.Equals(object, object)
object.GetHashCode() object.GetType() object.MemberwiseClone()
object.ReferenceEquals(object, object) object.ToString() Constructors
ArrowStreamWriter(Stream, Schema) public ArrowStreamWriter(Stream b [...]
},
"api/Apache.Arrow.Ipc.CompressionCodecType.html": {
"href": "api/Apache.Arrow.Ipc.CompressionCodecType.html",
diff --git a/main/xrefmap.yml b/main/xrefmap.yml
index c0053db..94c5fbe 100644
--- a/main/xrefmap.yml
+++ b/main/xrefmap.yml
@@ -11948,19 +11948,6 @@ references:
isSpec: "True"
fullName: Apache.Arrow.Ipc.ArrowStreamWriter.BaseStream
nameWithType: ArrowStreamWriter.BaseStream
-- uid: Apache.Arrow.Ipc.ArrowStreamWriter.Buffers
- name: Buffers
- href:
api/Apache.Arrow.Ipc.ArrowStreamWriter.html#Apache_Arrow_Ipc_ArrowStreamWriter_Buffers
- commentId: P:Apache.Arrow.Ipc.ArrowStreamWriter.Buffers
- fullName: Apache.Arrow.Ipc.ArrowStreamWriter.Buffers
- nameWithType: ArrowStreamWriter.Buffers
-- uid: Apache.Arrow.Ipc.ArrowStreamWriter.Buffers*
- name: Buffers
- href:
api/Apache.Arrow.Ipc.ArrowStreamWriter.html#Apache_Arrow_Ipc_ArrowStreamWriter_Buffers_
- commentId: Overload:Apache.Arrow.Ipc.ArrowStreamWriter.Buffers
- isSpec: "True"
- fullName: Apache.Arrow.Ipc.ArrowStreamWriter.Buffers
- nameWithType: ArrowStreamWriter.Buffers
- uid:
Apache.Arrow.Ipc.ArrowStreamWriter.CalculatePadding(System.Int64,System.Int32)
name: CalculatePadding(long, int)
href:
api/Apache.Arrow.Ipc.ArrowStreamWriter.html#Apache_Arrow_Ipc_ArrowStreamWriter_CalculatePadding_System_Int64_System_Int32_