asText: Return the Well-Known Text (WKT) representation
asMFJSON: Return the Moving Features JSON (MF-JSON) representation
asBinary, asHexWKB: Return the Well-Known Binary (WKB) or the Hexadecimal Well-Known Binary (HexWKB) representation
ttypeFromMFJSON: Input from the Moving Features JSON (MF-JSON) representation
ttypeFromBinary, ttypeFromHexWKB: Input from the Well-Known Binary (WKB) or from the Hexadecimal Well-Known Binary (HexWKB) representation
ttype: Constructors for temporal types having a constant value
ttypeSeq: Constructors for temporal types of sequence subtype
ttypeSeqSet, ttypeSeqSetGaps: Constructors for temporal types of sequence set subtype
::: Convert a temporal value to a timestamptz span
memSize: Return the memory size in bytes
tempSubtype: Return the temporal type
tempBasetype: Return the base type
interp: Return the interpolation
getValue, getTimestamp: Return the value or the timestamp of an instant
getValues, getTime: Return the values or the time on which a temporal value is defined
timeSpan: Return the bounding period on which a temporal value is defined
startValue, endValue, valueN: Return the start, end, or n-th value
valueAtTimestamp: Return the value at a timestamp
duration: Return the time interval
lowerInc, upperInc: Is the start/end instant inclusive?
numInstants, instants: Return the (number of) different instants
startInstant, endInstant, instantN: Return the start, end, or n-th instant
numTimestamps, timestamps: Return the (number of) different timestamps
startTimestamp, endTimestamp, timestampN: Return the start, end, or n-th timestamp
numSequences, sequences: Return the (number of) sequences
startSequence, endSequence, sequenceN: Return the start, end, or n-th sequence
segments: Return the segments
ttypeInst, ttypeSeq, ttypeSeqSet: Transform a temporal value to another subtype
setInterp: Transform a temporal value to another interpolation
segmentMinDuration, segmentMaxDuration: Return a temporal boolean stating whether each segment of a continuous temporal sequence (set) has, respectively, at least or at most a given duration
shiftTime, scaleTime, shiftScaleTime: Shift and/or scale the time span of a temporal value by one or two intervals
unnest: Transform a nonlinear temporal value into a set of rows, each one is a pair composed of a base value and a period set during which the temporal value has the base value
insert: Insert a temporal value into another one
update: Update a temporal value with another one
deleteTime: Delete the instants of a temporal value that intersect a time value
appendInstant, appendInstantAgg: Append a temporal instant to a temporal value
appendSequence, appendSequenceAgg: Append a temporal sequence to a temporal value
merge, mergeAgg: Merge the temporal values
atValue, minusValue, atValues, minusValues, atSpan, minusSpan, atSpanset, minusSpanset: Restrict to (the complement of) a value or a set of values, or, for a temporal number, a span or a span set of values
atTime, minusTime: Restrict to (the complement of) a time value
beforeTimestamp, afterTimestamp: Keep the instants of a temporal value that are before/after or equal a timestamp
=, <>, <, >, <=, >=, cmp: Traditional comparisons
?=, ?<>, ?<, ?>, ?<=, ?>=, %=, %<>, %<, %>, %<=, %>=: Ever and always comparisons
#=, #<>, #<, #>, #<=, #>=: Temporal comparisons
mobilitydbVersion: Version of the MobilityDB extension
mobilitydbFullVersion: Versions of the MobilityDB extension and its dependencies