Class: TencentCloud::Emr::V20190103::TrinoQueryInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::TrinoQueryInfo
- Defined in:
- lib/v20190103/models.rb
Overview
trino 查询信息
Instance Attribute Summary collapse
- #Catalog ⇒ Object
- #ClientIpAddr ⇒ Object
- #CompletedSplits ⇒ Object
- #CpuTime ⇒ Object
- #CumulativeMemory ⇒ Object
- #DurationMillis ⇒ Object
- #EndTime ⇒ Object
- #ErrorMessage ⇒ Object
- #Id ⇒ Object
- #InternalNetworkBytes ⇒ Object
- #OutputBytes ⇒ Object
- #PeakUserMemoryBytes ⇒ Object
- #PhysicalInputBytes ⇒ Object
- #ProcessedInputBytes ⇒ Object
- #SqlCompileTime ⇒ Object
- #StartTime ⇒ Object
- #State ⇒ Object
- #Statement ⇒ Object
- #User ⇒ Object
- #WrittenBytes ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(catalog = nil, clientipaddr = nil, completedsplits = nil, cputime = nil, cumulativememory = nil, durationmillis = nil, endtime = nil, id = nil, internalnetworkbytes = nil, outputbytes = nil, peakusermemorybytes = nil, physicalinputbytes = nil, processedinputbytes = nil, sqlcompiletime = nil, starttime = nil, state = nil, statement = nil, user = nil, writtenbytes = nil, errormessage = nil) ⇒ TrinoQueryInfo
constructor
A new instance of TrinoQueryInfo.
Constructor Details
#initialize(catalog = nil, clientipaddr = nil, completedsplits = nil, cputime = nil, cumulativememory = nil, durationmillis = nil, endtime = nil, id = nil, internalnetworkbytes = nil, outputbytes = nil, peakusermemorybytes = nil, physicalinputbytes = nil, processedinputbytes = nil, sqlcompiletime = nil, starttime = nil, state = nil, statement = nil, user = nil, writtenbytes = nil, errormessage = nil) ⇒ TrinoQueryInfo
Returns a new instance of TrinoQueryInfo.
14608 14609 14610 14611 14612 14613 14614 14615 14616 14617 14618 14619 14620 14621 14622 14623 14624 14625 14626 14627 14628 14629 |
# File 'lib/v20190103/models.rb', line 14608 def initialize(catalog=nil, clientipaddr=nil, completedsplits=nil, cputime=nil, cumulativememory=nil, durationmillis=nil, endtime=nil, id=nil, internalnetworkbytes=nil, outputbytes=nil, peakusermemorybytes=nil, physicalinputbytes=nil, processedinputbytes=nil, sqlcompiletime=nil, starttime=nil, state=nil, statement=nil, user=nil, writtenbytes=nil, =nil) @Catalog = catalog @ClientIpAddr = clientipaddr @CompletedSplits = completedsplits @CpuTime = cputime @CumulativeMemory = cumulativememory @DurationMillis = durationmillis @EndTime = endtime @Id = id @InternalNetworkBytes = internalnetworkbytes @OutputBytes = outputbytes @PeakUserMemoryBytes = peakusermemorybytes @PhysicalInputBytes = physicalinputbytes @ProcessedInputBytes = processedinputbytes @SqlCompileTime = sqlcompiletime @StartTime = starttime @State = state @Statement = statement @User = user @WrittenBytes = writtenbytes @ErrorMessage = end |
Instance Attribute Details
#Catalog ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def Catalog @Catalog end |
#ClientIpAddr ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def ClientIpAddr @ClientIpAddr end |
#CompletedSplits ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def CompletedSplits @CompletedSplits end |
#CpuTime ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def CpuTime @CpuTime end |
#CumulativeMemory ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def CumulativeMemory @CumulativeMemory end |
#DurationMillis ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def DurationMillis @DurationMillis end |
#EndTime ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def EndTime @EndTime end |
#ErrorMessage ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def ErrorMessage @ErrorMessage end |
#Id ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def Id @Id end |
#InternalNetworkBytes ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def InternalNetworkBytes @InternalNetworkBytes end |
#OutputBytes ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def OutputBytes @OutputBytes end |
#PeakUserMemoryBytes ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def PeakUserMemoryBytes @PeakUserMemoryBytes end |
#PhysicalInputBytes ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def PhysicalInputBytes @PhysicalInputBytes end |
#ProcessedInputBytes ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def ProcessedInputBytes @ProcessedInputBytes end |
#SqlCompileTime ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def SqlCompileTime @SqlCompileTime end |
#StartTime ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def StartTime @StartTime end |
#State ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def State @State end |
#Statement ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def Statement @Statement end |
#User ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def User @User end |
#WrittenBytes ⇒ Object
14606 14607 14608 |
# File 'lib/v20190103/models.rb', line 14606 def WrittenBytes @WrittenBytes end |
Instance Method Details
#deserialize(params) ⇒ Object
14631 14632 14633 14634 14635 14636 14637 14638 14639 14640 14641 14642 14643 14644 14645 14646 14647 14648 14649 14650 14651 14652 |
# File 'lib/v20190103/models.rb', line 14631 def deserialize(params) @Catalog = params['Catalog'] @ClientIpAddr = params['ClientIpAddr'] @CompletedSplits = params['CompletedSplits'] @CpuTime = params['CpuTime'] @CumulativeMemory = params['CumulativeMemory'] @DurationMillis = params['DurationMillis'] @EndTime = params['EndTime'] @Id = params['Id'] @InternalNetworkBytes = params['InternalNetworkBytes'] @OutputBytes = params['OutputBytes'] @PeakUserMemoryBytes = params['PeakUserMemoryBytes'] @PhysicalInputBytes = params['PhysicalInputBytes'] @ProcessedInputBytes = params['ProcessedInputBytes'] @SqlCompileTime = params['SqlCompileTime'] @StartTime = params['StartTime'] @State = params['State'] @Statement = params['Statement'] @User = params['User'] @WrittenBytes = params['WrittenBytes'] @ErrorMessage = params['ErrorMessage'] end |