public class JavaScriptParseSpec extends ParseSpec
Constructor and Description |
---|
JavaScriptParseSpec(TimestampSpec timestampSpec,
DimensionsSpec dimensionsSpec,
String function,
JavaScriptConfig config) |
Modifier and Type | Method and Description |
---|---|
String |
getFunction() |
Parser<String,Object> |
makeParser() |
void |
verify(List<String> usedCols) |
ParseSpec |
withDimensionsSpec(DimensionsSpec spec) |
ParseSpec |
withFunction(String fn) |
ParseSpec |
withTimestampSpec(TimestampSpec spec) |
equals, getDimensionsSpec, getTimestampSpec, hashCode
public JavaScriptParseSpec(TimestampSpec timestampSpec, DimensionsSpec dimensionsSpec, String function, JavaScriptConfig config)
public String getFunction()
public Parser<String,Object> makeParser()
makeParser
in class ParseSpec
public ParseSpec withTimestampSpec(TimestampSpec spec)
withTimestampSpec
in class ParseSpec
public ParseSpec withDimensionsSpec(DimensionsSpec spec)
withDimensionsSpec
in class ParseSpec
Copyright © 2011–2017. All rights reserved.