#include <catch_amalgamated.hpp>
#include "Framework/TableBuilder.h"
#include "Framework/Output.h"
#include <arrow/table.h>
#include <arrow/ipc/writer.h>
#include <arrow/io/memory.h>
#include <arrow/ipc/reader.h>
#include <string_view>
Go to the source code of this file.
|
| test2::DECLARE_SOA_COLUMN_FULL (X, x, uint64_t, "x") |
|
| test2::DECLARE_SOA_COLUMN_FULL (Y, y, uint64_t, "y") |
|
| test2::DECLARE_SOA_COLUMN_FULL (Blob, blob, std::span< std::byte >, "blob") |
|
| test2::DECLARE_SOA_COLUMN_FULL (Pos, pos, int[4], "pos") |
|
| TEST_CASE ("TestTableBuilder") |
|
| TEST_CASE ("TestTableBuilderArray") |
|
| TEST_CASE ("TestTableBuilderStruct") |
|
| TEST_CASE ("TestTableBuilderMore") |
|
| TEST_CASE ("TestSpan") |
|
| TEST_CASE ("TestSoAIntegration") |
|
| TEST_CASE ("TestDataAllocatorReturnType") |
|
| TEST_CASE ("TestPodInjestion") |
|
| TEST_CASE ("TestColumnCount") |
|
◆ ArrayTable
◆ SpanTable
◆ TestTable
◆ TEST_CASE() [1/9]
TEST_CASE |
( |
"TestColumnCount" |
| ) |
|
◆ TEST_CASE() [2/9]
TEST_CASE |
( |
"TestDataAllocatorReturnType" |
| ) |
|
◆ TEST_CASE() [3/9]
TEST_CASE |
( |
"TestPodInjestion" |
| ) |
|
◆ TEST_CASE() [4/9]
TEST_CASE |
( |
"TestSoAIntegration" |
| ) |
|
◆ TEST_CASE() [5/9]
◆ TEST_CASE() [6/9]
TEST_CASE |
( |
"TestTableBuilder" |
| ) |
|
◆ TEST_CASE() [7/9]
TEST_CASE |
( |
"TestTableBuilderArray" |
| ) |
|
◆ TEST_CASE() [8/9]
TEST_CASE |
( |
"TestTableBuilderMore" |
| ) |
|
◆ TEST_CASE() [9/9]
TEST_CASE |
( |
"TestTableBuilderStruct" |
| ) |
|