public final class SeaTunnelRow extends Object implements Serializable
| 构造器和说明 |
|---|
SeaTunnelRow(int arity) |
SeaTunnelRow(Object[] fields) |
| 限定符和类型 | 方法和说明 |
|---|---|
SeaTunnelRow |
copy() |
SeaTunnelRow |
copy(int[] indexMapping) |
boolean |
equals(Object o) |
int |
getArity() |
int |
getBytesSize() |
int |
getBytesSize(SeaTunnelRowType rowType) |
Object |
getField(int pos) |
Object[] |
getFields() |
RowKind |
getRowKind() |
String |
getTableId() |
int |
hashCode() |
boolean |
isNullAt(int pos) |
void |
setField(int pos,
Object value) |
void |
setRowKind(RowKind kind) |
void |
setTableId(String tableId) |
String |
toString() |
public SeaTunnelRow(int arity)
public SeaTunnelRow(Object[] fields)
public void setField(int pos,
Object value)
public void setTableId(String tableId)
public void setRowKind(RowKind kind)
public int getArity()
public String getTableId()
public RowKind getRowKind()
public Object[] getFields()
public Object getField(int pos)
public SeaTunnelRow copy()
public SeaTunnelRow copy(int[] indexMapping)
public boolean isNullAt(int pos)
public int getBytesSize(SeaTunnelRowType rowType)
public int getBytesSize()
Copyright © 2024 The Apache Software Foundation. All rights reserved.