Class ColumnQueryDefinition


  • public class ColumnQueryDefinition
    extends java.lang.Object
    This class defines a particular column in our query. In addition to the path of the source object, it has the expected aggregation mode and column name. The aggregation mode is expected to always be set, though it may not exist in the actual history provider.
    • Constructor Detail

      • ColumnQueryDefinition

        public ColumnQueryDefinition​(QualifiedPath path,
                                     Aggregate aggregation,
                                     java.lang.String columnName)
    • Method Detail

      • setPath

        public void setPath​(QualifiedPath path)
        The path is mutable because sometimes it will get adjusted or change as the query is passed from system to system.
      • getAggregate

        public Aggregate getAggregate()
      • getColumnName

        public java.lang.String getColumnName()