Package com.atgenomix.seqslab.piper.plugin.api.formatter
package com.atgenomix.seqslab.piper.plugin.api.formatter
-
ClassDescriptionAn operator responsible for formatting input datasets, such as converting schema, adding or deleting columns, and encoding domain specific object.Factory object responsible for creating
Formatter
operators.SupportsUDF1<T1,R> A mix-in interface forFormatter
.SupportsUDF2<T1,T2, R> A mix-in interface forFormatter
.SupportsUDF3<T1,T2, T3, R> A mix-in interface forFormatter
.SupportsUDF4<T1,T2, T3, T4, R> A mix-in interface forFormatter
.SupportsUDF5<T1,T2, T3, T4, T5, R> A mix-in interface forFormatter
.