asText: Return the Well-Known Text (WKT) representation
asBinary, asWKB: Return the Well-Known Binary (WKB) or the Hexadecimal Well-Known Binary (HexEWKB) representation as text
asMFJSON: Return the Moving Features JSON (MF-JSON) representation as text
tjsonbFromText, tjsonbFromWKT: Input from the Well-Known Text (WKT) representation
tjsonbFromBinary, tjsonbFromHexWKB: Input from the Well-Known Binary (WKB) or from the Hexadecimal Well-Known Binary (HexEWKB) representation
tjsonbFromMFJSON: Input from the Moving Features JSON (MF-JSON) representation
tjsonb: Constructor for temporal JSONB having a constant value
tjsonbSeq: Constructors for temporal JSONB of sequence subtype
tjsonbSeqSet, tjsonbSeqSetGaps: Constructor for temporal JSONB of sequence set subtype
tjsonb::tstzspan: Convert a temporal JSONB to a temporal geometry point
tjsonb::ttext: Convert a temporal JSONB to a temporal text
getValues: Return the values
valueAtTimestamp: Return the value at a timestamp
tjsonbInst, tjsonbSeq, tjsonbSeqSet: Transform a temporal JSONB to another subtype
setInterp: Transform a temporal JSONB to another interpolation
->, ->>: Extract a field from a temporal JSON value specified by a key
#>, #>>: Extract a field from a temporal JSON value specified by a path
tjson_array_element, tjsonb_array_element, tjsonb_array_element_text: Extract an element from temporal JSON array
||: Temporal JSONB concatenation
-, #-: Temporal JSONB deletion
tjsonb_set, tjsonb_set_lax: Temporal JSONB set
?, ?|, ?&: Temporal JSONB exists
@>, <@: Temporal JSONB contains/contained
tbool, tint, tfloat, ttext: Extract a temporal alphanumeric value from a temporal JSONB value given by a key
tjson_strip_nulls, tjsonb_strip_nulls: Return a temporal JSON value without nulls
atValues, minusValue: Restrict to (the complement of) a set of values
&&, <@, @>, ~=, -|-: Topological operators
<<#, &<#, #>>, |&>: Position operators
=, <>, <, >, <=, >=: Traditional comparisons
?=, &=: Ever and always comparisons
#=, #<>: Temporal comparisons