Uses of Class
ai.heavy.thrift.server.TPartitionDetail
-
Packages that use TPartitionDetail Package Description ai.heavy.thrift.server -
-
Uses of TPartitionDetail in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TPartitionDetail Modifier and Type Field Description TPartitionDetailTTableDetails. partition_detailMethods in ai.heavy.thrift.server that return TPartitionDetail Modifier and Type Method Description static TPartitionDetailTPartitionDetail. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TPartitionDetailTTableDetails. getPartition_detail()static TPartitionDetailTPartitionDetail. valueOf(String name)Returns the enum constant of this type with the specified name.static TPartitionDetail[]TPartitionDetail. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.heavy.thrift.server with parameters of type TPartitionDetail Modifier and Type Method Description TTableDetailsTTableDetails. setPartition_detail(TPartitionDetail partition_detail)Constructors in ai.heavy.thrift.server with parameters of type TPartitionDetail Constructor Description TTableDetails(List<TColumnType> row_desc, long fragment_size, long page_size, long max_rows, String view_sql, long shard_count, String key_metainfo, boolean is_temporary, TPartitionDetail partition_detail, TTableType table_type, TTableRefreshInfo refresh_info)
-