arrowflight.client

Module for [Client] class

Types 3

Methods
GType _gType() @property
Client self()Returns `this`, for use in `with` statements.
ClientGidBuilder builder()Get builder for [arrowflight.client.Client] Returns: New builder object
bool authenticateBasicToken(string user, string password, arrowflight.call_options.CallOptions options, out string bearerName, out string bearerValue)Authenticates to the server using basic HTTP style authentication.
bool close()
arrowflight.do_put_result.DoPutResult doPut(arrowflight.descriptor.Descriptor descriptor, arrow.schema.Schema schema, arrowflight.call_options.CallOptions options = null)Upload data to a Flight described by the given descriptor. The caller must call [arrow.recordbatchwriter.RecordBatchWriter.close] on the returned stream once they are done writing.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [arrowflight.client.Client]

Methods