|
|
static Result< std::unique_ptr< UnboundPredicate > > | IdentityProject (std::string_view name, const std::shared_ptr< BoundPredicate > &pred) |
| |
|
static Result< std::unique_ptr< UnboundPredicate > > | BucketProject (std::string_view name, const std::shared_ptr< BoundPredicate > &pred, const std::shared_ptr< TransformFunction > &func) |
| |
|
static Result< std::unique_ptr< UnboundPredicate > > | TruncateProject (std::string_view name, const std::shared_ptr< BoundPredicate > &pred, const std::shared_ptr< TransformFunction > &func) |
| |
|
static Result< std::unique_ptr< UnboundPredicate > > | TemporalProject (std::string_view name, const std::shared_ptr< BoundPredicate > &pred, const std::shared_ptr< TransformFunction > &func) |
| |
|
static Result< std::unique_ptr< UnboundPredicate > > | RemoveTransform (std::string_view name, const std::shared_ptr< BoundPredicate > &pred) |
| |
|
static Result< std::unique_ptr< UnboundPredicate > > | BucketProjectStrict (std::string_view name, const std::shared_ptr< BoundPredicate > &pred, const std::shared_ptr< TransformFunction > &func) |
| |
|
static Result< std::unique_ptr< UnboundPredicate > > | TruncateProjectStrict (std::string_view name, const std::shared_ptr< BoundPredicate > &pred, const std::shared_ptr< TransformFunction > &func) |
| |
|
static Result< std::unique_ptr< UnboundPredicate > > | TemporalProjectStrict (std::string_view name, const std::shared_ptr< BoundPredicate > &pred, const std::shared_ptr< TransformFunction > &func) |
| |
The documentation for this class was generated from the following file: