Interface DecoderColumnHandle

  • All Superinterfaces:
    io.prestosql.spi.connector.ColumnHandle

    public interface DecoderColumnHandle
    extends io.prestosql.spi.connector.ColumnHandle
    • Method Detail

      • isInternal

        boolean isInternal()
      • getFormatHint

        java.lang.String getFormatHint()
      • getType

        io.prestosql.spi.type.Type getType()
      • getName

        java.lang.String getName()
      • getMapping

        java.lang.String getMapping()
      • getDataFormat

        java.lang.String getDataFormat()