Class SelectStatement

    • Method Detail

      • toString

        public String toString()
        Description copied from interface: Node
        Convert the current Node to an influxql String that the parser must be able to read.
        Specified by:
        toString in interface Node
        Overrides:
        toString in class Object
        Returns:
        an InfluxQL string
      • getFields

        public Fields getFields()
      • getTarget

        public Target getTarget()
      • getDimensions

        public Dimensions getDimensions()
      • getSources

        public Sources getSources()
      • getSortFields

        public SortFields getSortFields()
      • getLimit

        public int getLimit()
      • getOffset

        public int getOffset()
      • getsLimit

        public int getsLimit()
      • getsOffset

        public int getsOffset()
      • getFillValue

        public Literal<?> getFillValue()
      • getLocation

        public TimeZone getLocation()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object