Skip to main content

Module v1

Module v1 

Source

Modules§

__buffa

Structs§

Column
One column of a registered Table.
ColumnOwnedView
Self-contained, 'static owned view of a Column message.
ColumnView
One column of a registered Table.
Index
Secondary index declared on a Table.
IndexOwnedView
Self-contained, 'static owned view of a Index message.
IndexView
Secondary index declared on a Table.
QueryRequest
Ad-hoc SQL statement.
QueryRequestOwnedView
Self-contained, 'static owned view of a QueryRequest message.
QueryRequestView
Ad-hoc SQL statement.
QueryResponse
Result set from Query.
QueryResponseOwnedView
Self-contained, 'static owned view of a QueryResponse message.
QueryResponseView
Result set from Query.
ServiceClient
Client for this service.
ServiceServer
Monomorphic dispatcher for Service.
SubscribeRequest
Stream every batch whose rows match where_sql.
SubscribeRequestOwnedView
Self-contained, 'static owned view of a SubscribeRequest message.
SubscribeRequestView
Stream every batch whose rows match where_sql.
SubscribeResponse
Rows from one atomic ingest batch that matched the subscriber’s predicate.
SubscribeResponseOwnedView
Self-contained, 'static owned view of a SubscribeResponse message.
SubscribeResponseView
Rows from one atomic ingest batch that matched the subscriber’s predicate.
Table
Server-registered table.
TableOwnedView
Self-contained, 'static owned view of a Table message.
TableView
Server-registered table.
TablesRequest
Discovery request; currently has no parameters.
TablesRequestOwnedView
Self-contained, 'static owned view of a TablesRequest message.
TablesRequestView
Discovery request; currently has no parameters.
TablesResponse
Describes every table registered in the server-side KvSchema.
TablesResponseOwnedView
Self-contained, 'static owned view of a TablesResponse message.
TablesResponseView
Describes every table registered in the server-side KvSchema.

Enums§

IndexLayout
Key layout of a secondary index.

Constants§

SERVICE_QUERY_SPEC
Static Spec for the Query RPC, as seen by the server; the generated client passes it with origin Client (compare across sides with Spec::same_method).
SERVICE_SERVICE_NAME
Full service name for this service.
SERVICE_SUBSCRIBE_SPEC
Static Spec for the Subscribe RPC, as seen by the server; the generated client passes it with origin Client (compare across sides with Spec::same_method).
SERVICE_TABLES_SPEC
Static Spec for the Tables RPC, as seen by the server; the generated client passes it with origin Client (compare across sides with Spec::same_method).

Traits§

Service
SQL queries and ingest subscriptions over a server-side KvSchema. Results carry their Arrow schemas and column buffers in IPC streams.
ServiceExt
Extension trait for registering a service implementation with a Router.

Type Aliases§

OwnedQueryRequestView
Shorthand for OwnedView<QueryRequestView<'static>>.
OwnedQueryResponseView
Shorthand for OwnedView<QueryResponseView<'static>>.
OwnedSubscribeRequestView
Shorthand for OwnedView<SubscribeRequestView<'static>>.
OwnedSubscribeResponseView
Shorthand for OwnedView<SubscribeResponseView<'static>>.
OwnedTablesRequestView
Shorthand for OwnedView<TablesRequestView<'static>>.
OwnedTablesResponseView
Shorthand for OwnedView<TablesResponseView<'static>>.