Try using ??- and ??<-. These will output to a vector.

(??<- [?category] ((select-fields info-tap ["?category"]) ?category))


- James


On 17 November 2013 21:05, sindhu hosamane <sindh...@gmail.com> wrote:

> Hello friends ,
>
> (?<- (stdout)[?category]((select-fields info-tap ["?category"]) ?category)
> )
>
> Above is my Cascalog query which produces result like :
>
>
> Warning
>
> Start inhibit
>
> Stop
>
> Inhibit
>
> Warning
>
> Halt
>
>
> how to store the above result in a vector ?
>
> my way is
>
>
> (let [x (?<- (stdout)[?category]((select-fields info-tap ["?category"])
>  ?category
>
>                                   ))])
>
>
> is this correct ? but it does not seem working.Or how to store the above
> result ?
>
>
>
>
>  --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to