public class LongValueToStringValue extends Object implements TranslateFunction<LongValue,StringValue>
LongValue
to StringValue
.Constructor and Description |
---|
LongValueToStringValue() |
Modifier and Type | Method and Description |
---|---|
StringValue |
translate(LongValue value,
StringValue reuse)
The translating method.
|
public StringValue translate(LongValue value, StringValue reuse) throws Exception
TranslateFunction
translate
in interface TranslateFunction<LongValue,StringValue>
value
- input value.reuse
- value which may be reused for output; if reuse is null then a new output object
must be instantiated and returnedException
- This method may throw exceptions. Throwing an exception will cause the operation
to fail and may trigger recovery.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.