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

add type hints

parent fe93cd1f
Branches
Tags
No related merge requests found
......@@ -505,7 +505,7 @@
h/histogram-categorical
;; TOFIX: this is an ugly workaround
#(when (not (instance? java.sql.Date %))
(.getHours %)))})))
(.getHours ^java.util.Date %)))})))
(merge-juxt
histogram-extractor
(field-metadata-extractor field)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment