Package io.trino.plugin.kafka.encoder
Interface EncoderColumnHandle
-
- All Superinterfaces:
ColumnHandle
- All Known Implementing Classes:
KafkaColumnHandle
public interface EncoderColumnHandle extends ColumnHandle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDataFormat()StringgetFormatHint()StringgetMapping()StringgetName()TypegetType()booleanisInternal()-
Methods inherited from interface io.trino.spi.connector.ColumnHandle
equals, hashCode
-
-