public class PulsarColumnHandle extends Object implements io.prestosql.spi.connector.ColumnHandle
| 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[] fieldNames,
Integer[] positionIndices,
PulsarColumnHandle.HandleKeyValueType handleKeyValueType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getConnectorId() |
String[] |
getFieldNames() |
PulsarColumnHandle.HandleKeyValueType |
getHandleKeyValueType() |
String |
getName() |
Integer[] |
getPositionIndices() |
io.prestosql.spi.type.Type |
getType() |
int |
hashCode() |
boolean |
isHidden() |
boolean |
isInternal() |
boolean |
isKey() |
boolean |
isValue() |
String |
toString() |
public PulsarColumnHandle(String connectorId, String name, io.prestosql.spi.type.Type type, boolean hidden, boolean internal, String[] fieldNames, Integer[] positionIndices, PulsarColumnHandle.HandleKeyValueType handleKeyValueType)
public String getConnectorId()
public String getName()
public io.prestosql.spi.type.Type getType()
public boolean isHidden()
public boolean isInternal()
public String[] getFieldNames()
public Integer[] getPositionIndices()
public PulsarColumnHandle.HandleKeyValueType getHandleKeyValueType()
public boolean isKey()
public boolean isValue()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.