Liking cljdoc? Tell your friends :D

cascalog.logic.predicate


build-predicateclj

(build-predicate options {:keys [op input output] :as pred})

Accepts an option map and a raw predicate and returns a node in the Cascalog graph.

Accepts an option map and a raw predicate and returns a node in the
Cascalog graph.
raw docstring

cakeclj


can-generate?clj

(can-generate? op)

defnodecljmacro

(defnode sym fields & more)

generator-nodeclj

(generator-node gen input output options)

Converts the supplied generator into the proper type of node.

Converts the supplied generator into the proper type of node.
raw docstring

ICouldFiltercljprotocol

This protocol exists so that Cascalog can decide, if no input or output signifier exists, if the function takes inputs or outputs by default.

This protocol exists so that Cascalog can decide, if no input or
output signifier exists, if the function takes inputs or outputs by
default.

filter?clj

(filter? _)

Returns true if the object could filter, false otherwise.

Returns true if the object could filter, false otherwise.
raw docstring

INodecljprotocol

node?clj

(node? _)

Returns true if the object is a node, false otherwise.

Returns true if the object is a node, false otherwise.

IOperationcljprotocol

to-operationclj

(to-operation _)

Returns a sequence of RawPredicate instances.

Returns a sequence of RawPredicate instances.

IRawPredicatecljprotocol

normalizeclj

(normalize _)

Returns a sequence of RawPredicate instances.

Returns a sequence of RawPredicate instances.

to-predicatecljmultimethod

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

× close