public class Point extends Object
TimestreamIdentifier: Timeline identifier
2. timestamp: The timestamp of the data point
3. fields: The list of data values| 限定符和类型 | 类和说明 |
|---|---|
static class |
Point.Builder |
| 限定符 | 构造器和说明 |
|---|---|
protected |
Point(long timestamp,
TimeUnit unit,
Row row) |
protected |
Point(Row row) |
protected Point(Row row)
public long getTimestamp()
public long getTimestamp(TimeUnit unit)
unit - The unit of the returned timestamppublic ColumnValue getField(String name)
Copyright © 2025. All Rights Reserved.