Package org.apache.gravitino.rel.expressions.transforms
package org.apache.gravitino.rel.expressions.transforms
-
ClassDescriptionRepresents a transform function in the public logical expression API.Base class for simple transforms of a single field.Helper methods to create logical transforms to pass into Apache Gravitino.A transform that applies a function to the input value.A transform that returns the bucket of the input value.A transform that returns the day of the input value.A transform that returns the hour of the input value.A transform that returns the input value.A transform that includes multiple fields in a list.A transform that returns the month of the input value.A transform that returns the range of the input value.A transform that returns the truncated value of the input value with the given width.A transform that returns the year of the input value.