Package com.ocient.util
Class NullRowTransformer
java.lang.Object
com.ocient.util.NullRowTransformer
- All Implemented Interfaces:
RowTransformer
Null transformer, column values are returned as-is.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NullRowTransformer
public NullRowTransformer()
-
-
Method Details
-
transform
Description copied from interface:RowTransformerApply the transformation to theRow.- Specified by:
transformin interfaceRowTransformer- Parameters:
row- TheRowto be transformed.- Returns:
- Returns a transformed Row object. The exact nature of the transformation and the
resultant format depends on the specific implementation. The transformation should maintain
data integrity while optimizing its representation for memory efficiency and performance.
Note: THIS FUNCTION IS NOT INTENDED TO BE THREAD SAFE.
-