Uses of Class
com.mapd.thrift.server.TTargetInfo
-
Packages that use TTargetInfo Package Description com.mapd.thrift.server -
-
Uses of TTargetInfo in com.mapd.thrift.server
Fields in com.mapd.thrift.server with type parameters of type TTargetInfo Modifier and Type Field Description List<TTargetInfo>TSerializedRows. targetsMethods in com.mapd.thrift.server that return TTargetInfo Modifier and Type Method Description TTargetInfoTTargetInfo. deepCopy()TTargetInfoTTargetInfo. setArg_type(TTypeInfo arg_type)TTargetInfoTTargetInfo. setIs_agg(boolean is_agg)TTargetInfoTTargetInfo. setIs_distinct(boolean is_distinct)TTargetInfoTTargetInfo. setKind(TAggKind kind)TTargetInfoTTargetInfo. setSkip_nulls(boolean skip_nulls)TTargetInfoTTargetInfo. setType(TTypeInfo type)Methods in com.mapd.thrift.server that return types with arguments of type TTargetInfo Modifier and Type Method Description List<TTargetInfo>TSerializedRows. getTargets()Iterator<TTargetInfo>TSerializedRows. getTargetsIterator()Methods in com.mapd.thrift.server with parameters of type TTargetInfo Modifier and Type Method Description voidTSerializedRows. addToTargets(TTargetInfo elem)intTTargetInfo. compareTo(TTargetInfo other)booleanTTargetInfo. equals(TTargetInfo that)Method parameters in com.mapd.thrift.server with type arguments of type TTargetInfo Modifier and Type Method Description TSerializedRowsTSerializedRows. setTargets(List<TTargetInfo> targets)Constructors in com.mapd.thrift.server with parameters of type TTargetInfo Constructor Description TTargetInfo(TTargetInfo other)Performs a deep copy on other.
-