Class SqlValidatorScope.Path

    • Constructor Detail

      • Path

        public Path()
    • Method Detail

      • stepCount

        public int stepCount()
        Number of steps in this path.
      • stepNames

        java.util.List<java.lang.String> stepNames()
        Returns a list ["step1", "step2"].
      • build

        protected void build​(com.google.common.collect.ImmutableList.Builder<SqlValidatorScope.Step> paths)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object