Skip to content

What's the difference between exec, execO, and execA? #83

Answered by tantaman
AlexErrant asked this question in Q&A
Discussion options

You must be logged in to vote

execO returns an Object {col1: val1, col2: val2, ...} for each row

execA returns an Array: [col1val, col2val, ...] for each row

I'm open to better ideas for the name :) it is pretty opaque.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AlexErrant
Comment options

Answer selected by AlexErrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants