rdrill {DrillR} | R Documentation |
Get the Apache Drill Connection, return the RDrill object.
rdrill(host, port)
## S4 method for signature 'character,numeric'
rdrill(host, port)
host |
Apache Drill cluster/node host |
port |
Apache Drill cluster/node port |
rdrill("127.0.0.1",8047)