arrowflight.info

Module for [Info] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Info self() nothrowReturns `this`, for use in `with` statements.
InfoGidBuilder builder() static nothrowGet builder for [arrowflight.info.Info] Returns: New builder object
bool equal(arrowflight.info.Info otherInfo) nothrow
long getTotalBytes() nothrow
long getTotalRecords() nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this(arrow.schema.Schema schema, arrowflight.descriptor.Descriptor descriptor, arrowflight.endpoint.Endpoint[] endpoints, long totalRecords, long totalBytes)

Fluent builder implementation template for arrowflight.info.Info

Methods
T info(void * propval) nothrow

Fluent builder for arrowflight.info.Info

Methods
Info build() nothrowCreate object from builder. Returns: New object