Class: TencentCloud::Emr::V20190103::StarRocksQueryInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::StarRocksQueryInfo
- Defined in:
- lib/v20190103/models.rb
Overview
StarRocks 查询信息
Instance Attribute Summary collapse
- #BeginTime ⇒ Object
- #ClientIP ⇒ Object
- #CPUCost ⇒ Object
- #DefaultDB ⇒ Object
- #EndTime ⇒ Object
- #ErrorCode ⇒ Object
- #ExecutionIP ⇒ Object
- #ExecutionState ⇒ Object
- #ExecutionStatement ⇒ Object
- #MemCost ⇒ Object
- #PlanCpuCosts ⇒ Object
- #PlanMemCosts ⇒ Object
- #QueryID ⇒ Object
- #QueryTime ⇒ Object
- #QueryType ⇒ Object
- #ResourceGroup ⇒ Object
- #ReturnRows ⇒ Object
- #ScanBytes ⇒ Object
- #ScanRows ⇒ Object
- #User ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clientip = nil, cpucost = nil, defaultdb = nil, endtime = nil, executionip = nil, queryid = nil, querytype = nil, memcost = nil, plancpucosts = nil, planmemcosts = nil, querytime = nil, resourcegroup = nil, returnrows = nil, scanbytes = nil, scanrows = nil, begintime = nil, executionstate = nil, executionstatement = nil, user = nil, errorcode = nil) ⇒ StarRocksQueryInfo
constructor
A new instance of StarRocksQueryInfo.
Constructor Details
#initialize(clientip = nil, cpucost = nil, defaultdb = nil, endtime = nil, executionip = nil, queryid = nil, querytype = nil, memcost = nil, plancpucosts = nil, planmemcosts = nil, querytime = nil, resourcegroup = nil, returnrows = nil, scanbytes = nil, scanrows = nil, begintime = nil, executionstate = nil, executionstatement = nil, user = nil, errorcode = nil) ⇒ StarRocksQueryInfo
Returns a new instance of StarRocksQueryInfo.
13724 13725 13726 13727 13728 13729 13730 13731 13732 13733 13734 13735 13736 13737 13738 13739 13740 13741 13742 13743 13744 13745 |
# File 'lib/v20190103/models.rb', line 13724 def initialize(clientip=nil, cpucost=nil, defaultdb=nil, endtime=nil, executionip=nil, queryid=nil, querytype=nil, memcost=nil, plancpucosts=nil, planmemcosts=nil, querytime=nil, resourcegroup=nil, returnrows=nil, scanbytes=nil, scanrows=nil, begintime=nil, executionstate=nil, executionstatement=nil, user=nil, errorcode=nil) @ClientIP = clientip @CPUCost = cpucost @DefaultDB = defaultdb @EndTime = endtime @ExecutionIP = executionip @QueryID = queryid @QueryType = querytype @MemCost = memcost @PlanCpuCosts = plancpucosts @PlanMemCosts = planmemcosts @QueryTime = querytime @ResourceGroup = resourcegroup @ReturnRows = returnrows @ScanBytes = scanbytes @ScanRows = scanrows @BeginTime = begintime @ExecutionState = executionstate @ExecutionStatement = executionstatement @User = user @ErrorCode = errorcode end |
Instance Attribute Details
#BeginTime ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def BeginTime @BeginTime end |
#ClientIP ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def ClientIP @ClientIP end |
#CPUCost ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def CPUCost @CPUCost end |
#DefaultDB ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def DefaultDB @DefaultDB end |
#EndTime ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def EndTime @EndTime end |
#ErrorCode ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def ErrorCode @ErrorCode end |
#ExecutionIP ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def ExecutionIP @ExecutionIP end |
#ExecutionState ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def ExecutionState @ExecutionState end |
#ExecutionStatement ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def ExecutionStatement @ExecutionStatement end |
#MemCost ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def MemCost @MemCost end |
#PlanCpuCosts ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def PlanCpuCosts @PlanCpuCosts end |
#PlanMemCosts ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def PlanMemCosts @PlanMemCosts end |
#QueryID ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def QueryID @QueryID end |
#QueryTime ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def QueryTime @QueryTime end |
#QueryType ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def QueryType @QueryType end |
#ResourceGroup ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def ResourceGroup @ResourceGroup end |
#ReturnRows ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def ReturnRows @ReturnRows end |
#ScanBytes ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def ScanBytes @ScanBytes end |
#ScanRows ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def ScanRows @ScanRows end |
#User ⇒ Object
13722 13723 13724 |
# File 'lib/v20190103/models.rb', line 13722 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
13747 13748 13749 13750 13751 13752 13753 13754 13755 13756 13757 13758 13759 13760 13761 13762 13763 13764 13765 13766 13767 13768 |
# File 'lib/v20190103/models.rb', line 13747 def deserialize(params) @ClientIP = params['ClientIP'] @CPUCost = params['CPUCost'] @DefaultDB = params['DefaultDB'] @EndTime = params['EndTime'] @ExecutionIP = params['ExecutionIP'] @QueryID = params['QueryID'] @QueryType = params['QueryType'] @MemCost = params['MemCost'] @PlanCpuCosts = params['PlanCpuCosts'] @PlanMemCosts = params['PlanMemCosts'] @QueryTime = params['QueryTime'] @ResourceGroup = params['ResourceGroup'] @ReturnRows = params['ReturnRows'] @ScanBytes = params['ScanBytes'] @ScanRows = params['ScanRows'] @BeginTime = params['BeginTime'] @ExecutionState = params['ExecutionState'] @ExecutionStatement = params['ExecutionStatement'] @User = params['User'] @ErrorCode = params['ErrorCode'] end |