Skip to content

Commit

Permalink
更新注释 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
du00cs authored Aug 6, 2024
1 parent b696625 commit 1a1f4b4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ case class RepeatValue(interval: Option[DurationData] = None,
/**
* 参考了 ISO 8601, Repeat = R[n]/[interval form]/Duration
* 其中 interval form = a/b, /b, a/,
* 进行细化扩展
* Repeat_[time/interval grain 时间表达本身的粒度]_[time/interval 时间或区间表达]_{outer period 外层重复的间隔}_{n x inner_period 内层循环的次数和粒度}
* inner_period = 'n' inner repeat grain
* 比如每周三到周五的早上 => Repeat_Hour_2024-08-07T08:00:00/2024-08-07T12:00:00_P1W_3P1D
*
* @return
*/
override def schema: Option[String] = {
Expand Down

0 comments on commit 1a1f4b4

Please sign in to comment.