Class HistogramResult

  • All Implemented Interfaces:
    IResult

    @Deprecated
    public final class HistogramResult
    extends java.lang.Object
    implements IResult
    Deprecated.
    Use Histogram instead.
    Wrapper to return a Histogram as a query result.
    • Constructor Detail

      • HistogramResult

        public HistogramResult​(Histogram histogram)
        Deprecated.
    • Method Detail

      • getResultMetaData

        public ResultMetaData getResultMetaData()
        Deprecated.
        Description copied from interface: IResult
        (Optionally) Return meta data of the result needed to fine-tune the display of the result. This could include an additional context, an additional query to run on selected data from the result , additional calculated columns, or an indication that the results are already presorted.
        Specified by:
        getResultMetaData in interface IResult
        Returns:
        the metadata for the result, used to obtain extra data
      • getHistogram

        public Histogram getHistogram()
        Deprecated.