Uses of Class
io.trino.plugin.bigquery.RemoteTableName
Packages that use RemoteTableName
-
Uses of RemoteTableName in io.trino.plugin.bigquery
Methods in io.trino.plugin.bigquery that return RemoteTableNameModifier and TypeMethodDescriptionBigQueryInsertTableHandle.getRemoteTableName()BigQueryNamedRelationHandle.getRemoteTableName()BigQueryOutputTableHandle.getRemoteTableName()BigQueryInsertTableHandle.getTemporaryRemoteTableName()Methods in io.trino.plugin.bigquery that return types with arguments of type RemoteTableNameMethods in io.trino.plugin.bigquery with parameters of type RemoteTableNameConstructors in io.trino.plugin.bigquery with parameters of type RemoteTableNameModifierConstructorDescriptionBigQueryInsertTableHandle(RemoteTableName remoteTableName, List<String> columnNames, List<Type> columnTypes, String temporaryTableName, String pageSinkIdColumnName) BigQueryNamedRelationHandle(SchemaTableName schemaTableName, RemoteTableName remoteTableName, String type, Optional<BigQueryTableHandle.BigQueryPartitionType> partitionType, Optional<String> comment) BigQueryOutputTableHandle(RemoteTableName remoteTableName, List<String> columnNames, List<Type> columnTypes, Optional<String> temporaryTableName, Optional<String> pageSinkIdColumnName) BigQueryPageSink(BigQueryClient client, RemoteTableName remoteTableName, List<String> columnNames, List<Type> columnTypes, ConnectorPageSinkId pageSinkId, Optional<String> temporaryTableName, Optional<String> pageSinkIdColumnName) BigQueryTableHandle(SchemaTableName schemaTableName, RemoteTableName remoteTableName, com.google.cloud.bigquery.TableInfo tableInfo) Deprecated.