Package io.prestosql.plugin.base.type
Interface PrestoTimestampEncoder<T>
-
public interface PrestoTimestampEncoder<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetTimestamp(DecodedTimestamp decodedTimestamp)io.prestosql.spi.type.TimestampTypegetType()voidwrite(DecodedTimestamp decodedTimestamp, io.prestosql.spi.block.BlockBuilder blockBuilder)
-
-
-
Method Detail
-
write
void write(DecodedTimestamp decodedTimestamp, io.prestosql.spi.block.BlockBuilder blockBuilder)
-
getTimestamp
T getTimestamp(DecodedTimestamp decodedTimestamp)
-
getType
io.prestosql.spi.type.TimestampType getType()
-
-