iceberg-cpp
Loading...
Searching...
No Matches
Functions
arrow_row_builder_test.cc File Reference
#include <memory>
#include <vector>
#include <arrow/array.h>
#include <arrow/c/bridge.h>
#include <arrow/record_batch.h>
#include <gtest/gtest.h>
#include "iceberg/arrow_row_builder_internal.h"
#include "iceberg/schema.h"
#include "iceberg/schema_field.h"
#include "iceberg/schema_internal.h"
#include "iceberg/test/matchers.h"
#include "iceberg/type.h"

Functions

 iceberg::TEST (ArrowRowBuilderTest, BuildsRowsWithTypedValues)
 
 iceberg::TEST (ArrowRowBuilderTest, AppendsNullForOptionalColumns)
 
 iceberg::TEST (ArrowRowBuilderTest, AppendsMultiEntryStringMap)
 
 iceberg::TEST (ArrowRowBuilderTest, EmptyBuilderProducesZeroRowBatch)
 
 iceberg::TEST (ArrowRowBuilderTest, ColumnIndexOutOfRangeReturnsNull)
 

Detailed Description

Unit tests for ArrowRowBuilder and its typed append helpers.