Uses of Class
org.apache.iotdb.common.rpc.thrift.TAggregationType
-
-
Uses of TAggregationType in org.apache.iotdb.common.rpc.thrift
Methods in org.apache.iotdb.common.rpc.thrift that return TAggregationType Modifier and Type Method Description static TAggregationTypeTAggregationType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.static TAggregationTypeTAggregationType. valueOf(String name)Returns the enum constant of this type with the specified name.static TAggregationType[]TAggregationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-