Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update backend docs on Sat Oct 28 17:23:22 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 28, 2023
1 parent c36d7a8 commit b16cba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48158,7 +48158,7 @@ <h6>`:abstract?` (default = false)</h6>
</td><td class="codes"><pre class="brush: clojure">(mr/def ::temporal
(expression-schema :type/Temporal &quot;expression returning a date, time, or date time&quot;))</pre></td></tr><tr><td class="docs"><p>Set of base types that are orderable.</p>
</td><td class="codes"><pre class="brush: clojure">(def orderable-types
#{:type/Text :type/Number :type/Temporal})</pre></td></tr><tr><td class="docs">
#{:type/Text :type/Number :type/Temporal :type/Boolean})</pre></td></tr><tr><td class="docs">
</td><td class="codes"><pre class="brush: clojure">(mr/def ::orderable
(expression-schema orderable-types
&quot;an expression that can be compared with :&gt; or :&lt;&quot;))</pre></td></tr><tr><td class="docs"><p>Set of base types that can be campared with equality.</p>
Expand Down

0 comments on commit b16cba5

Please sign in to comment.