OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
num_pixel_channels | |
num_pixel_samples | |
pixels | |
row_ids_A | |
row_ids_B | |
table_ids | |
accum_data | |
accum_depth | |
Private Attributes | |
__dict__ | |
Attributes: - num_pixel_channels - num_pixel_samples - pixels - row_ids_A - row_ids_B - table_ids - accum_data - accum_depth
def heavydb.thrift.ttypes.TRawRenderPassDataResult.__init__ | ( | self, | |
num_pixel_channels = None , |
|||
num_pixel_samples = None , |
|||
pixels = None , |
|||
row_ids_A = None , |
|||
row_ids_B = None , |
|||
table_ids = None , |
|||
accum_data = None , |
|||
accum_depth = None |
|||
) |
Definition at line 5284 of file ttypes.py.
def heavydb.thrift.ttypes.TRawRenderPassDataResult.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TRawRenderPassDataResult.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TRawRenderPassDataResult.read | ( | self, | |
iprot | |||
) |
Definition at line 5294 of file ttypes.py.
References heavydb.thrift.ttypes.TRawRenderPassDataResult.accum_data, heavydb.thrift.ttypes.TRawRenderPassDataResult.accum_depth, heavydb.thrift.ttypes.TRawRenderPassDataResult.num_pixel_channels, heavydb.thrift.ttypes.TRawRenderPassDataResult.num_pixel_samples, heavydb.thrift.ttypes.TRawRenderPassDataResult.pixels, heavydb.thrift.ttypes.TRawRenderPassDataResult.row_ids_A, heavydb.thrift.ttypes.TRawRenderPassDataResult.row_ids_B, and heavydb.thrift.ttypes.TRawRenderPassDataResult.table_ids.
def heavydb.thrift.ttypes.TRawRenderPassDataResult.validate | ( | self | ) |
def heavydb.thrift.ttypes.TRawRenderPassDataResult.write | ( | self, | |
oprot | |||
) |
Definition at line 5348 of file ttypes.py.
References heavydb.thrift.ttypes.TRawRenderPassDataResult.accum_data, heavydb.thrift.ttypes.TRawRenderPassDataResult.accum_depth, heavydb.thrift.ttypes.TRawRenderPassDataResult.num_pixel_channels, heavydb.thrift.ttypes.TRawRenderPassDataResult.num_pixel_samples, heavydb.thrift.ttypes.TRawRenderPassDataResult.pixels, heavydb.thrift.ttypes.TRawRenderPassDataResult.row_ids_A, heavydb.thrift.ttypes.TRawRenderPassDataResult.row_ids_B, and heavydb.thrift.ttypes.TRawRenderPassDataResult.table_ids.
|
private |
Definition at line 5397 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TRawRenderPassDataResult.accum_data |
Definition at line 5291 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TRawRenderPassDataResult.read(), and heavydb.thrift.ttypes.TRawRenderPassDataResult.write().
heavydb.thrift.ttypes.TRawRenderPassDataResult.accum_depth |
Definition at line 5292 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TRawRenderPassDataResult.read(), and heavydb.thrift.ttypes.TRawRenderPassDataResult.write().
heavydb.thrift.ttypes.TRawRenderPassDataResult.num_pixel_channels |
Definition at line 5285 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TRawRenderPassDataResult.read(), and heavydb.thrift.ttypes.TRawRenderPassDataResult.write().
heavydb.thrift.ttypes.TRawRenderPassDataResult.num_pixel_samples |
Definition at line 5286 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TRawRenderPassDataResult.read(), and heavydb.thrift.ttypes.TRawRenderPassDataResult.write().
heavydb.thrift.ttypes.TRawRenderPassDataResult.pixels |
Definition at line 5287 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TRawRenderPassDataResult.read(), and heavydb.thrift.ttypes.TRawRenderPassDataResult.write().
heavydb.thrift.ttypes.TRawRenderPassDataResult.row_ids_A |
Definition at line 5288 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TRawRenderPassDataResult.read(), and heavydb.thrift.ttypes.TRawRenderPassDataResult.write().
heavydb.thrift.ttypes.TRawRenderPassDataResult.row_ids_B |
Definition at line 5289 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TRawRenderPassDataResult.read(), and heavydb.thrift.ttypes.TRawRenderPassDataResult.write().
heavydb.thrift.ttypes.TRawRenderPassDataResult.table_ids |
Definition at line 5290 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TRawRenderPassDataResult.read(), and heavydb.thrift.ttypes.TRawRenderPassDataResult.write().