class TencentCloud::Emr::V20190103::ImpalaQuery
Impala查询详情
def deserialize(params)
def deserialize(params) @Statement = params['Statement'] @Id = params['Id'] @StartTime = params['StartTime'] @Duration = params['Duration'] @EndTime = params['EndTime'] @State = params['State'] @RowsFetched = params['RowsFetched'] @User = params['User'] @DefaultDB = params['DefaultDB'] @Coordinator = params['Coordinator'] @MaxNodePeakMemoryUsage = params['MaxNodePeakMemoryUsage'] @QueryType = params['QueryType'] @ScanHDFSRows = params['ScanHDFSRows'] @ScanKUDURows = params['ScanKUDURows'] @ScanRowsTotal = params['ScanRowsTotal'] @TotalBytesRead = params['TotalBytesRead'] @TotalBytesSent = params['TotalBytesSent'] @TotalCpuTime = params['TotalCpuTime'] @TotalInnerBytesSent = params['TotalInnerBytesSent'] @TotalScanBytesSent = params['TotalScanBytesSent'] @EstimatedPerHostMemBytes = params['EstimatedPerHostMemBytes'] @NumRowsFetchedFromCache = params['NumRowsFetchedFromCache'] @SessionId = params['SessionId'] @PerNodePeakMemoryBytesSum = params['PerNodePeakMemoryBytesSum'] @BackendsCount = params['BackendsCount'] @FragmentInstancesCount = params['FragmentInstancesCount'] @RemainingFragmentCount = params['RemainingFragmentCount'] end
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, sessionid=nil, pernodepeakmemorybytessum=nil, backendscount=nil, fragmentinstancescount=nil, remainingfragmentcount=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, sessionid=nil, pernodepeakmemorybytessum=nil, backendscount=nil, fragmentinstancescount=nil, remainingfragmentcount=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 @SessionId = sessionid @PerNodePeakMemoryBytesSum = pernodepeakmemorybytessum @BackendsCount = backendscount @FragmentInstancesCount = fragmentinstancescount @RemainingFragmentCount = remainingfragmentcount end