pyarrow.flight.Location#
- classpyarrow.flight.Location(uri)#
Bases:
_WeakrefableThe location of a Flight service.
- __init__(*args,**kwargs)#
Methods
__init__(*args, **kwargs)equals(self, Location other)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
- equals(self,Locationother)#
- staticfor_grpc_tcp(host,port)#
Create a Location for a TCP-based gRPC service.
- staticfor_grpc_tls(host,port)#
Create a Location for a TLS-based gRPC service.
- staticfor_grpc_unix(path)#
Create a Location for a domain socket-based gRPC service.
- uri#
On this page

