showTableMetadata
public ShowTableMetadataResponse showTableMetadata(ShowTableMetadataRequest request) throws GPUdbException Retrieves the user provided metadata for the specified tables.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.showTableMetadata
public ShowTableMetadataResponse showTableMetadata(List<String> tableNames, Map<String, String> options) throws GPUdbException Retrieves the user provided metadata for the specified tables.Parameters:tableNames- Names of tables whose metadata will be fetched, in [schema_name.]table_name format, using standard name resolution rules. All provided tables must exist, or an error is returned.options- Optional parameters. The default value is an emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.