OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
heavydb.thrift.ttypes.TRenderParseResult Class Reference
+ Inheritance diagram for heavydb.thrift.ttypes.TRenderParseResult:
+ Collaboration diagram for heavydb.thrift.ttypes.TRenderParseResult:

Public Member Functions

def __init__
 
def read
 
def write
 
def validate
 
def __repr__
 
def __eq__
 
def __ne__
 

Public Attributes

 merge_type
 
 node_id
 
 execution_time_ms
 
 render_time_ms
 
 total_time_ms
 

Private Attributes

 __dict__
 

Detailed Description

Attributes:
 - merge_type
 - node_id
 - execution_time_ms
 - render_time_ms
 - total_time_ms

Definition at line 5168 of file ttypes.py.

Constructor & Destructor Documentation

def heavydb.thrift.ttypes.TRenderParseResult.__init__ (   self,
  merge_type = None,
  node_id = None,
  execution_time_ms = None,
  render_time_ms = None,
  total_time_ms = None 
)

Definition at line 5180 of file ttypes.py.

5181  def __init__(self, merge_type=None, node_id=None, execution_time_ms=None, render_time_ms=None, total_time_ms=None,):
5182  self.merge_type = merge_type
5183  self.node_id = node_id
5184  self.execution_time_ms = execution_time_ms
5185  self.render_time_ms = render_time_ms
5186  self.total_time_ms = total_time_ms

Member Function Documentation

def heavydb.thrift.ttypes.TRenderParseResult.__eq__ (   self,
  other 
)

Definition at line 5262 of file ttypes.py.

5263  def __eq__(self, other):
5264  return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
def heavydb.thrift.ttypes.TRenderParseResult.__ne__ (   self,
  other 
)

Definition at line 5265 of file ttypes.py.

5266  def __ne__(self, other):
5267  return not (self == other)
5268 
def heavydb.thrift.ttypes.TRenderParseResult.__repr__ (   self)

Definition at line 5257 of file ttypes.py.

5258  def __repr__(self):
5259  L = ['%s=%r' % (key, value)
5260  for key, value in self.__dict__.items()]
5261  return '%s(%s)' % (self.__class__.__name__, ', '.join(L))
std::string join(T const &container, std::string const &delim)

+ Here is the call graph for this function:

def heavydb.thrift.ttypes.TRenderParseResult.read (   self,
  iprot 
)

Definition at line 5187 of file ttypes.py.

References heavydb.thrift.ttypes.TQueryResult.execution_time_ms, heavydb.thrift.ttypes.TDataFrame.execution_time_ms, heavydb.thrift.ttypes.TRenderResult.execution_time_ms, heavydb.thrift.ttypes.TRenderParseResult.execution_time_ms, heavydb.thrift.ttypes.TStepResult.merge_type, heavydb.thrift.ttypes.TRenderParseResult.merge_type, heavydb.thrift.ttypes.TStepResult.node_id, heavydb.thrift.ttypes.TRenderParseResult.node_id, heavydb.thrift.ttypes.TRenderResult.render_time_ms, heavydb.thrift.ttypes.TRenderParseResult.render_time_ms, heavydb.thrift.ttypes.TQueryResult.total_time_ms, heavydb.thrift.ttypes.TRenderResult.total_time_ms, and heavydb.thrift.ttypes.TRenderParseResult.total_time_ms.

5188  def read(self, iprot):
5189  if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None:
5190  iprot._fast_decode(self, iprot, [self.__class__, self.thrift_spec])
5191  return
5192  iprot.readStructBegin()
5193  while True:
5194  (fname, ftype, fid) = iprot.readFieldBegin()
5195  if ftype == TType.STOP:
5196  break
5197  if fid == 1:
5198  if ftype == TType.I32:
5199  self.merge_type = iprot.readI32()
5200  else:
5201  iprot.skip(ftype)
5202  elif fid == 2:
5203  if ftype == TType.I32:
5204  self.node_id = iprot.readI32()
5205  else:
5206  iprot.skip(ftype)
5207  elif fid == 3:
5208  if ftype == TType.I64:
5209  self.execution_time_ms = iprot.readI64()
5210  else:
5211  iprot.skip(ftype)
5212  elif fid == 4:
5213  if ftype == TType.I64:
5214  self.render_time_ms = iprot.readI64()
5215  else:
5216  iprot.skip(ftype)
5217  elif fid == 5:
5218  if ftype == TType.I64:
5219  self.total_time_ms = iprot.readI64()
5220  else:
5221  iprot.skip(ftype)
5222  else:
5223  iprot.skip(ftype)
5224  iprot.readFieldEnd()
5225  iprot.readStructEnd()
def heavydb.thrift.ttypes.TRenderParseResult.validate (   self)

Definition at line 5254 of file ttypes.py.

5255  def validate(self):
5256  return
def heavydb.thrift.ttypes.TRenderParseResult.write (   self,
  oprot 
)

Definition at line 5226 of file ttypes.py.

References heavydb.thrift.ttypes.TQueryResult.execution_time_ms, heavydb.thrift.ttypes.TDataFrame.execution_time_ms, heavydb.thrift.ttypes.TRenderResult.execution_time_ms, heavydb.thrift.ttypes.TRenderParseResult.execution_time_ms, heavydb.thrift.ttypes.TStepResult.merge_type, heavydb.thrift.ttypes.TRenderParseResult.merge_type, heavydb.thrift.ttypes.TStepResult.node_id, heavydb.thrift.ttypes.TRenderParseResult.node_id, heavydb.thrift.ttypes.TRenderResult.render_time_ms, heavydb.thrift.ttypes.TRenderParseResult.render_time_ms, heavydb.thrift.ttypes.TQueryResult.total_time_ms, heavydb.thrift.ttypes.TRenderResult.total_time_ms, and heavydb.thrift.ttypes.TRenderParseResult.total_time_ms.

5227  def write(self, oprot):
5228  if oprot._fast_encode is not None and self.thrift_spec is not None:
5229  oprot.trans.write(oprot._fast_encode(self, [self.__class__, self.thrift_spec]))
5230  return
5231  oprot.writeStructBegin('TRenderParseResult')
5232  if self.merge_type is not None:
5233  oprot.writeFieldBegin('merge_type', TType.I32, 1)
5234  oprot.writeI32(self.merge_type)
5235  oprot.writeFieldEnd()
5236  if self.node_id is not None:
5237  oprot.writeFieldBegin('node_id', TType.I32, 2)
5238  oprot.writeI32(self.node_id)
5239  oprot.writeFieldEnd()
5240  if self.execution_time_ms is not None:
5241  oprot.writeFieldBegin('execution_time_ms', TType.I64, 3)
5242  oprot.writeI64(self.execution_time_ms)
5243  oprot.writeFieldEnd()
5244  if self.render_time_ms is not None:
5245  oprot.writeFieldBegin('render_time_ms', TType.I64, 4)
5246  oprot.writeI64(self.render_time_ms)
5247  oprot.writeFieldEnd()
5248  if self.total_time_ms is not None:
5249  oprot.writeFieldBegin('total_time_ms', TType.I64, 5)
5250  oprot.writeI64(self.total_time_ms)
5251  oprot.writeFieldEnd()
5252  oprot.writeFieldStop()
5253  oprot.writeStructEnd()

Member Data Documentation

heavydb.thrift.ttypes.TRenderParseResult.__dict__
private

Definition at line 5263 of file ttypes.py.

Referenced by TableFunctionsFactory_node.Node.copy().

heavydb.thrift.ttypes.TRenderParseResult.execution_time_ms

Definition at line 5183 of file ttypes.py.

Referenced by heavydb.thrift.ttypes.TRenderParseResult.read(), heavydb.thrift.ttypes.TRenderStepResult.read(), heavydb.thrift.ttypes.TRenderParseResult.write(), and heavydb.thrift.ttypes.TRenderStepResult.write().

heavydb.thrift.ttypes.TRenderParseResult.merge_type

Definition at line 5181 of file ttypes.py.

Referenced by heavydb.thrift.ttypes.TRenderParseResult.read(), and heavydb.thrift.ttypes.TRenderParseResult.write().

heavydb.thrift.ttypes.TRenderParseResult.node_id

Definition at line 5182 of file ttypes.py.

Referenced by heavydb.thrift.ttypes.TRenderParseResult.read(), and heavydb.thrift.ttypes.TRenderParseResult.write().

heavydb.thrift.ttypes.TRenderParseResult.render_time_ms

Definition at line 5184 of file ttypes.py.

Referenced by heavydb.thrift.ttypes.TRenderParseResult.read(), heavydb.thrift.ttypes.TRenderStepResult.read(), heavydb.thrift.ttypes.TRenderParseResult.write(), and heavydb.thrift.ttypes.TRenderStepResult.write().

heavydb.thrift.ttypes.TRenderParseResult.total_time_ms

Definition at line 5185 of file ttypes.py.

Referenced by heavydb.thrift.ttypes.TRenderParseResult.read(), heavydb.thrift.ttypes.TRenderStepResult.read(), heavydb.thrift.ttypes.TRenderParseResult.write(), and heavydb.thrift.ttypes.TRenderStepResult.write().


The documentation for this class was generated from the following file: