} else {
// check if we have a built-in function
if (this.builtInFunction > NO_BUILT_IN_FUNCTION) {
return evaluateBuiltInFunction(returnFS);
} else {
return convertToString(returnFS.toStringArray());
}
}
}
case LowLevelCAS.TYPE_CLASS_DOUBLEARRAY: {
DoubleArrayFS returnFS = (DoubleArrayFS) featurePathValue.getFs();