public class NotNullConstraint extends Object implements Serializable
| Constructor and Description |
|---|
NotNullConstraint() |
NotNullConstraint(List<org.apache.hadoop.hive.metastore.api.SQLNotNullConstraint> nns,
String tableName,
String databaseName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseName() |
Map<String,List<String>> |
getEnableValidateRely() |
Map<String,String> |
getNotNullConstraints() |
String |
getTableName() |
static boolean |
isNotEmpty(NotNullConstraint info) |
String |
toString() |
public NotNullConstraint()
public NotNullConstraint(List<org.apache.hadoop.hive.metastore.api.SQLNotNullConstraint> nns, String tableName, String databaseName)
public String getTableName()
public String getDatabaseName()
public static boolean isNotEmpty(NotNullConstraint info)
Copyright © 2022 The Apache Software Foundation. All rights reserved.