Uses of Interface
com.ocient.util.RowTransformer
Packages that use RowTransformer
-
Uses of RowTransformer in com.ocient.cli.extract
Classes in com.ocient.cli.extract that implement RowTransformerModifier and TypeClassDescriptionclassImplementation ofRowTransformerthat sanitizes the column values, then formats the row data into a flattened, string-based representation (e.g., CSV, TSV).Methods in com.ocient.cli.extract that return RowTransformerMethods in com.ocient.cli.extract with parameters of type RowTransformer -
Uses of RowTransformer in com.ocient.util
Classes in com.ocient.util that implement RowTransformerModifier and TypeClassDescriptionclassNull transformer, column values are returned as-is.Methods in com.ocient.util that return RowTransformerModifier and TypeMethodDescriptionNullRowTransformerFactory.acquire()RowTransformerFactory.acquire()Acquires and returns aRowTransformerinstance.Methods in com.ocient.util with parameters of type RowTransformerModifier and TypeMethodDescriptionvoidNullRowTransformerFactory.release(RowTransformer transformer) voidRowTransformerFactory.release(RowTransformer transformer) Releases aRowTransformerinstance back to the factory.