Class FetchResults


  • public class FetchResults
    extends Object
    Used to store the results of a fetch.
    Author:
    Jesse White
    • Method Detail

      • getTimestamps

        public long[] getTimestamps()
      • getColumns

        public Map<String,​double[]> getColumns()
      • getStep

        public long getStep()
      • asRowSortedTable

        public com.google.common.collect.RowSortedTable<Long,​String,​Double> asRowSortedTable()