Documentation
Dlang.org
Time64DataType
arrow
time64_data_type
class
Time64DataType :
TimeDataType
{
this
(void* ptr, Flag!"Take" take);
static
GType
_getGType
();
GType
_gType
[@property getter];
Time64DataType
self
();
this
(arrow.types.TimeUnit unit);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.types.TimeUnit unit)
Members
Functions
self
Time64DataType
self
()
Returns
this
, for use in
with
statements.
Properties
_gType
GType
_gType
[@property getter]
Static functions
_getGType
GType
_getGType
()
Inherited Members
From TimeDataType
_getGType
GType
_getGType
()
_gType
GType
_gType
[@property getter]
self
TimeDataType
self
()
Returns
this
, for use in
with
statements.
getUnit
arrow
.
types
.
TimeUnit
getUnit
()
arrow
time64_data_type
classes
Time64DataType