Class ShowTimeSeriesStatement


  • public class ShowTimeSeriesStatement
    extends ShowStatement
    SHOW TIMESERIES statement.

    Here is the syntax definition:

    SHOW [LATEST] TIMESERIES [pathPattern] [WHERE key { = | CONTAINS } value] [LIMIT limit] [OFFSET offset]

    • Constructor Detail

      • ShowTimeSeriesStatement

        public ShowTimeSeriesStatement​(org.apache.iotdb.commons.path.PartialPath pathPattern,
                                       boolean orderByHeat)
    • Method Detail

      • getPathPattern

        public org.apache.iotdb.commons.path.PartialPath getPathPattern()
      • isContains

        public boolean isContains()
      • setContains

        public void setContains​(boolean contains)
      • getKey

        public java.lang.String getKey()
      • setKey

        public void setKey​(java.lang.String key)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • isOrderByHeat

        public boolean isOrderByHeat()
      • getPaths

        public java.util.List<org.apache.iotdb.commons.path.PartialPath> getPaths()
        Overrides:
        getPaths in class ShowStatement