Class omnisci::thrift::ttypes::TArrowTransport

class TArrowTransport : public object

Public Static Attributes

int omnisci.thrift.ttypes.TArrowTransport::SHARED_MEMORY = 0
int omnisci.thrift.ttypes.TArrowTransport::WIRE = 1

Private Static Attributes

dictionary omnisci.thrift.ttypes.TArrowTransport::_VALUES_TO_NAMES= { 0: "SHARED_MEMORY", 1: "WIRE", }
dictionary omnisci.thrift.ttypes.TArrowTransport::_NAMES_TO_VALUES= { "SHARED_MEMORY": 0, "WIRE": 1, }