This is an automated email from the ASF dual-hosted git repository.
github-actions[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 a4f0d9c Update docs for 2e54e4ee4d51eec0083714f700c281884ec10cd4
a4f0d9c is described below
commit a4f0d9cb4a2865df96fa0a27c893c1ec2e4f91bc
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 6 19:56:05 2026 +0000
Update docs for 2e54e4ee4d51eec0083714f700c281884ec10cd4
---
.../Apache.Arrow.Flight.Client.FlightClient.html | 122 +++++++++++++++++----
...Server.FlightServerRecordBatchStreamReader.html | 35 +++++-
main/index.json | 4 +-
main/xrefmap.yml | 31 ++++++
4 files changed, 167 insertions(+), 25 deletions(-)
diff --git a/main/api/Apache.Arrow.Flight.Client.FlightClient.html
b/main/api/Apache.Arrow.Flight.Client.FlightClient.html
index 1992d86..ab72551 100644
--- a/main/api/Apache.Arrow.Flight.Client.FlightClient.html
+++ b/main/api/Apache.Arrow.Flight.Client.FlightClient.html
@@ -156,7 +156,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient__ctor_Grpc_Core_CallInvoker_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.#ctor(Grpc.Core.CallInvoker)">
FlightClient(CallInvoker)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L36"><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.Flight/Client/FlightClient.cs/#L43"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -187,7 +187,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient__ctor_Grpc_Core_ChannelBase_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.#ctor(Grpc.Core.ChannelBase)">
FlightClient(ChannelBase)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L31"><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.Flight/Client/FlightClient.cs/#L32"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -214,15 +214,93 @@ Class FlightClient <a class="header-action
link-secondary" title="View source"
+ <a id="Apache_Arrow_Flight_Client_FlightClient__ctor_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.#ctor*"></a>
+
+ <h3
id="Apache_Arrow_Flight_Client_FlightClient__ctor_Grpc_Core_ChannelBase_Apache_Arrow_ArrowContext_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.#ctor(Grpc.Core.ChannelBase,Apache.Arrow.ArrowContext)">
+ FlightClient(ChannelBase, ArrowContext)
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L37"><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">public FlightClient(ChannelBase
grpcChannel, ArrowContext context)</code></pre>
+ </div>
+
+ <h4 class="section">Parameters</h4>
+ <dl class="parameters">
+ <dt><code>grpcChannel</code> <a class="xref"
href="https://github.com/grpc/grpc-dotnet/blob/main/src/Grpc.Core.Api/ChannelBase.cs">ChannelBase</a></dt>
+ <dd></dd>
+ <dt><code>context</code> <a class="xref"
href="Apache.Arrow.ArrowContext.html">ArrowContext</a></dt>
+ <dd></dd>
+ </dl>
+
+
+
+
+
+
+
+
+
+
+
+
<h2 class="section" id="methods">Methods
</h2>
+ <a id="Apache_Arrow_Flight_Client_FlightClient_Create_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.Create*"></a>
+
+ <h3
id="Apache_Arrow_Flight_Client_FlightClient_Create_Grpc_Core_CallInvoker_Apache_Arrow_ArrowContext_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.Create(Grpc.Core.CallInvoker,Apache.Arrow.ArrowContext)">
+ Create(CallInvoker, ArrowContext)
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L63"><i
class="bi bi-code-slash"></i></a>
+ </h3>
+
+ <div class="markdown level1 summary"><p>Creates a <a class="xref"
href="Apache.Arrow.Flight.Client.FlightClient.html">FlightClient</a> from a <a
class="xref"
href="https://github.com/grpc/grpc-dotnet/blob/main/src/Grpc.Core.Api/CallInvoker.cs">CallInvoker</a>
with an <a class="xref"
href="Apache.Arrow.ArrowContext.html">ArrowContext</a>.</p>
+</div>
+ <div class="markdown level1 conceptual"></div>
+
+ <div class="codewrapper">
+ <pre><code class="lang-csharp hljs">public static FlightClient
Create(CallInvoker callInvoker, ArrowContext context)</code></pre>
+ </div>
+
+ <h4 class="section">Parameters</h4>
+ <dl class="parameters">
+ <dt><code>callInvoker</code> <a class="xref"
href="https://github.com/grpc/grpc-dotnet/blob/main/src/Grpc.Core.Api/CallInvoker.cs">CallInvoker</a></dt>
+ <dd><p>The <a class="xref"
href="https://github.com/grpc/grpc-dotnet/blob/main/src/Grpc.Core.Api/CallInvoker.cs">CallInvoker</a>
to use for gRPC calls</p>
+</dd>
+ <dt><code>context</code> <a class="xref"
href="Apache.Arrow.ArrowContext.html">ArrowContext</a></dt>
+ <dd><p>The <a class="xref"
href="Apache.Arrow.ArrowContext.html">ArrowContext</a> carrying the compression
codec factory and other reader configuration</p>
+</dd>
+ </dl>
+
+ <h4 class="section">Returns</h4>
+ <dl class="parameters">
+ <dt><a class="xref"
href="Apache.Arrow.Flight.Client.FlightClient.html">FlightClient</a></dt>
+ <dd></dd>
+ </dl>
+
+
+
+
+
+
+
+ <h4 class="section"
id="Apache_Arrow_Flight_Client_FlightClient_Create_Grpc_Core_CallInvoker_Apache_Arrow_ArrowContext__remarks">Remarks</h4>
+ <div class="markdown level1 remarks"><p>A factory method is used instead of
a constructor overload so that dependency injection
+(e.g. Grpc.Net.ClientFactory) can still resolve the single-argument
constructor unambiguously.</p>
+</div>
+
+
+
+
<a id="Apache_Arrow_Flight_Client_FlightClient_DoAction_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.DoAction*"></a>
<h3
id="Apache_Arrow_Flight_Client_FlightClient_DoAction_Apache_Arrow_Flight_FlightAction_Grpc_Core_Metadata_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.DoAction(Apache.Arrow.Flight.FlightAction,Grpc.Core.Metadata)">
DoAction(FlightAction, Metadata)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L222"><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.Flight/Client/FlightClient.cs/#L249"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -260,7 +338,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_DoAction_Apache_Arrow_Flight_FlightAction_Grpc_Core_Metadata_System_Nullable_System_DateTime__System_Threading_CancellationToken_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.DoAction(Apache.Arrow.Flight.FlightAction,Grpc.Core.Metadata,System.Nullable{System.DateTime},System.Threading.CancellationToken)">
DoAction(FlightAction, Metadata, DateTime?, CancellationToken)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L227"><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.Flight/Client/FlightClient.cs/#L254"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -302,7 +380,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_DoExchange_Apache_Arrow_Flight_FlightDescriptor_Grpc_Core_Metadata_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.DoExchange(Apache.Arrow.Flight.FlightDescriptor,Grpc.Core.Metadata)">
DoExchange(FlightDescriptor, Metadata)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L201"><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.Flight/Client/FlightClient.cs/#L228"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -340,7 +418,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_DoExchange_Apache_Arrow_Flight_FlightDescriptor_Grpc_Core_Metadata_System_Nullable_System_DateTime__System_Threading_CancellationToken_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.DoExchange(Apache.Arrow.Flight.FlightDescriptor,Grpc.Core.Metadata,System.Nullable{System.DateTime},System.Threading.CancellationToken)">
DoExchange(FlightDescriptor, Metadata, DateTime?, CancellationToken)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L206"><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.Flight/Client/FlightClient.cs/#L233"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -382,7 +460,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_GetInfo_Apache_Arrow_Flight_FlightDescriptor_Grpc_Core_Metadata_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.GetInfo(Apache.Arrow.Flight.FlightDescriptor,Grpc.Core.Metadata)">
GetInfo(FlightDescriptor, Metadata)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L84"><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.Flight/Client/FlightClient.cs/#L111"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -420,7 +498,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_GetInfo_Apache_Arrow_Flight_FlightDescriptor_Grpc_Core_Metadata_System_Nullable_System_DateTime__System_Threading_CancellationToken_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.GetInfo(Apache.Arrow.Flight.FlightDescriptor,Grpc.Core.Metadata,System.Nullable{System.DateTime},System.Threading.CancellationToken)">
GetInfo(FlightDescriptor, Metadata, DateTime?, CancellationToken)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L89"><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.Flight/Client/FlightClient.cs/#L116"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -462,7 +540,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_GetSchema_Apache_Arrow_Flight_FlightDescriptor_Grpc_Core_Metadata_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.GetSchema(Apache.Arrow.Flight.FlightDescriptor,Grpc.Core.Metadata)">
GetSchema(FlightDescriptor, Metadata)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L234"><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.Flight/Client/FlightClient.cs/#L261"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -500,7 +578,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_GetSchema_Apache_Arrow_Flight_FlightDescriptor_Grpc_Core_Metadata_System_Nullable_System_DateTime__System_Threading_CancellationToken_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.GetSchema(Apache.Arrow.Flight.FlightDescriptor,Grpc.Core.Metadata,System.Nullable{System.DateTime},System.Threading.CancellationToken)">
GetSchema(FlightDescriptor, Metadata, DateTime?, CancellationToken)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L239"><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.Flight/Client/FlightClient.cs/#L266"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -542,7 +620,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_GetStream_Apache_Arrow_Flight_FlightTicket_Grpc_Core_Metadata_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.GetStream(Apache.Arrow.Flight.FlightTicket,Grpc.Core.Metadata)">
GetStream(FlightTicket, Metadata)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L72"><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.Flight/Client/FlightClient.cs/#L99"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -580,7 +658,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_GetStream_Apache_Arrow_Flight_FlightTicket_Grpc_Core_Metadata_System_Nullable_System_DateTime__System_Threading_CancellationToken_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.GetStream(Apache.Arrow.Flight.FlightTicket,Grpc.Core.Metadata,System.Nullable{System.DateTime},System.Threading.CancellationToken)">
GetStream(FlightTicket, Metadata, DateTime?, CancellationToken)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.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.Flight/Client/FlightClient.cs/#L104"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -622,7 +700,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_Handshake_Grpc_Core_Metadata_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.Handshake(Grpc.Core.Metadata)">
Handshake(Metadata)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L180"><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.Flight/Client/FlightClient.cs/#L207"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -658,7 +736,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_Handshake_Grpc_Core_Metadata_System_Nullable_System_DateTime__System_Threading_CancellationToken_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.Handshake(Grpc.Core.Metadata,System.Nullable{System.DateTime},System.Threading.CancellationToken)">
Handshake(Metadata, DateTime?, CancellationToken)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L185"><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.Flight/Client/FlightClient.cs/#L212"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -698,7 +776,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_ListActions_Grpc_Core_Metadata_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.ListActions(Grpc.Core.Metadata)">
ListActions(Metadata)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L59"><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.Flight/Client/FlightClient.cs/#L86"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -734,7 +812,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_ListActions_Grpc_Core_Metadata_System_Nullable_System_DateTime__System_Threading_CancellationToken_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.ListActions(Grpc.Core.Metadata,System.Nullable{System.DateTime},System.Threading.CancellationToken)">
ListActions(Metadata, DateTime?, CancellationToken)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L64"><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.Flight/Client/FlightClient.cs/#L91"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -774,7 +852,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_ListFlights_Apache_Arrow_Flight_FlightCriteria_Grpc_Core_Metadata_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.ListFlights(Apache.Arrow.Flight.FlightCriteria,Grpc.Core.Metadata)">
ListFlights(FlightCriteria, Metadata)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L41"><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.Flight/Client/FlightClient.cs/#L68"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -812,7 +890,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_ListFlights_Apache_Arrow_Flight_FlightCriteria_Grpc_Core_Metadata_System_Nullable_System_DateTime__System_Threading_CancellationToken_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.ListFlights(Apache.Arrow.Flight.FlightCriteria,Grpc.Core.Metadata,System.Nullable{System.DateTime},System.Threading.CancellationToken)">
ListFlights(FlightCriteria, Metadata, DateTime?, CancellationToken)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L46"><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.Flight/Client/FlightClient.cs/#L73"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
@@ -854,7 +932,7 @@ Class FlightClient <a class="header-action link-secondary"
title="View source"
<h3
id="Apache_Arrow_Flight_Client_FlightClient_StartPut_Apache_Arrow_Flight_FlightDescriptor_Apache_Arrow_Schema_Grpc_Core_Metadata_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.StartPut(Apache.Arrow.Flight.FlightDescriptor,Apache.Arrow.Schema,Grpc.Core.Metadata)">
StartPut(FlightDescriptor, Schema, Metadata)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L126"><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.Flight/Client/FlightClient.cs/#L153"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Start a Flight Put request.</p>
@@ -903,7 +981,7 @@ means that the schema is sent even if no data batches are
sent</p>
<h3
id="Apache_Arrow_Flight_Client_FlightClient_StartPut_Apache_Arrow_Flight_FlightDescriptor_Apache_Arrow_Schema_Grpc_Core_Metadata_System_Nullable_System_DateTime__System_Threading_CancellationToken_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.StartPut(Apache.Arrow.Flight.FlightDescriptor,Apache.Arrow.Schema,Grpc.Core.Metadata,System.Nullable{System.DateTime},System.Threading.CancellationToken)">
StartPut(FlightDescriptor, Schema, Metadata, DateTime?, CancellationToken)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L164"><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.Flight/Client/FlightClient.cs/#L191"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Start a Flight Put request.</p>
@@ -958,7 +1036,7 @@ means that the schema is sent even if no data batches are
sent</p>
<h3
id="Apache_Arrow_Flight_Client_FlightClient_StartPut_Apache_Arrow_Flight_FlightDescriptor_Grpc_Core_Metadata_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.StartPut(Apache.Arrow.Flight.FlightDescriptor,Grpc.Core.Metadata)">
StartPut(FlightDescriptor, Metadata)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L112"><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.Flight/Client/FlightClient.cs/#L139"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Start a Flight Put request.</p>
@@ -1000,7 +1078,7 @@ means that the schema is sent even if no data batches are
sent</p>
<h3
id="Apache_Arrow_Flight_Client_FlightClient_StartPut_Apache_Arrow_Flight_FlightDescriptor_Grpc_Core_Metadata_System_Nullable_System_DateTime__System_Threading_CancellationToken_"
data-uid="Apache.Arrow.Flight.Client.FlightClient.StartPut(Apache.Arrow.Flight.FlightDescriptor,Grpc.Core.Metadata,System.Nullable{System.DateTime},System.Threading.CancellationToken)">
StartPut(FlightDescriptor, Metadata, DateTime?, CancellationToken)
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Client/FlightClient.cs/#L139"><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.Flight/Client/FlightClient.cs/#L166"><i
class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Start a Flight Put request.</p>
diff --git
a/main/api/Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.html
b/main/api/Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.html
index d1e2837..e8854bd 100644
---
a/main/api/Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.html
+++
b/main/api/Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.html
@@ -210,6 +210,39 @@ Class FlightServerRecordBatchStreamReader <a
class="header-action link-secondar
+ <a
id="Apache_Arrow_Flight_Server_FlightServerRecordBatchStreamReader__ctor_"
data-uid="Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.#ctor*"></a>
+
+ <h3
id="Apache_Arrow_Flight_Server_FlightServerRecordBatchStreamReader__ctor_Grpc_Core_IAsyncStreamReader_Apache_Arrow_Flight_FlightData__Apache_Arrow_ArrowContext_"
data-uid="Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.#ctor(Grpc.Core.IAsyncStreamReader{Apache.Arrow.Flight.FlightData},Apache.Arrow.ArrowContext)">
+ FlightServerRecordBatchStreamReader(IAsyncStreamReader<FlightData>,
ArrowContext)
+ <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Server/FlightServerRecordBatchStreamReader.cs/#L29"><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">public
FlightServerRecordBatchStreamReader(IAsyncStreamReader<FlightData>
flightDataStream, ArrowContext context)</code></pre>
+ </div>
+
+ <h4 class="section">Parameters</h4>
+ <dl class="parameters">
+ <dt><code>flightDataStream</code> <a class="xref"
href="https://github.com/grpc/grpc-dotnet/blob/main/src/Grpc.Core.Api/IAsyncStreamReader.cs">IAsyncStreamReader</a><<a
class="xref" href="Apache.Arrow.Flight.FlightData.html">FlightData</a>></dt>
+ <dd></dd>
+ <dt><code>context</code> <a class="xref"
href="Apache.Arrow.ArrowContext.html">ArrowContext</a></dt>
+ <dd></dd>
+ </dl>
+
+
+
+
+
+
+
+
+
+
+
+
<h2 class="section" id="properties">Properties
</h2>
@@ -218,7 +251,7 @@ Class FlightServerRecordBatchStreamReader <a
class="header-action link-secondar
<h3
id="Apache_Arrow_Flight_Server_FlightServerRecordBatchStreamReader_FlightDescriptor"
data-uid="Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.FlightDescriptor">
FlightDescriptor
- <a class="header-action link-secondary" title="View source"
href="https://github.com/apache/arrow-dotnet/blob/main/src/Apache.Arrow.Flight/Server/FlightServerRecordBatchStreamReader.cs/#L32"><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.Flight/Server/FlightServerRecordBatchStreamReader.cs/#L37"><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 607f797..49f1ea5 100644
--- a/main/index.json
+++ b/main/index.json
@@ -397,7 +397,7 @@
"api/Apache.Arrow.Flight.Client.FlightClient.html": {
"href": "api/Apache.Arrow.Flight.Client.FlightClient.html",
"title": "Class FlightClient | Apache Arrow .NET",
- "summary": "Class FlightClient Namespace Apache.Arrow.Flight.Client
Assembly Apache.Arrow.Flight.dll public class FlightClient Inheritance object
FlightClient Inherited Members object.Equals(object) object.Equals(object,
object) object.GetHashCode() object.GetType() object.MemberwiseClone()
object.ReferenceEquals(object, object) object.ToString() Constructors
FlightClient(CallInvoker) public FlightClient(CallInvoker callInvoker)
Parameters callInvoker CallInvoker FlightClient(Channel [...]
+ "summary": "Class FlightClient Namespace Apache.Arrow.Flight.Client
Assembly Apache.Arrow.Flight.dll public class FlightClient Inheritance object
FlightClient Inherited Members object.Equals(object) object.Equals(object,
object) object.GetHashCode() object.GetType() object.MemberwiseClone()
object.ReferenceEquals(object, object) object.ToString() Constructors
FlightClient(CallInvoker) public FlightClient(CallInvoker callInvoker)
Parameters callInvoker CallInvoker FlightClient(Channel [...]
},
"api/Apache.Arrow.Flight.Client.FlightClientRecordBatchStreamReader.html": {
"href":
"api/Apache.Arrow.Flight.Client.FlightClientRecordBatchStreamReader.html",
@@ -607,7 +607,7 @@
"api/Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.html": {
"href":
"api/Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.html",
"title": "Class FlightServerRecordBatchStreamReader | Apache Arrow .NET",
- "summary": "Class FlightServerRecordBatchStreamReader Namespace
Apache.Arrow.Flight.Server Assembly Apache.Arrow.Flight.dll public class
FlightServerRecordBatchStreamReader : FlightRecordBatchStreamReader,
IAsyncStreamReader<RecordBatch>, IAsyncEnumerable<RecordBatch>, IDisposable
Inheritance object FlightRecordBatchStreamReader
FlightServerRecordBatchStreamReader Implements IAsyncStreamReader<RecordBatch>
IAsyncEnumerable<RecordBatch> IDisposable Inherited Members FlightRecordBatchS
[...]
+ "summary": "Class FlightServerRecordBatchStreamReader Namespace
Apache.Arrow.Flight.Server Assembly Apache.Arrow.Flight.dll public class
FlightServerRecordBatchStreamReader : FlightRecordBatchStreamReader,
IAsyncStreamReader<RecordBatch>, IAsyncEnumerable<RecordBatch>, IDisposable
Inheritance object FlightRecordBatchStreamReader
FlightServerRecordBatchStreamReader Implements IAsyncStreamReader<RecordBatch>
IAsyncEnumerable<RecordBatch> IDisposable Inherited Members FlightRecordBatchS
[...]
},
"api/Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamWriter.html": {
"href":
"api/Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamWriter.html",
diff --git a/main/xrefmap.yml b/main/xrefmap.yml
index 43c5321..245a7cc 100644
--- a/main/xrefmap.yml
+++ b/main/xrefmap.yml
@@ -7993,6 +7993,15 @@ references:
fullName.vb:
Apache.Arrow.Flight.Client.FlightClient.New(Grpc.Core.ChannelBase)
nameWithType: FlightClient.FlightClient(ChannelBase)
nameWithType.vb: FlightClient.New(ChannelBase)
+- uid:
Apache.Arrow.Flight.Client.FlightClient.#ctor(Grpc.Core.ChannelBase,Apache.Arrow.ArrowContext)
+ name: FlightClient(ChannelBase, ArrowContext)
+ href:
api/Apache.Arrow.Flight.Client.FlightClient.html#Apache_Arrow_Flight_Client_FlightClient__ctor_Grpc_Core_ChannelBase_Apache_Arrow_ArrowContext_
+ commentId:
M:Apache.Arrow.Flight.Client.FlightClient.#ctor(Grpc.Core.ChannelBase,Apache.Arrow.ArrowContext)
+ name.vb: New(ChannelBase, ArrowContext)
+ fullName:
Apache.Arrow.Flight.Client.FlightClient.FlightClient(Grpc.Core.ChannelBase,
Apache.Arrow.ArrowContext)
+ fullName.vb:
Apache.Arrow.Flight.Client.FlightClient.New(Grpc.Core.ChannelBase,
Apache.Arrow.ArrowContext)
+ nameWithType: FlightClient.FlightClient(ChannelBase, ArrowContext)
+ nameWithType.vb: FlightClient.New(ChannelBase, ArrowContext)
- uid: Apache.Arrow.Flight.Client.FlightClient.#ctor*
name: FlightClient
href:
api/Apache.Arrow.Flight.Client.FlightClient.html#Apache_Arrow_Flight_Client_FlightClient__ctor_
@@ -8003,6 +8012,19 @@ references:
fullName.vb: Apache.Arrow.Flight.Client.FlightClient.New
nameWithType: FlightClient.FlightClient
nameWithType.vb: FlightClient.New
+- uid:
Apache.Arrow.Flight.Client.FlightClient.Create(Grpc.Core.CallInvoker,Apache.Arrow.ArrowContext)
+ name: Create(CallInvoker, ArrowContext)
+ href:
api/Apache.Arrow.Flight.Client.FlightClient.html#Apache_Arrow_Flight_Client_FlightClient_Create_Grpc_Core_CallInvoker_Apache_Arrow_ArrowContext_
+ commentId:
M:Apache.Arrow.Flight.Client.FlightClient.Create(Grpc.Core.CallInvoker,Apache.Arrow.ArrowContext)
+ fullName:
Apache.Arrow.Flight.Client.FlightClient.Create(Grpc.Core.CallInvoker,
Apache.Arrow.ArrowContext)
+ nameWithType: FlightClient.Create(CallInvoker, ArrowContext)
+- uid: Apache.Arrow.Flight.Client.FlightClient.Create*
+ name: Create
+ href:
api/Apache.Arrow.Flight.Client.FlightClient.html#Apache_Arrow_Flight_Client_FlightClient_Create_
+ commentId: Overload:Apache.Arrow.Flight.Client.FlightClient.Create
+ isSpec: "True"
+ fullName: Apache.Arrow.Flight.Client.FlightClient.Create
+ nameWithType: FlightClient.Create
- uid:
Apache.Arrow.Flight.Client.FlightClient.DoAction(Apache.Arrow.Flight.FlightAction,Grpc.Core.Metadata)
name: DoAction(FlightAction, Metadata)
href:
api/Apache.Arrow.Flight.Client.FlightClient.html#Apache_Arrow_Flight_Client_FlightClient_DoAction_Apache_Arrow_Flight_FlightAction_Grpc_Core_Metadata_
@@ -10885,6 +10907,15 @@ references:
fullName.vb:
Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.New(Grpc.Core.IAsyncStreamReader(Of
Apache.Arrow.Flight.FlightData))
nameWithType:
FlightServerRecordBatchStreamReader.FlightServerRecordBatchStreamReader(IAsyncStreamReader<FlightData>)
nameWithType.vb:
FlightServerRecordBatchStreamReader.New(IAsyncStreamReader(Of FlightData))
+- uid:
Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.#ctor(Grpc.Core.IAsyncStreamReader{Apache.Arrow.Flight.FlightData},Apache.Arrow.ArrowContext)
+ name: FlightServerRecordBatchStreamReader(IAsyncStreamReader<FlightData>,
ArrowContext)
+ href:
api/Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.html#Apache_Arrow_Flight_Server_FlightServerRecordBatchStreamReader__ctor_Grpc_Core_IAsyncStreamReader_Apache_Arrow_Flight_FlightData__Apache_Arrow_ArrowContext_
+ commentId:
M:Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.#ctor(Grpc.Core.IAsyncStreamReader{Apache.Arrow.Flight.FlightData},Apache.Arrow.ArrowContext)
+ name.vb: New(IAsyncStreamReader(Of FlightData), ArrowContext)
+ fullName:
Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.FlightServerRecordBatchStreamReader(Grpc.Core.IAsyncStreamReader<Apache.Arrow.Flight.FlightData>,
Apache.Arrow.ArrowContext)
+ fullName.vb:
Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.New(Grpc.Core.IAsyncStreamReader(Of
Apache.Arrow.Flight.FlightData), Apache.Arrow.ArrowContext)
+ nameWithType:
FlightServerRecordBatchStreamReader.FlightServerRecordBatchStreamReader(IAsyncStreamReader<FlightData>,
ArrowContext)
+ nameWithType.vb:
FlightServerRecordBatchStreamReader.New(IAsyncStreamReader(Of FlightData),
ArrowContext)
- uid: Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.#ctor*
name: FlightServerRecordBatchStreamReader
href:
api/Apache.Arrow.Flight.Server.FlightServerRecordBatchStreamReader.html#Apache_Arrow_Flight_Server_FlightServerRecordBatchStreamReader__ctor_