|
iceberg-cpp
|
This is the complete list of members for iceberg::ScanTestBase, including all inherited members.
| file_io_ (defined in iceberg::ScanTestBase) | iceberg::ScanTestBase | protected |
| GetPaths(const std::vector< std::shared_ptr< FileScanTask > > &tasks) | iceberg::ScanTestBase | inlineprotectedstatic |
| MakeAppendSnapshot(int8_t format_version, int64_t snapshot_id, std::optional< int64_t > parent_snapshot_id, int64_t sequence_number, const std::vector< std::string > &added_files, std::shared_ptr< PartitionSpec > spec=nullptr) | iceberg::ScanTestBase | inlineprotected |
| MakeAppendSnapshotWithPartitionValues(int8_t format_version, int64_t snapshot_id, std::optional< int64_t > parent_snapshot_id, int64_t sequence_number, const std::vector< std::pair< std::string, PartitionValues > > &added_files, std::shared_ptr< PartitionSpec > spec=nullptr) | iceberg::ScanTestBase | inlineprotected |
| MakeDataFile(const std::string &path, PartitionValues partition=PartitionValues(std::vector< Literal >{}), std::shared_ptr< PartitionSpec > spec=nullptr, int64_t record_count=1) | iceberg::ScanTestBase | inlineprotected |
| MakeDeleteSnapshot(int8_t format_version, int64_t snapshot_id, std::optional< int64_t > parent_snapshot_id, int64_t sequence_number, const std::vector< std::string > &deleted_files) | iceberg::ScanTestBase | inlineprotected |
| MakeDeleteSnapshot(int8_t format_version, int64_t snapshot_id, std::optional< int64_t > parent_snapshot_id, int64_t sequence_number, const std::vector< std::pair< std::string, PartitionValues > > &deleted_files) | iceberg::ScanTestBase | inlineprotected |
| MakeEntry(ManifestStatus status, int64_t snapshot_id, int64_t sequence_number, std::shared_ptr< DataFile > file) | iceberg::ScanTestBase | inlineprotected |
| MakeManifestListPath() | iceberg::ScanTestBase | inlineprotected |
| MakeManifestPath() | iceberg::ScanTestBase | inlineprotected |
| MakeOverwriteSnapshot(int8_t format_version, int64_t snapshot_id, std::optional< int64_t > parent_snapshot_id, int64_t sequence_number, const std::vector< std::string > &added_file_paths, const std::vector< std::string > &deleted_file_paths) | iceberg::ScanTestBase | inlineprotected |
| MakeTableMetadata(const std::vector< std::shared_ptr< Snapshot > > &snapshots, int64_t current_snapshot_id, const std::unordered_map< std::string, std::shared_ptr< SnapshotRef > > &refs={}, std::shared_ptr< PartitionSpec > default_spec=nullptr) | iceberg::ScanTestBase | inlineprotected |
| partitioned_spec_ (defined in iceberg::ScanTestBase) | iceberg::ScanTestBase | protected |
| schema_ (defined in iceberg::ScanTestBase) | iceberg::ScanTestBase | protected |
| SetUp() override (defined in iceberg::ScanTestBase) | iceberg::ScanTestBase | inlineprotected |
| unpartitioned_spec_ (defined in iceberg::ScanTestBase) | iceberg::ScanTestBase | protected |
| WriteDataManifest(int8_t format_version, int64_t snapshot_id, std::vector< ManifestEntry > entries, std::shared_ptr< PartitionSpec > spec=PartitionSpec::Unpartitioned()) | iceberg::ScanTestBase | inlineprotected |
| WriteDeleteManifest(int8_t format_version, int64_t snapshot_id, std::vector< ManifestEntry > entries, std::shared_ptr< PartitionSpec > spec) | iceberg::ScanTestBase | inlineprotected |
| WriteManifestList(int8_t format_version, int64_t snapshot_id, int64_t parent_snapshot_id, int64_t sequence_number, const std::vector< ManifestFile > &manifests) | iceberg::ScanTestBase | inlineprotected |