Package org.apache.beam.sdk.extensions.sql.impl.udaf
package org.apache.beam.sdk.extensions.sql.impl.udaf
UDAF classes.
-
ClassesClassDescription
Combine.CombineFn
s for aggregating strings or bytes with an optional delimiter (default comma).ACombine.CombineFn
that aggregates bytes with a byte array as delimiter.ACombine.CombineFn
that aggregates strings with a string as delimiter.