Package com.gpudb.protocol
Class ClearStatisticsRequest
java.lang.Object
com.gpudb.protocol.ClearStatisticsRequest
All Implemented Interfaces:
org.apache.avro.generic.GenericContainer, org.apache.avro.generic.IndexedRecordA set of parameters for
GPUdb.clearStatistics.
Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
Constructor Summary
ConstructorsConstructorDescriptionConstructs a ClearStatisticsRequest object with default parameters.Constructs a ClearStatisticsRequest object with the specified parameters.Method Summary
Modifier and TypeMethodDescriptionbooleanget(int index) This method supports the Avro framework and is not intended to be called directly by the user.static org.apache.avro.SchemaThis method supports the Avro framework and is not intended to be called directly by the user.Name of the column intableNamefor which to clear statistics.Optional parameters.org.apache.avro.SchemaThis method supports the Avro framework and is not intended to be called directly by the user.Name of a table, in [schema_name.]table_name format, using standard name resolution rules.inthashCode()voidThis method supports the Avro framework and is not intended to be called directly by the user.setColumnName(String columnName) Name of the column intableNamefor which to clear statistics.setOptions(Map<String, String> options) Optional parameters.setTableName(String tableName) Name of a table, in [schema_name.]table_name format, using standard name resolution rules.toString()
Constructor Details
ClearStatisticsRequest
public ClearStatisticsRequest()Constructs a ClearStatisticsRequest object with default parameters.ClearStatisticsRequest
Constructs a ClearStatisticsRequest object with the specified parameters.Parameters:tableName- Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. The default value is ”.columnName- Name of the column intableNamefor which to clear statistics. The column must be from an existing table. An empty string clears statistics for all columns in the table. The default value is ”.options- Optional parameters. The default value is an emptyMap.
Method Details
getClassSchema
public static org.apache.avro.Schema getClassSchema()This method supports the Avro framework and is not intended to be called directly by the user.Returns:The schema for the class.getTableName
Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. The default value is ”.Returns:The current value oftableName.setTableName
Name of a table, in [schema_name.]table_name format, using standard name resolution rules. Must be an existing table. The default value is ”.Parameters:tableName- The new value fortableName.Returns:thisto mimic the builder pattern.setColumnName
Name of the column intableNamefor which to clear statistics. The column must be from an existing table. An empty string clears statistics for all columns in the table. The default value is ”.Parameters:columnName- The new value forcolumnName.Returns:thisto mimic the builder pattern.getSchema
public org.apache.avro.Schema getSchema()This method supports the Avro framework and is not intended to be called directly by the user.Specified by:getSchemain interfaceorg.apache.avro.generic.GenericContainerReturns:The schema object describing this class.get
This method supports the Avro framework and is not intended to be called directly by the user.Specified by:getin interfaceorg.apache.avro.generic.IndexedRecordParameters:index- the position of the field to getReturns:value of the field with the given index.Throws:put
This method supports the Avro framework and is not intended to be called directly by the user.Specified by:putin interfaceorg.apache.avro.generic.IndexedRecordParameters:index- the position of the field to setvalue- the value to setThrows: