Cancel the query that has the given queryid

drill_cancel(drill_con, query_id)

Arguments

drill_con

drill server connection object setup by drill_connection()

query_id

the UUID of the query in standard UUID format that Drill assigns to each query.

References

Drill documentation

See also