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
->, ->>, tjsonObjectField, tjsonbObjectField, tjsonbObjectFieldText: Extract a field from a temporal JSON value specified by a key
#>, #>>: Extract a field from a temporal JSON value specified by a path
tjsonArrayElement, tjsonbArrayElement, tjsonbArrayElementText: Extract an element from temporal JSON array
||: Temporal JSONB concatenation
-, #-: Temporal JSONB deletion
tjsonbSet, tjsonbSetLax: 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
tjsonStripNulls, tjsonbStripNulls: Return a temporal JSON value without nulls
@?, tjsonbPathExists, tjsonbPathExistsTz: Does the JSON path expression return any item from the JSONB value?
@@, tjsonbPathMatch, tjsonbPathMatchTz: Return the result of a JSON path expression check for a temporal JSONB value.
tjsonbPathQuery, tjsonbPathQueryTz: Return all items returned by a JSON path expression from a temporal JSONB value, as a JSON array
tjsonbPathQueryFirst, tjsonbPathQueryFirstTz: 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