Interface PrestoTimestampEncoder<T>


  • public interface PrestoTimestampEncoder<T>
    • Method Detail

      • write

        void write​(DecodedTimestamp decodedTimestamp,
                   io.prestosql.spi.block.BlockBuilder blockBuilder)
      • getType

        io.prestosql.spi.type.TimestampType getType()