mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
add toString method for JavascriptDimExtractionFn
This commit is contained in:
parent
255504727a
commit
1499ee6458
@ -98,4 +98,12 @@ public class JavascriptDimExtractionFn implements DimExtractionFn
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return "JavascriptDimExtractionFn{" +
|
||||
"function='" + function + '\'' +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user