pub async fn get_tensor_arrow(
__arg0: State<GatewayState>,
__arg1: Path<String>,
__arg2: Query<TensorQuery>,
) -> Result<Response, TensorError>Expand description
Get tensor in Apache Arrow IPC format
GET /v1/tensor/{cid}/arrow
Retrieves tensor data in Apache Arrow IPC Stream format for efficient data exchange with Arrow-compatible systems (Pandas, Polars, PyArrow, etc.)