Package io.trino.plugin.base.type
Interface TrinoTimestampEncoder<T>
public interface TrinoTimestampEncoder<T>
-
Method Summary
Modifier and TypeMethodDescriptiongetTimestamp(DecodedTimestamp decodedTimestamp) getType()voidwrite(DecodedTimestamp decodedTimestamp, BlockBuilder blockBuilder)
-
Method Details
-
write
-
getTimestamp
-
getType
TimestampType getType()
-