asText: Return the Well-Known Text (WKT) representation
asBinary, asHexWKB: Return the Well-Known Binary (WKB) or the Hexadecimal Well-Known Binary (HexWKB) representation
asEWKB, asHexEWKB: Return the Extended Well-Known Binary (EWKB) or the Hexadecimal Extended Well-Known Binary (HexEWKB) representation of a spatial set
settypeFromBinary, spantypeFromBinary, spansettypeFromBinary: Input from the Well-Known Binary (WKB) representation
settypeFromHexWKB, spantypeFromHexWKB, spansettypeFromHexWKB: Input from the Hexadecimal Well-Known Binary (HexWKB) representation
::, set, span, spanset: Convert a base value to a set, span, or span set value
::, spanset: Convert a set value to a span set value
::, spanset: Convert a span value to a span set value
span: Convert a set or a span set into a span, ignoring the potential time gaps
::, span, range: Convert a span value to and from a PostgreSQL range value
::, spanset, multirange: Convert a span set value to and from a PostgreSQL multirange value
memSize: Return the memory size in bytes
lower, upper: Return the lower or upper bound
lowerInc, upperInc: Is the lower or upper bound inclusive?
width: Return the width of the span as a float
duration: Return the duration
numValues, getValues: Return the (number of) values
startValue, endValue, valueN: Return the start, end, or n-th value
numSpans, spans: Return the (number of) spans
startSpan, endSpan, spanN: Return the start, end, or n-th span
numDates, dates: Return the (number of) different dates
startDate, endDate, dateN: Return the start, end, or n-th date
numTimestamps, timestamps: Return the (number of) different timestamps
startTimestamp, endTimestamp, timestampN: Return the start, end, or n-th timestamp
expand: Expand or shrink the bounds by a value or an interval
shift: Shift by a value or interval
scale: Scale by a value or interval
shiftScale: Shift and scale by the values or intervals
floor, ceil: Round down or up to the nearest integer
round: Round to a number of decimal places
degrees, radians: Convert to degrees or radians
lower, upper, initcap: Transform to lowercase, uppercase, or initcap
||: Text concatenation
tprecision: Set the temporal precision of the time value to the interval with respect to the origin
SRID, setSRID: Return or set the spatial reference identifier
transform, transformPipeline: Transform to a spatial reference identifier
+, -, *: Union, difference, or intersection of sets or spans
splitNSpans: Return an array of N spans obtained by merging the elements of a set or the spans of a spanset
splitEachNSpans: Return an array of spans obtained by merging N consecutive elements of a set or N consecutive spans of a spanset
<->: Return the smallest distance ever
=, <>, <, >, <=, >=, cmp: Traditional comparisons
extent: Bounding span
setUnion, spanUnion, spansetUnion: Aggregate union
tCount: Temporal count