_treedb_create_topic_cols_desc()
#
The _treedb_create_topic_cols_desc()
function creates and returns a JSON object describing the column schema for a TreeDB topic.
Prototype
json_t *_treedb_create_topic_cols_desc(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
A JSON object containing the column schema description. The returned object is not owned by the caller.
Notes
The returned JSON object must not be modified or freed by the caller.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples