Uses of Class
ai.heavy.thrift.server.TColumnRange
-
Packages that use TColumnRange Package Description ai.heavy.thrift.server -
-
Uses of TColumnRange in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server with type parameters of type TColumnRange Modifier and Type Field Description List<TColumnRange>TPendingQuery. column_rangesMethods in ai.heavy.thrift.server that return TColumnRange Modifier and Type Method Description TColumnRangeTColumnRange. deepCopy()TColumnRangeTColumnRange. setBucket(long bucket)TColumnRangeTColumnRange. setCol_id(int col_id)TColumnRangeTColumnRange. setFp_max(double fp_max)TColumnRangeTColumnRange. setFp_min(double fp_min)TColumnRangeTColumnRange. setHas_nulls(boolean has_nulls)TColumnRangeTColumnRange. setInt_max(long int_max)TColumnRangeTColumnRange. setInt_min(long int_min)TColumnRangeTColumnRange. setTable_id(int table_id)TColumnRangeTColumnRange. setType(TExpressionRangeType type)Methods in ai.heavy.thrift.server that return types with arguments of type TColumnRange Modifier and Type Method Description List<TColumnRange>TPendingQuery. getColumn_ranges()Iterator<TColumnRange>TPendingQuery. getColumn_rangesIterator()Methods in ai.heavy.thrift.server with parameters of type TColumnRange Modifier and Type Method Description voidTPendingQuery. addToColumn_ranges(TColumnRange elem)intTColumnRange. compareTo(TColumnRange other)booleanTColumnRange. equals(TColumnRange that)Method parameters in ai.heavy.thrift.server with type arguments of type TColumnRange Modifier and Type Method Description TPendingQueryTPendingQuery. setColumn_ranges(List<TColumnRange> column_ranges)Constructors in ai.heavy.thrift.server with parameters of type TColumnRange Constructor Description TColumnRange(TColumnRange other)Performs a deep copy on other.Constructor parameters in ai.heavy.thrift.server with type arguments of type TColumnRange Constructor Description TPendingQuery(long id, List<TColumnRange> column_ranges, List<TDictionaryGeneration> dictionary_generations, List<TTableGeneration> table_generations, String parent_session_id)
-