Versions in this module Expand all Collapse all v0 v0.0.1 Aug 1, 2018 Changes in this version + const MaxInt32 + const MaxUint32 + const SelfRelations + func AsQueryable(f string) (interfaces.Queryable, error) + func CheckKNN(a Relatable, b Relatable) bool + func CheckOverlapPrefix(a Relatable, b Relatable) bool + func CheckRelatedByOverlap(a Relatable, b Relatable) bool + func IRelate(checkRelated func(a, b Relatable) bool, relativeTo int, ...) RelatableIterator + func Less(a Relatable, b Relatable) bool + func LessPrefix(a Relatable, b Relatable) bool + func NaturalLess(str1, str2 string) bool + func NaturalLessPrefix(a Relatable, b Relatable) bool + func PIRelate(chunk int, maxGap int, qstream interfaces.RelatableIterator, ciExtend bool, ...) interfaces.RelatableChannel + func RegionToParts(region string) (string, int, int, error)