Class MetadataUtil

java.lang.Object
io.trino.plugin.phoenix5.MetadataUtil

public final class MetadataUtil extends Object
  • Method Details

    • getEscapedTableName

      public static String getEscapedTableName(@Nullable String schema, String table)
    • toPhoenixSchemaName

      @Nullable public static String toPhoenixSchemaName(@Nullable String trinoSchemaName)
    • toTrinoSchemaName

      @Nullable public static String toTrinoSchemaName(@Nullable String phoenixSchemaName)