(adjust-path-types {:keys [path path_types] :as row})Adjusts the types in the :path based on the signature provided by path_types to ensure that array indexes are returned as integers rather than strings.
Adjusts the types in the :path based on the signature provided by path_types to ensure that array indexes are returned as integers rather than strings.
(munge-result-row row)Inputs: [row :- row-schema] Returns: converted-row-schema
Coerce the value of a row to the proper type, and convert the path back to an array structure.
Inputs: [row :- row-schema] Returns: converted-row-schema Coerce the value of a row to the proper type, and convert the path back to an array structure.
(munge-result-rows _ _)Inputs: [_ _]
Munge resulting rows for fact-contents endpoint.
Inputs: [_ _] Munge resulting rows for fact-contents endpoint.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |