Expand description
Geode client implementation supporting both QUIC and gRPC transports. Uses protobuf wire protocol with 4-byte big-endian length prefix for QUIC.
Structsยง
- Client
- A Geode database client supporting both QUIC and gRPC transports.
- Column
- A column definition in a query result set.
- Connection
- An active connection to a Geode database server.
- Page
- A page of query results.
- Plan
Operation - An operation in a query execution plan.
- Prepared
Statement - A prepared statement for efficient repeated query execution.
- Query
Plan - A query execution plan.
- Query
Profile - Query execution profile with timing information.
- Savepoint
- A named savepoint within a transaction.