|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColumnStatistics | |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.ql.metadata |
Uses of ColumnStatistics in org.apache.hadoop.hive.metastore |
---|
Methods in org.apache.hadoop.hive.metastore that return ColumnStatistics | |
---|---|
ColumnStatistics |
HiveMetaStore.HMSHandler.get_partition_column_statistics(String dbName,
String tableName,
String partName,
String colName)
|
ColumnStatistics |
HiveMetaStore.HMSHandler.get_table_column_statistics(String dbName,
String tableName,
String colName)
|
ColumnStatistics |
DummyRawStoreForJdoConnection.getPartitionColumnStatistics(String dbName,
String tableName,
String partName,
List<String> partVal,
String colName)
|
ColumnStatistics |
RawStore.getPartitionColumnStatistics(String dbName,
String tableName,
String partName,
List<String> partVals,
String colName)
Returns the relevant column statistics for a given column in a given partition in a given table in a given database if such statistics exist. |
ColumnStatistics |
ObjectStore.getPartitionColumnStatistics(String dbName,
String tableName,
String partName,
List<String> partVal,
String colName)
|
ColumnStatistics |
IMetaStoreClient.getPartitionColumnStatistics(String dbName,
String tableName,
String partitionName,
String colName)
Get partition level column statistics given dbName, tableName, partitionName and colName |
ColumnStatistics |
HiveMetaStoreClient.getPartitionColumnStatistics(String dbName,
String tableName,
String partName,
String colName)
Get partition level column statistics given dbName, tableName, partitionName and colName |
ColumnStatistics |
DummyRawStoreForJdoConnection.getTableColumnStatistics(String dbName,
String tableName,
String colName)
|
ColumnStatistics |
RawStore.getTableColumnStatistics(String dbName,
String tableName,
String colName)
Returns the relevant column statistics for a given column in a given table in a given database if such statistics exist. |
ColumnStatistics |
IMetaStoreClient.getTableColumnStatistics(String dbName,
String tableName,
String colName)
Get table level column statistics given dbName, tableName and colName |
ColumnStatistics |
ObjectStore.getTableColumnStatistics(String dbName,
String tableName,
String colName)
|
ColumnStatistics |
HiveMetaStoreClient.getTableColumnStatistics(String dbName,
String tableName,
String colName)
Get table level column statistics given dbName, tableName and colName |
Methods in org.apache.hadoop.hive.metastore with parameters of type ColumnStatistics | |
---|---|
boolean |
HiveMetaStore.HMSHandler.update_partition_column_statistics(ColumnStatistics colStats)
|
boolean |
HiveMetaStore.HMSHandler.update_table_column_statistics(ColumnStatistics colStats)
|
boolean |
IMetaStoreClient.updatePartitionColumnStatistics(ColumnStatistics statsObj)
Write partition level column statistics to persistent store |
boolean |
HiveMetaStoreClient.updatePartitionColumnStatistics(ColumnStatistics statsObj)
Write partition level column statistics to persistent store |
boolean |
DummyRawStoreForJdoConnection.updatePartitionColumnStatistics(ColumnStatistics statsObj,
List<String> partVals)
|
boolean |
RawStore.updatePartitionColumnStatistics(ColumnStatistics statsObj,
List<String> partVals)
Persists the given column statistics object to the metastore |
boolean |
ObjectStore.updatePartitionColumnStatistics(ColumnStatistics colStats,
List<String> partVals)
|
boolean |
DummyRawStoreForJdoConnection.updateTableColumnStatistics(ColumnStatistics statsObj)
|
boolean |
RawStore.updateTableColumnStatistics(ColumnStatistics colStats)
Persists the given column statistics object to the metastore |
boolean |
IMetaStoreClient.updateTableColumnStatistics(ColumnStatistics statsObj)
Write table level column statistics to persistent store |
boolean |
ObjectStore.updateTableColumnStatistics(ColumnStatistics colStats)
|
boolean |
HiveMetaStoreClient.updateTableColumnStatistics(ColumnStatistics statsObj)
Write table level column statistics to persistent store |
Uses of ColumnStatistics in org.apache.hadoop.hive.metastore.api |
---|
Methods in org.apache.hadoop.hive.metastore.api that return ColumnStatistics | |
---|---|
ColumnStatistics |
ColumnStatistics.deepCopy()
|
ColumnStatistics |
ThriftHiveMetastore.Iface.get_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name)
|
ColumnStatistics |
ThriftHiveMetastore.Client.get_partition_column_statistics(String db_name,
String tbl_name,
String part_name,
String col_name)
|
ColumnStatistics |
ThriftHiveMetastore.Iface.get_table_column_statistics(String db_name,
String tbl_name,
String col_name)
|
ColumnStatistics |
ThriftHiveMetastore.Client.get_table_column_statistics(String db_name,
String tbl_name,
String col_name)
|
ColumnStatistics |
ThriftHiveMetastore.AsyncClient.get_table_column_statistics_call.getResult()
|
ColumnStatistics |
ThriftHiveMetastore.AsyncClient.get_partition_column_statistics_call.getResult()
|
ColumnStatistics |
ThriftHiveMetastore.update_table_column_statistics_args.getStats_obj()
|
ColumnStatistics |
ThriftHiveMetastore.update_partition_column_statistics_args.getStats_obj()
|
ColumnStatistics |
ThriftHiveMetastore.get_table_column_statistics_result.getSuccess()
|
ColumnStatistics |
ThriftHiveMetastore.get_partition_column_statistics_result.getSuccess()
|
ColumnStatistics |
ThriftHiveMetastore.Client.recv_get_partition_column_statistics()
|
ColumnStatistics |
ThriftHiveMetastore.Client.recv_get_table_column_statistics()
|
Methods in org.apache.hadoop.hive.metastore.api with parameters of type ColumnStatistics | |
---|---|
int |
ColumnStatistics.compareTo(ColumnStatistics other)
|
boolean |
ColumnStatistics.equals(ColumnStatistics that)
|
void |
ThriftHiveMetastore.Client.send_update_partition_column_statistics(ColumnStatistics stats_obj)
|
void |
ThriftHiveMetastore.Client.send_update_table_column_statistics(ColumnStatistics stats_obj)
|
void |
ThriftHiveMetastore.update_table_column_statistics_args.setStats_obj(ColumnStatistics stats_obj)
|
void |
ThriftHiveMetastore.update_partition_column_statistics_args.setStats_obj(ColumnStatistics stats_obj)
|
void |
ThriftHiveMetastore.get_table_column_statistics_result.setSuccess(ColumnStatistics success)
|
void |
ThriftHiveMetastore.get_partition_column_statistics_result.setSuccess(ColumnStatistics success)
|
boolean |
ThriftHiveMetastore.Iface.update_partition_column_statistics(ColumnStatistics stats_obj)
|
boolean |
ThriftHiveMetastore.Client.update_partition_column_statistics(ColumnStatistics stats_obj)
|
void |
ThriftHiveMetastore.AsyncIface.update_partition_column_statistics(ColumnStatistics stats_obj,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.update_partition_column_statistics_call> resultHandler)
|
void |
ThriftHiveMetastore.AsyncClient.update_partition_column_statistics(ColumnStatistics stats_obj,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.update_partition_column_statistics_call> resultHandler)
|
boolean |
ThriftHiveMetastore.Iface.update_table_column_statistics(ColumnStatistics stats_obj)
|
boolean |
ThriftHiveMetastore.Client.update_table_column_statistics(ColumnStatistics stats_obj)
|
void |
ThriftHiveMetastore.AsyncIface.update_table_column_statistics(ColumnStatistics stats_obj,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.update_table_column_statistics_call> resultHandler)
|
void |
ThriftHiveMetastore.AsyncClient.update_table_column_statistics(ColumnStatistics stats_obj,
org.apache.thrift.async.AsyncMethodCallback<ThriftHiveMetastore.AsyncClient.update_table_column_statistics_call> resultHandler)
|
Uses of ColumnStatistics in org.apache.hadoop.hive.ql.metadata |
---|
Methods in org.apache.hadoop.hive.ql.metadata that return ColumnStatistics | |
---|---|
ColumnStatistics |
Hive.getPartitionColumnStatistics(String dbName,
String tableName,
String partName,
String colName)
|
ColumnStatistics |
Hive.getTableColumnStatistics(String dbName,
String tableName,
String colName)
|
Methods in org.apache.hadoop.hive.ql.metadata with parameters of type ColumnStatistics | |
---|---|
boolean |
Hive.updatePartitionColumnStatistics(ColumnStatistics statsObj)
|
boolean |
Hive.updateTableColumnStatistics(ColumnStatistics statsObj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |