twosigma / flint

A Time Series Library for Apache Spark
Apache License 2.0
993 stars 184 forks source link

Making clock.asTimeSeriesRDD public #48

Closed soloman817 closed 4 years ago

soloman817 commented 5 years ago

The clock utility is very handy sometime, but it is not public to the outside world:

https://github.com/twosigma/flint/blob/master/src/main/scala/com/twosigma/flint/timeseries/clock/Clock.scala#L143

Is there any reason to hide this?