Passer au contenu principal

hive@0.2.0

query

query(qs, options, callback) ⇒ Operation Execute an SQL statement

Kind: global function
Access: public

ParamTypeDescription
qsstringSQL statement
optionsobject(Optional) options for executing sql statement
callbackfunctionAn optional callback function

Example (Get patient count from hive database)

query("select count(*) from patient");