Class SqlDialect.FakeUtil

java.lang.Object
org.apache.calcite.sql.SqlDialect.FakeUtil
Enclosing class:
SqlDialect

@Deprecated public static class SqlDialect.FakeUtil extends Object
Deprecated.
A few utility functions copied from org.apache.calcite.util.Util. We have copied them because we wish to keep SqlDialect's dependencies to a minimum.
  • Constructor Details

    • FakeUtil

      public FakeUtil()
      Deprecated.
  • Method Details

    • newInternal

      public static Error newInternal(Throwable e, String s)
      Deprecated.
    • replace

      public static String replace(String s, String find, String replace)
      Deprecated.
      Replaces every occurrence of find in s with replace.