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

Public Member Functions

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

Private Attributes

 __dict__
 

Detailed Description

Definition at line 12432 of file Heavy.py.

Member Function Documentation

def heavydb.thrift.Heavy.set_table_epochs_result.__eq__ (   self,
  other 
)

Definition at line 12465 of file Heavy.py.

12466  def __eq__(self, other):
12467  return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
def heavydb.thrift.Heavy.set_table_epochs_result.__ne__ (   self,
  other 
)

Definition at line 12468 of file Heavy.py.

12469  def __ne__(self, other):
12470  return not (self == other)
12471 all_structs.append(set_table_epochs_result)
12472 set_table_epochs_result.thrift_spec = (
12473 )
12474 
def heavydb.thrift.Heavy.set_table_epochs_result.__repr__ (   self)

Definition at line 12460 of file Heavy.py.

12461  def __repr__(self):
12462  L = ['%s=%r' % (key, value)
12463  for key, value in self.__dict__.items()]
12464  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.Heavy.set_table_epochs_result.read (   self,
  iprot 
)

Definition at line 12435 of file Heavy.py.

12436  def read(self, iprot):
12437  if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None:
12438  iprot._fast_decode(self, iprot, [self.__class__, self.thrift_spec])
12439  return
12440  iprot.readStructBegin()
12441  while True:
12442  (fname, ftype, fid) = iprot.readFieldBegin()
12443  if ftype == TType.STOP:
12444  break
12445  else:
12446  iprot.skip(ftype)
12447  iprot.readFieldEnd()
12448  iprot.readStructEnd()
def heavydb.thrift.Heavy.set_table_epochs_result.validate (   self)

Definition at line 12457 of file Heavy.py.

12458  def validate(self):
12459  return
def heavydb.thrift.Heavy.set_table_epochs_result.write (   self,
  oprot 
)

Definition at line 12449 of file Heavy.py.

12450  def write(self, oprot):
12451  if oprot._fast_encode is not None and self.thrift_spec is not None:
12452  oprot.trans.write(oprot._fast_encode(self, [self.__class__, self.thrift_spec]))
12453  return
12454  oprot.writeStructBegin('set_table_epochs_result')
12455  oprot.writeFieldStop()
12456  oprot.writeStructEnd()

Member Data Documentation

heavydb.thrift.Heavy.set_table_epochs_result.__dict__
private

Definition at line 12466 of file Heavy.py.

Referenced by TableFunctionsFactory_node.Node.copy().


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