Interface ResultDataPoint

  • All Superinterfaces:
    DataPoint, java.io.Serializable
    All Known Implementing Classes:
    BasicResultDataPoint

    public interface ResultDataPoint
    extends DataPoint
    A DataPoint that corresponds to a particular column (tag) in a result set, and knows the position.
    • Method Detail

      • index

        int index()
        The index of the column/tag path, relative to the paths requested in the query.