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
->, ->>, tjson_object_field, tjsonb_object_field, tjsonb_object_field_text: 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
@?, tjsonb_path_exists, tjsonb_path_exists_tz: Does the JSON path expression return any item from the JSONB value?
@@, tjsonb_path_match, tjsonb_path_match_tz: Return the result of a JSON path expression check for a temporal JSONB value.
tjsonb_path_query, tjsonb_path_query_tz: Return all items returned by a JSON path expression from a temporal JSONB value, as a JSON array
tjsonb_path_query_first, tjsonb_path_query_first_tz: Return the first item returned by a JSON path expression from a temporal JSONB value
atValue, minusValue, atValues, minusValues: Restrict to (the complement of) a value or a set of values
&&, <@, @>, ~=, -|-: Topological operators
<<#, &<#, #>>, |&>: Position operators
=, <>, <, >, <=, >=: Traditional comparisons
?=, &=: Ever and always comparisons
#=, #<>: Temporal comparisons