|
iceberg-cpp
|
#include "iceberg/transform.h"Go to the source code of this file.
Classes | |
| class | iceberg::IdentityTransform |
| Identity transform that returns the input unchanged. More... | |
| class | iceberg::BucketTransform |
| Bucket transform that hashes input values into N buckets. More... | |
| class | iceberg::TruncateTransform |
| Truncate transform that truncates values to a specified width. More... | |
| class | iceberg::YearTransform |
| Year transform that extracts the number of years from timestamp inputs since the epoch. More... | |
| class | iceberg::MonthTransform |
| Month transform that extracts the number of months from timestamp inputs since the epoch. More... | |
| class | iceberg::DayTransform |
| Day transform that extracts the number of days from timestamp inputs since the epoch. More... | |
| class | iceberg::HourTransform |
| Hour transform that extracts the number of hours from timestamp inputs since the epoch. More... | |
| class | iceberg::VoidTransform |
| Void transform that discards the input and always returns null. More... | |