[ Web Proxy ]
URL:
Viewing: https://arrow.apache.org/docs/python/generated/../generated/pyarrow.flight.Location.html [Back]  [Original]

pyarrow.flight.Location — Apache Arrow v25.0.1
Back to top
Search the docs ...:

pyarrow.flight.Location#

class pyarrow.flight.Location(uri)#

Bases: _Weakrefable

The location of a Flight service.

__init__(*args, **kwargs)#

Methods

__init__(*args,**kwargs)

equals(self,Locationother)

for_grpc_tcp(host,port)

Create a Location for a TCP-based gRPC service.

for_grpc_tls(host,port)

Create a Location for a TLS-based gRPC service.

for_grpc_unix(path)

Create a Location for a domain socket-based gRPC service.

Attributes

uri

equals(self, Location other)#
static for_grpc_tcp(host, port)#

Create a Location for a TCP-based gRPC service.

static for_grpc_tls(host, port)#

Create a Location for a TLS-based gRPC service.

static for_grpc_unix(path)#

Create a Location for a domain socket-based gRPC service.

uri#

Web Proxy Viewer  |  New URL  |  Original Page