![]() |
MobilityDB 1.3
|
Input and output functions for temporal types. More...
Functions | |
TInstant * | tboolinst_from_mfjson (json_object *mfjson) |
Return a temporal boolean instant from its MF-JSON representation. More... | |
TInstant * | tboolinst_in (const char *str) |
Return a temporal boolean instant from its Well-Known Text (WKT) representation. More... | |
TSequence * | tboolseq_from_mfjson (json_object *mfjson) |
Return a temporal boolean sequence from its MF-JSON representation. More... | |
TSequence * | tboolseq_in (const char *str, interpType interp) |
Return a temporal boolean sequence from its Well-Known Text (WKT) representation. More... | |
TSequenceSet * | tboolseqset_from_mfjson (json_object *mfjson) |
Return a temporal boolean sequence set from its MF-JSON representation. More... | |
TSequenceSet * | tboolseqset_in (const char *str) |
Return a temporal boolean sequence set from its Well-Known Text (WKT) representation. More... | |
char ** | temparr_out (const Temporal **temparr, int count, int maxdd) |
Return the Well-Known Text (WKT) representation of an array of temporal values. More... | |
Temporal * | temporal_from_mfjson (const char *mfjson, meosType temptype) |
Return a temporal object from its MF-JSON representation. More... | |
Temporal * | temporal_in (const char *str, meosType temptype) |
Return a temporal value from its Well-Known Text (WKT) representation. More... | |
char * | temporal_out (const Temporal *temp, int maxdd) |
Return the Well-Known Text (WKT) representation of a temporal value. More... | |
TInstant * | tfloatinst_from_mfjson (json_object *mfjson) |
Return a temporal float instant from its MF-JSON representation. More... | |
TInstant * | tfloatinst_in (const char *str) |
Return a temporal float instant from its Well-Known Text (WKT) representation. More... | |
TSequence * | tfloatseq_from_mfjson (json_object *mfjson, interpType interp) |
Return a temporal float sequence from its MF-JSON representation. More... | |
TSequence * | tfloatseq_in (const char *str, interpType interp) |
Return a temporal float sequence from its Well-Known Text (WKT) representation. More... | |
TSequenceSet * | tfloatseqset_from_mfjson (json_object *mfjson, interpType interp) |
Return a temporal float sequence set from its MF-JSON representation. More... | |
TSequenceSet * | tfloatseqset_in (const char *str) |
Return a temporal float sequence set from its Well-Known Text (WKT) representation. More... | |
TInstant * | tinstant_from_mfjson (json_object *mfjson, bool spatial, int32_t srid, meosType temptype) |
Return a temporal instant from its MF-JSON representation. More... | |
TInstant * | tinstant_in (const char *str, meosType temptype) |
Return a temporal instant from its Well-Known Text (WKT) representation. More... | |
char * | tinstant_out (const TInstant *inst, int maxdd) |
Return the Well-Known Text (WKT) representation of a temporal instant. More... | |
TInstant * | tintinst_from_mfjson (json_object *mfjson) |
Return a temporal integer instant from its MF-JSON representation. More... | |
TInstant * | tintinst_in (const char *str) |
Return a temporal integer instant from its Well-Known Text (WKT) representation. More... | |
TSequence * | tintseq_from_mfjson (json_object *mfjson) |
Return a temporal integer sequence from its MF-JSON representation. More... | |
TSequence * | tintseq_in (const char *str, interpType interp) |
Return a temporal integer sequence from its Well-Known Text (WKT) representation. More... | |
TSequenceSet * | tintseqset_from_mfjson (json_object *mfjson) |
Return a temporal integer sequence set from its MF-JSON representation. More... | |
TSequenceSet * | tintseqset_in (const char *str) |
Return a temporal integer sequence set from its Well-Known Text (WKT) representation. More... | |
TSequence * | tsequence_from_mfjson (json_object *mfjson, bool spatial, int32_t srid, meosType temptype, interpType interp) |
Return a temporal sequence from its MF-JSON representation. More... | |
TSequence * | tsequence_in (const char *str, meosType temptype, interpType interp) |
Return a temporal sequence from its Well-Known Text (WKT) representation. More... | |
char * | tsequence_out (const TSequence *seq, int maxdd) |
Return the Well-Known Text (WKT) representation of a temporal sequence. More... | |
TSequenceSet * | tsequenceset_from_mfjson (json_object *mfjson, bool spatial, int32_t srid, meosType temptype, interpType interp) |
Return a temporal sequence set from its MF-JSON representation. More... | |
TSequenceSet * | tsequenceset_in (const char *str, meosType temptype, interpType interp) |
Return a temporal sequence set from its Well-Known Text (WKT) representation. More... | |
char * | tsequenceset_out (const TSequenceSet *ss, int maxdd) |
Return the Well-Known Text (WKT) representation of a temporal sequence set. More... | |
TInstant * | ttextinst_from_mfjson (json_object *mfjson) |
Return a temporal text instant from its MF-JSON representation. More... | |
TInstant * | ttextinst_in (const char *str) |
Return a temporal text instant from its Well-Known Text (WKT) representation. More... | |
TSequence * | ttextseq_from_mfjson (json_object *mfjson) |
Return a temporal text sequence from its MF-JSON representation. More... | |
TSequence * | ttextseq_in (const char *str, interpType interp) |
Return a temporal text sequence from its Well-Known Text (WKT) representation. More... | |
TSequenceSet * | ttextseqset_from_mfjson (json_object *mfjson) |
Return a temporal text sequence set from its MF-JSON representation. More... | |
TSequenceSet * | ttextseqset_in (const char *str) |
Return a temporal text sequence set from its Well-Known Text (WKT) representation. More... | |
Input and output functions for temporal types.