Liking cljdoc? Tell your friends :D

cascalog.cascading.def


defprepfncljmacro

(defprepfn name doc-string? attr-map? [fn-args*] body)

Defines a prepared operation.

Defines a prepared operation.
raw docstring

preparedclj

(prepared afn)

Marks the supplied operation as needing to be prepared by Cascading. The supplied op should take two arguments and return another IFn for use by Cascading.

Marks the supplied operation as needing to be prepared by
Cascading. The supplied op should take two arguments and return
another IFn for use by Cascading.
raw docstring

prepared?clj

(prepared? op)

Returns true if the supplied operation needs to be supplied the FlowProcess and operation call by Cascading on instantiation, false otherwise.

Returns true if the supplied operation needs to be supplied the
FlowProcess and operation call by Cascading on instantiation, false
otherwise.
raw docstring

prepfncljmacro

(prepfn args & body)

Defines a prepared operation. Pass in an argument vector of two items and return either a function or a Map with two keywords; :operate and :cleanup

Defines a prepared operation. Pass in an argument vector of two
items and return either a function or a Map with two
keywords; :operate and :cleanup
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close