public static class IoTDBDataConverter.ToEntity extends Object implements Convert2Entity
| Constructor and Description |
|---|
ToEntity(IoTDBTableMetaInfo tableMetaInfo,
List<String> indexes,
List<String> columnNames,
org.apache.iotdb.tsfile.read.common.RowRecord rowRecord) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String fieldName) |
<T,R> R |
getWith(String fieldName,
Function<T,R> typeDecoder) |
public ToEntity(IoTDBTableMetaInfo tableMetaInfo, List<String> indexes, List<String> columnNames, org.apache.iotdb.tsfile.read.common.RowRecord rowRecord)
public Object get(String fieldName)
get in interface Convert2Entitypublic <T,R> R getWith(String fieldName, Function<T,R> typeDecoder)
getWith in interface Convert2EntityCopyright © 2022 The Apache Software Foundation. All rights reserved.