Constructor

ArrowDate64DataTypenew

Declaration [src]

GArrowDate64DataType*
garrow_date64_data_type_new (
  void
)

Description

No description available.
Available since:0.7.0

Return value

Returns: GArrowDate64DataType
 

A newly created the number of milliseconds since UNIX epoch in 64-bit signed integer data type.

 The caller of the function takes ownership of the data, and is responsible for freeing it.