|
MobilityDB 1.3
|
Input of temporal types in WKT, MF-JSON, WKB, EWKB, and HexWKB representation. More...
#include <assert.h>#include <float.h>#include <postgres.h>#include "utils/timestamp.h"#include <meos.h>#include <meos_internal.h>#include "temporal/postgres_types.h"#include "temporal/set.h"#include "temporal/span.h"#include "temporal/tbox.h"Functions | |
| Temporal * | tbool_from_mfjson (const char *mfjson) |
| Return a temporal boolean from its MF-JSON representation. More... | |
| TInstant * | tboolinst_from_mfjson (json_object *mfjson) |
| Return a temporal boolean instant from its MF-JSON representation. More... | |
| TSequence * | tboolseq_from_mfjson (json_object *mfjson) |
| Return a temporal boolean sequence from its MF-JSON representation. More... | |
| TSequenceSet * | tboolseqset_from_mfjson (json_object *mfjson) |
| Return a temporal boolean sequence set from its MF-JSON representation. More... | |
| Temporal * | tfloat_from_mfjson (const char *mfjson) |
| Return a temporal float from its MF-JSON representation. More... | |
| TInstant * | tfloatinst_from_mfjson (json_object *mfjson) |
| Return a temporal float instant from its MF-JSON representation. More... | |
| TSequence * | tfloatseq_from_mfjson (json_object *mfjson, interpType interp) |
| Return a temporal float sequence from its MF-JSON representation. More... | |
| TSequenceSet * | tfloatseqset_from_mfjson (json_object *mfjson, interpType interp) |
| Return a temporal float sequence set from its MF-JSON representation. More... | |
| Temporal * | tint_from_mfjson (const char *mfjson) |
| Return a temporal integer from its MF-JSON representation. More... | |
| TInstant * | tintinst_from_mfjson (json_object *mfjson) |
| Return a temporal integer instant from its MF-JSON representation. More... | |
| TSequence * | tintseq_from_mfjson (json_object *mfjson) |
| Return a temporal integer sequence from its MF-JSON representation. More... | |
| TSequenceSet * | tintseqset_from_mfjson (json_object *mfjson) |
| Return a temporal integer sequence set from its MF-JSON representation. More... | |
| Temporal * | ttext_from_mfjson (const char *mfjson) |
| Return a temporal text from its MF-JSON representation. More... | |
| TInstant * | ttextinst_from_mfjson (json_object *mfjson) |
| Return a temporal text instant from its MF-JSON representation. More... | |
| TSequence * | ttextseq_from_mfjson (json_object *mfjson) |
| Return a temporal text sequence from its MF-JSON representation. More... | |
| TSequenceSet * | ttextseqset_from_mfjson (json_object *mfjson) |
| Return a temporal text sequence set from its MF-JSON representation. More... | |
Input of temporal types in WKT, MF-JSON, WKB, EWKB, and HexWKB representation.