Class BigQueryUtil

java.lang.Object
io.trino.plugin.bigquery.BigQueryUtil

public final class BigQueryUtil extends Object
  • Method Details

    • isRetryable

      public static boolean isRetryable(Throwable cause)
    • convertToBigQueryException

      public static com.google.cloud.bigquery.BigQueryException convertToBigQueryException(com.google.cloud.bigquery.BigQueryError error)
    • toBigQueryColumnName

      public static String toBigQueryColumnName(String columnName)
    • isWildcardTable

      public static boolean isWildcardTable(com.google.cloud.bigquery.TableDefinition.Type type, String tableName)
    • quote

      public static String quote(String name)
    • quoted

      public static String quoted(RemoteTableName table)