Skip to content
Snippets Groups Projects
Commit bd5926b3 authored by Simon Belak's avatar Simon Belak
Browse files

Add doc string

parent 56df766b
No related branches found
No related tags found
No related merge requests found
......@@ -464,6 +464,7 @@
histogram-extractor)))
(defprotocol Quarter
"Quarter-of-year functionality"
(quarter [dt] "Return which quarter (1-4) given date-like object falls into."))
(extend-type java.sql.Timestamp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment