python_hll.hlltype module

class python_hll.hlltype.HLLType[source]

Bases: object

The types of algorithm/data structure that HLL can utilize. For more information, see the Javadoc for HLL.

EMPTY = 1
EXPLICIT = 2
FULL = 4
SPARSE = 3
UNDEFINED = 5