Documentation ¶
Index ¶
Constants ¶
View Source
const ( // StepMonth represents a one month interval StepMonth string = "month" // StepDay represents a one day interval StepDay string = "day" // StepHour represents a one hour interval StepHour string = "hour" )
Variables ¶
This section is empty.
Functions ¶
func SplitDateRange ¶
SplitDateRange splits start-end range in a subset of ranges respecting the given step Ranges with granularity of StepMonth are aligned to 1st of each month in order to improve export efficiency at block transfer level
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.