pyarrow.flight.Location — Apache Arrow v20.0.0 (original) (raw)
class pyarrow.flight.Location(uri)#
Bases: _Weakrefable
The location of a Flight service.
__init__(*args, **kwargs)#
Methods
Attributes
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#