Parquex.TimePartition.Partition (parquex v0.3.0)

View Source

One canonical UTC partition and its half-open time interval.

Summary

Types

t()

@type t() :: %Parquex.TimePartition.Partition{
  path: String.t(),
  start: DateTime.t(),
  until: DateTime.t()
}