| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.read.common |
| Modifier and Type | Method and Description |
|---|---|
static Field |
Field.copy(Field field) |
static Field |
Field.getField(Object value,
TSDataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
List<Field> |
RowRecord.getFields() |
| Modifier and Type | Method and Description |
|---|---|
void |
RowRecord.addField(Field f) |
static Field |
Field.copy(Field field) |
void |
RowRecord.setField(int index,
Field f) |
static void |
Field.setTsPrimitiveValue(TsPrimitiveType value,
Field field) |
| Constructor and Description |
|---|
RowRecord(long timestamp,
List<Field> fields) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.