// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2025 ReifyDB
//! Wire format for query/command/subscription responses.
use ;
/// The three response formats the server can emit.
///
/// - `Json` — rows-shape JSON: `[[{col: val, ...}, ...], ...]` (one inner array per frame)
/// - `Frames` — frames-shape JSON: `{frames: [ResponseFrame, ...]}` with columnar payloads
/// - `Rbcf` — frames-shape binary, RBCF-encoded