Class FromComponent


  • public class FromComponent
    extends java.lang.Object
    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 addPrefixTablePath​(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

      • addPrefixTablePath

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

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