public class PulsarColumnHandle extends Object implements io.prestosql.decoder.DecoderColumnHandle
| Modifier and Type | Class and Description |
|---|---|
static class |
PulsarColumnHandle.HandleKeyValueType
Column Handle keyValue type, used for keyValue schema.
|
| Constructor and Description |
|---|
PulsarColumnHandle(String connectorId,
String name,
io.prestosql.spi.type.Type type,
boolean hidden,
boolean internal,
String mapping,
String dataFormat,
String formatHint,
PulsarColumnHandle.HandleKeyValueType handleKeyValueType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getConnectorId() |
String |
getDataFormat() |
String |
getFormatHint() |
PulsarColumnHandle.HandleKeyValueType |
getHandleKeyValueType() |
String |
getMapping() |
String |
getName() |
io.prestosql.spi.type.Type |
getType() |
int |
hashCode() |
boolean |
isHidden() |
boolean |
isInternal() |
boolean |
isKey() |
boolean |
isValue() |
String |
toString() |
public String getConnectorId()
public String getName()
getName in interface io.prestosql.decoder.DecoderColumnHandlepublic String getMapping()
getMapping in interface io.prestosql.decoder.DecoderColumnHandlepublic String getDataFormat()
getDataFormat in interface io.prestosql.decoder.DecoderColumnHandlepublic io.prestosql.spi.type.Type getType()
getType in interface io.prestosql.decoder.DecoderColumnHandlepublic boolean isHidden()
public boolean isInternal()
isInternal in interface io.prestosql.decoder.DecoderColumnHandlepublic String getFormatHint()
getFormatHint in interface io.prestosql.decoder.DecoderColumnHandlepublic PulsarColumnHandle.HandleKeyValueType getHandleKeyValueType()
public boolean isKey()
public boolean isValue()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.