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

Public Member Functions

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

Public Attributes

 id
 

Private Attributes

 __dict__
 

Detailed Description

Attributes:
 - id

Definition at line 5111 of file ttypes.py.

Constructor & Destructor Documentation

def heavydb.thrift.ttypes.TPendingRenderQuery.__init__ (   self,
  id = None 
)

Definition at line 5119 of file ttypes.py.

5120  def __init__(self, id=None,):
5121  self.id = id

Member Function Documentation

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

Definition at line 5161 of file ttypes.py.

5162  def __eq__(self, other):
5163  return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
def heavydb.thrift.ttypes.TPendingRenderQuery.__ne__ (   self,
  other 
)

Definition at line 5164 of file ttypes.py.

5165  def __ne__(self, other):
5166  return not (self == other)
5167 
def heavydb.thrift.ttypes.TPendingRenderQuery.__repr__ (   self)

Definition at line 5156 of file ttypes.py.

5157  def __repr__(self):
5158  L = ['%s=%r' % (key, value)
5159  for key, value in self.__dict__.items()]
5160  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.TPendingRenderQuery.read (   self,
  iprot 
)

Definition at line 5122 of file ttypes.py.

References foreign_storage::ForeignServer.id, foreign_storage::UserMapping.id, Catalog_Namespace::CustomExpression.id, heavydb.thrift.ttypes.TPendingQuery.id, heavydb.thrift.ttypes.TPendingRenderQuery.id, org.apache.calcite.sql.validate.SqlValidatorImpl.IdInfo.id, and heavydb.thrift.Heavy.update_custom_expression_args.id.

5123  def read(self, iprot):
5124  if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None:
5125  iprot._fast_decode(self, iprot, [self.__class__, self.thrift_spec])
5126  return
5127  iprot.readStructBegin()
5128  while True:
5129  (fname, ftype, fid) = iprot.readFieldBegin()
5130  if ftype == TType.STOP:
5131  break
5132  if fid == 1:
5133  if ftype == TType.I64:
5134  self.id = iprot.readI64()
5135  else:
5136  iprot.skip(ftype)
5137  else:
5138  iprot.skip(ftype)
5139  iprot.readFieldEnd()
5140  iprot.readStructEnd()
def heavydb.thrift.ttypes.TPendingRenderQuery.validate (   self)

Definition at line 5153 of file ttypes.py.

5154  def validate(self):
5155  return
def heavydb.thrift.ttypes.TPendingRenderQuery.write (   self,
  oprot 
)

Definition at line 5141 of file ttypes.py.

References foreign_storage::ForeignServer.id, foreign_storage::UserMapping.id, Catalog_Namespace::CustomExpression.id, heavydb.thrift.ttypes.TPendingQuery.id, heavydb.thrift.ttypes.TPendingRenderQuery.id, org.apache.calcite.sql.validate.SqlValidatorImpl.IdInfo.id, and heavydb.thrift.Heavy.update_custom_expression_args.id.

5142  def write(self, oprot):
5143  if oprot._fast_encode is not None and self.thrift_spec is not None:
5144  oprot.trans.write(oprot._fast_encode(self, [self.__class__, self.thrift_spec]))
5145  return
5146  oprot.writeStructBegin('TPendingRenderQuery')
5147  if self.id is not None:
5148  oprot.writeFieldBegin('id', TType.I64, 1)
5149  oprot.writeI64(self.id)
5150  oprot.writeFieldEnd()
5151  oprot.writeFieldStop()
5152  oprot.writeStructEnd()

Member Data Documentation

heavydb.thrift.ttypes.TPendingRenderQuery.__dict__
private

Definition at line 5162 of file ttypes.py.

Referenced by TableFunctionsFactory_node.Node.copy().

heavydb.thrift.ttypes.TPendingRenderQuery.id

Definition at line 5120 of file ttypes.py.

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


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