Skip to content

Commit

Permalink
high level explain
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Oct 15, 2024
1 parent 0eb7a56 commit 84403a0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/source/cpp/recipe_driver/driver_example.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
/// the details of C callables and catalog/metadata functions that can be
/// difficult to implement but are essential for efficiently leveraging
/// the rest of the ADBC ecosystem.

///
/// At a high level, we'll be building a driver whose "database" is a directory
/// where each "table" in the database is a file containing an Arrow IPC stream.
/// Tables can be written using the bulk ingest feature and tables can be read
/// with a simple query in the form ``SELECT * FROM (the file)``.
///
/// Installation
/// ============
///
Expand All @@ -39,7 +44,7 @@
/// mamba install cmake compilers libadbc-driver-manager
///
/// .. _conda-forge: https://conda-forge.org/

///
/// Building
/// ========
///
Expand All @@ -54,7 +59,7 @@
/// ctest
///
/// .. _CMake: https://cmake.org/

///
/// Building an ADBC Driver using C++
/// =================================
///
Expand Down

0 comments on commit 84403a0

Please sign in to comment.