OmniSciDB
a5dc49c757
|
Public Member Functions | |
def | __init__ |
def | read |
def | write |
def | validate |
def | __repr__ |
def | __eq__ |
def | __ne__ |
Public Attributes | |
x | |
y | |
Private Attributes | |
__dict__ | |
def heavydb.thrift.ttypes.TPixel.__init__ | ( | self, | |
x = None , |
|||
y = None |
|||
) |
def heavydb.thrift.ttypes.TPixel.__ne__ | ( | self, | |
other | |||
) |
def heavydb.thrift.ttypes.TPixel.__repr__ | ( | self | ) |
def heavydb.thrift.ttypes.TPixel.read | ( | self, | |
iprot | |||
) |
Definition at line 2770 of file ttypes.py.
References anonymous_namespace{Types.cpp}::Coords.x, heavydb.thrift.ttypes.TPixel.x, anonymous_namespace{Types.cpp}::Coords.y, and heavydb.thrift.ttypes.TPixel.y.
def heavydb.thrift.ttypes.TPixel.validate | ( | self | ) |
def heavydb.thrift.ttypes.TPixel.write | ( | self, | |
oprot | |||
) |
Definition at line 2794 of file ttypes.py.
References anonymous_namespace{Types.cpp}::Coords.x, heavydb.thrift.ttypes.TPixel.x, anonymous_namespace{Types.cpp}::Coords.y, and heavydb.thrift.ttypes.TPixel.y.
|
private |
Definition at line 2819 of file ttypes.py.
Referenced by TableFunctionsFactory_node.Node.copy().
heavydb.thrift.ttypes.TPixel.x |
Definition at line 2767 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TPixel.read(), and heavydb.thrift.ttypes.TPixel.write().
heavydb.thrift.ttypes.TPixel.y |
Definition at line 2768 of file ttypes.py.
Referenced by heavydb.thrift.ttypes.TPixel.read(), and heavydb.thrift.ttypes.TPixel.write().