The list of all the attributes that are applicable to Impala queries.
name | data type | description |
---|---|---|
items | array of ApiImpalaQueryAttribute |
Example
{ "items" : [ { "name" : "...", "type" : "...", "displayName" : "...", "supportsHistograms" : true, "description" : "..." }, { "name" : "...", "type" : "...", "displayName" : "...", "supportsHistograms" : true, "description" : "..." } ] }