Uses of Class
com.tencentcloudapi.emr.v20190103.models.ImpalaQuery
-
Packages that use ImpalaQuery Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of ImpalaQuery in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return ImpalaQuery Modifier and Type Method Description ImpalaQuery[]DescribeImpalaQueriesResponse. getResults()Get 结果列表Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type ImpalaQuery Modifier and Type Method Description voidDescribeImpalaQueriesResponse. setResults(ImpalaQuery[] Results)Set 结果列表Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type ImpalaQuery Constructor Description ImpalaQuery(ImpalaQuery source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-