Package org.apache.pinot.spi.utils
Class TimeConverter
- java.lang.Object
-
- org.apache.pinot.spi.utils.TimeConverter
-
public class TimeConverter extends Object
Deprecated.This conversion should be done via transform functions set on the schema field spec TimeConverter to convert value to/from milliseconds since epoch based on the givenTimeGranularitySpec.
-
-
Constructor Summary
Constructors Constructor Description TimeConverter(TimeGranularitySpec timeGranularitySpec)Deprecated.
-
-
-
Constructor Detail
-
TimeConverter
public TimeConverter(TimeGranularitySpec timeGranularitySpec)
Deprecated.
-
-