iceberg-cpp
Loading...
Searching...
No Matches
Functions
arrow_c_data_util_test.cc File Reference
#include <cstdint>
#include <string_view>
#include <utility>
#include <vector>
#include <arrow/c/bridge.h>
#include <arrow/json/from_string.h>
#include <arrow/record_batch.h>
#include <arrow/type.h>
#include <gtest/gtest.h>
#include "iceberg/arrow/arrow_register.h"
#include "iceberg/arrow_c_data_guard_internal.h"
#include "iceberg/arrow_c_data_util_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::internal::TEST (ProjectBatchTest, ProjectSelectedRowsWithoutColumnProjection)
 
 iceberg::internal::TEST (ProjectBatchTest, ProjectColumnsWithoutRowFiltering)
 
 iceberg::internal::TEST (ProjectBatchTest, ProjectSelectedRowsAndReorderColumns)
 
 iceberg::internal::TEST (ProjectBatchTest, NullValues)
 
 iceberg::internal::TEST (ProjectBatchTest, EmptyRowSelection)
 
 iceberg::internal::TEST (ProjectBatchTest, ProjectionRejectsNestedPruning)
 

Detailed Description

Verifies ProjectBatch behavior across registered implementations.