Class FromComponent


  • public class FromComponent
    extends StatementNode
    This class maintains information of FROM clause.
    • Constructor Summary

      Constructors 
      Constructor Description
      FromComponent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPrefixPath​(org.apache.iotdb.commons.path.PartialPath prefixPath)  
      java.util.List<org.apache.iotdb.commons.path.PartialPath> getPrefixPaths()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FromComponent

        public FromComponent()
    • Method Detail

      • addPrefixPath

        public void addPrefixPath​(org.apache.iotdb.commons.path.PartialPath prefixPath)
      • getPrefixPaths

        public java.util.List<org.apache.iotdb.commons.path.PartialPath> getPrefixPaths()