public class USqlTableStatistics extends CatalogItem
Constructor and Description |
---|
USqlTableStatistics() |
Modifier and Type | Method and Description |
---|---|
List<String> |
colNames()
Get the list of column names associated with these statistics.
|
org.joda.time.DateTime |
createTime()
Get the creation time of the statistics.
|
String |
databaseName()
Get the name of the database.
|
String |
filterDefinition()
Get the filter definition for the statistics.
|
Boolean |
hasFilter()
Get the switch indicating if these statistics have a filter.
|
Boolean |
isAutoCreated()
Get the switch indicating if these statistics are automatically created.
|
Boolean |
isUserCreated()
Get the switch indicating if these statistics are user created.
|
String |
name()
Get the name of the table statistics.
|
String |
schemaName()
Get the name of the schema associated with this table and database.
|
String |
statDataPath()
Get the path to the statistics data.
|
String |
tableName()
Get the name of the table.
|
org.joda.time.DateTime |
updateTime()
Get the last time the statistics were updated.
|
String |
userStatName()
Get the name of the user statistics.
|
USqlTableStatistics |
withColNames(List<String> colNames)
Set the list of column names associated with these statistics.
|
USqlTableStatistics |
withCreateTime(org.joda.time.DateTime createTime)
Set the creation time of the statistics.
|
USqlTableStatistics |
withDatabaseName(String databaseName)
Set the name of the database.
|
USqlTableStatistics |
withFilterDefinition(String filterDefinition)
Set the filter definition for the statistics.
|
USqlTableStatistics |
withHasFilter(Boolean hasFilter)
Set the switch indicating if these statistics have a filter.
|
USqlTableStatistics |
withIsAutoCreated(Boolean isAutoCreated)
Set the switch indicating if these statistics are automatically created.
|
USqlTableStatistics |
withIsUserCreated(Boolean isUserCreated)
Set the switch indicating if these statistics are user created.
|
USqlTableStatistics |
withName(String name)
Set the name of the table statistics.
|
USqlTableStatistics |
withSchemaName(String schemaName)
Set the name of the schema associated with this table and database.
|
USqlTableStatistics |
withStatDataPath(String statDataPath)
Set the path to the statistics data.
|
USqlTableStatistics |
withTableName(String tableName)
Set the name of the table.
|
USqlTableStatistics |
withUpdateTime(org.joda.time.DateTime updateTime)
Set the last time the statistics were updated.
|
USqlTableStatistics |
withUserStatName(String userStatName)
Set the name of the user statistics.
|
computeAccountName, version, withComputeAccountName, withVersion
public String databaseName()
public USqlTableStatistics withDatabaseName(String databaseName)
databaseName
- the databaseName value to setpublic String schemaName()
public USqlTableStatistics withSchemaName(String schemaName)
schemaName
- the schemaName value to setpublic String tableName()
public USqlTableStatistics withTableName(String tableName)
tableName
- the tableName value to setpublic String name()
public USqlTableStatistics withName(String name)
name
- the name value to setpublic String userStatName()
public USqlTableStatistics withUserStatName(String userStatName)
userStatName
- the userStatName value to setpublic String statDataPath()
public USqlTableStatistics withStatDataPath(String statDataPath)
statDataPath
- the statDataPath value to setpublic org.joda.time.DateTime createTime()
public USqlTableStatistics withCreateTime(org.joda.time.DateTime createTime)
createTime
- the createTime value to setpublic org.joda.time.DateTime updateTime()
public USqlTableStatistics withUpdateTime(org.joda.time.DateTime updateTime)
updateTime
- the updateTime value to setpublic Boolean isUserCreated()
public USqlTableStatistics withIsUserCreated(Boolean isUserCreated)
isUserCreated
- the isUserCreated value to setpublic Boolean isAutoCreated()
public USqlTableStatistics withIsAutoCreated(Boolean isAutoCreated)
isAutoCreated
- the isAutoCreated value to setpublic Boolean hasFilter()
public USqlTableStatistics withHasFilter(Boolean hasFilter)
hasFilter
- the hasFilter value to setpublic String filterDefinition()
public USqlTableStatistics withFilterDefinition(String filterDefinition)
filterDefinition
- the filterDefinition value to setpublic List<String> colNames()
public USqlTableStatistics withColNames(List<String> colNames)
colNames
- the colNames value to setCopyright © 2019. All rights reserved.