Home
last modified time | relevance | path

Searched defs:FlightServiceService (Results 1 – 4 of 4) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/go/arrow/flight/
H A DFlight_grpc.pb.go385 type FlightServiceService struct { struct
391 Handshake func(FlightService_HandshakeServer) error
399 ListFlights func(*Criteria, FlightService_ListFlightsServer) error
411 GetFlightInfo func(context.Context, *FlightDescriptor) (*FlightInfo, error)
417 GetSchema func(context.Context, *FlightDescriptor) (*SchemaResult, error)
423 DoGet func(*Ticket, FlightService_DoGetServer) error
431 DoPut func(FlightService_DoPutServer) error
438 DoExchange func(FlightService_DoExchangeServer) error
446 DoAction func(*Action, FlightService_DoActionServer) error
451 ListActions func(*Empty, FlightService_ListActionsServer) error
[all …]
H A Dserver.go47 RegisterFlightService(*FlightServiceService)
/dports/databases/arrow/apache-arrow-6.0.1/go/arrow/flight/
H A DFlight_grpc.pb.go385 type FlightServiceService struct { struct
391 Handshake func(FlightService_HandshakeServer) error
399 ListFlights func(*Criteria, FlightService_ListFlightsServer) error
411 GetFlightInfo func(context.Context, *FlightDescriptor) (*FlightInfo, error)
417 GetSchema func(context.Context, *FlightDescriptor) (*SchemaResult, error)
423 DoGet func(*Ticket, FlightService_DoGetServer) error
431 DoPut func(FlightService_DoPutServer) error
438 DoExchange func(FlightService_DoExchangeServer) error
446 DoAction func(*Action, FlightService_DoActionServer) error
451 ListActions func(*Empty, FlightService_ListActionsServer) error
[all …]
H A Dserver.go48 RegisterFlightService(*FlightServiceService)