package validation
- Alphabetic
- Public
- All
Type Members
- class TSEntryFitter[T] extends AnyRef
This encapsulates the logic of fitting TSEntries one after another.
This encapsulates the logic of fitting TSEntries one after another. It is used in TimeSeriesBuilders to take care of trimming, compressing and checking the sanity of consecutive entries.
Value Members
- object TSEntryFitter
- object TimestampValidator
This object specifies and checks all the different types of constraints that are imposed on timestamps of timeseries.
This object specifies and checks all the different types of constraints that are imposed on timestamps of timeseries. There are two main types of constraints:
- logical constraints: chronological, increasing order
- compression constraints: Positivity, and maximal differences. These are (implicitly) given by the Gorilla library but the library itself does no checks. Therefore, we perform them here.