tquadbin::tbigint, tbigint::tquadbin: Convert between a temporal quadbin cell and a temporal bigint
tquadbin::tgeompoint: Convert a temporal quadbin cell to a temporal geometry point of cell centroids
isValidIndex: Return whether a value is a structurally valid quadbin identifier
isValidCell: Return whether a value is a valid quadbin cell
startValue, endValue: Return the first or the last cell
valueN: Return the nth distinct cell
getValues: Return the set of distinct cells
valueAtTimestamp: Return the cell at a timestamp
quadbinGetResolution, tquadbinGetResolution: Return the resolution (zoom) level of a cell
isValidCell: Return a temporal boolean of cell validity
quadbinCellToParent, tquadbinCellToParent: Return the parent cell at a coarser resolution
quadbinCellToChildren: Return the child cells at a finer resolution
quadbinCellSibling: Return the neighbouring cell in a direction
quadbinGridDisk: Return the cells within k grid steps of an origin
geoToQuadbinCell: Return the cell containing a point at a resolution
quadbinCellToPoint, tquadbinCellToPoint: Return the centroid of a cell
quadbinCellToBoundary, tquadbinCellToBoundary: Return the boundary polygon of a cell
quadbinCellToBoundingBox: Return the bounding box of a cell
quadbinTileToCell: Return the cell from slippy-map tile coordinates
quadbinCellToTile: Return the tile coordinates of a cell
quadbinCellToQuadkey, tquadbinCellToQuadkey: Return the quadkey string of a cell
quadbinCellArea, tquadbinCellArea: Return the area of a cell
=, <>, <, >, <=, >=: Traditional comparisons
tquadbin_btree_ops: Default B-tree operator class
tquadbin_hash_ops: Default hash operator class