Modifier and Type | Class and Description |
---|---|
static class |
Tables.TableCreator.TableFormat |
public Tables.TableCreator withSchemaName(String schemaName)
public Tables.TableCreator withComment(String comment)
public Tables.TableCreator ifNotExists()
public Tables.TableCreator virtualView()
public Tables.TableCreator transactionTable()
public Tables.TableCreator deltaTable()
public Tables.TableCreator append2Table()
public Tables.TableCreator externalTable()
public Tables.TableCreator autoPartitionBy(GenerateExpression expression, String aliasName)
public Tables.TableCreator withLifeCycle(Long lifeCycle)
public Tables.TableCreator withClusterInfo(Table.ClusterInfo clusterInfo)
public Tables.TableCreator withPrimaryKeys(List<String> primaryKeys)
public Tables.TableCreator withDeltaTableBucketNum(Integer bucketNum)
public Tables.TableCreator withTblProperties(Map<String,String> tblProperties)
public Tables.TableCreator withStorageHandler(String storageHandler)
public Tables.TableCreator withResources(List<String> usingResources)
public Tables.TableCreator withLocation(String location)
public Tables.TableCreator withSerdeProperties(Map<String,String> serdeProperties)
public Tables.TableCreator withHints(Map<String,String> hints)
public Tables.TableCreator withAliases(Map<String,String> aliases)
public Tables.TableCreator withDataHubInfo(Tables.DataHubInfo dataHubInfo)
public Tables.TableCreator withSelectStatement(String selectStatement)
public Tables.TableCreator debug()
public String getSQL()
public void create() throws OdpsException
OdpsException
Copyright © 2025 Alibaba Cloud Computing. All rights reserved.