public class RowRecord extends Object
| Constructor and Description |
|---|
RowRecord(long timestamp) |
RowRecord(long timestamp,
int nums) |
RowRecord(long timestamp,
List<Field> fields) |
| Modifier and Type | Method and Description |
|---|---|
void |
addField(Field f) |
void |
addField(Object value,
TSDataType dataType) |
List<Field> |
getFields() |
long |
getTimestamp() |
boolean |
hasNullField() |
boolean |
isAllNull() |
void |
resetNullFlag() |
void |
setField(int index,
Field f) |
void |
setField(int index,
Object value,
TSDataType dataType) |
void |
setTimestamp(long timestamp) |
String |
toString() |
public RowRecord(long timestamp)
public RowRecord(long timestamp,
int nums)
public void addField(Field f)
public void setField(int index,
Field f)
public void addField(Object value, TSDataType dataType)
public void setField(int index,
Object value,
TSDataType dataType)
public void setTimestamp(long timestamp)
public long getTimestamp()
public boolean hasNullField()
public boolean isAllNull()
public void resetNullFlag()
Copyright © 2022 The Apache Software Foundation. All rights reserved.