public class FetchResults extends Object
Constructor and Description |
---|
FetchResults(long[] timestamps,
Map<String,double[]> columns,
long step,
Map<String,Object> constants) |
FetchResults(com.google.common.collect.RowSortedTable<Long,String,Double> table,
long step,
Map<String,Object> constants)
Used when applying filters.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.RowSortedTable<Long,String,Double> |
asRowSortedTable() |
Map<String,double[]> |
getColumns() |
Map<String,Object> |
getConstants() |
long |
getStep() |
long[] |
getTimestamps() |
String |
toString() |
Copyright © 2019. All rights reserved.