class TencentCloud::Emr::V20190103::ImpalaQuery
def initialize(statement=nil, id=nil, starttime=nil, duration=nil, endtime=nil, state=nil, rowsfetched=nil, user=nil, defaultdb=nil, coordinator=nil, maxnodepeakmemoryusage=nil, querytype=nil, scanhdfsrows=nil, scankudurows=nil, scanrowstotal=nil, totalbytesread=nil, totalbytessent=nil, totalcputime=nil, totalinnerbytessent=nil, totalscanbytessent=nil, estimatedperhostmembytes=nil, numrowsfetchedfromcache=nil)
def initialize(statement=nil, id=nil, starttime=nil, duration=nil, endtime=nil, state=nil, rowsfetched=nil, user=nil, defaultdb=nil, coordinator=nil, maxnodepeakmemoryusage=nil, querytype=nil, scanhdfsrows=nil, scankudurows=nil, scanrowstotal=nil, totalbytesread=nil, totalbytessent=nil, totalcputime=nil, totalinnerbytessent=nil, totalscanbytessent=nil, estimatedperhostmembytes=nil, numrowsfetchedfromcache=nil) @Statement = statement @Id = id @StartTime = starttime @Duration = duration @EndTime = endtime @State = state @RowsFetched = rowsfetched @User = user @DefaultDB = defaultdb @Coordinator = coordinator @MaxNodePeakMemoryUsage = maxnodepeakmemoryusage @QueryType = querytype @ScanHDFSRows = scanhdfsrows @ScanKUDURows = scankudurows @ScanRowsTotal = scanrowstotal @TotalBytesRead = totalbytesread @TotalBytesSent = totalbytessent @TotalCpuTime = totalcputime @TotalInnerBytesSent = totalinnerbytessent @TotalScanBytesSent = totalscanbytessent @EstimatedPerHostMemBytes = estimatedperhostmembytes @NumRowsFetchedFromCache = numrowsfetchedfromcache end