public abstract static class ExprCastNode.StringToDateLongWStaticFormat extends Object implements ExprCastNode.CasterParserComputer
Modifier and Type | Field and Description |
---|---|
protected String |
dateFormat |
protected ThreadLocal<SimpleDateFormat> |
formats |
Modifier | Constructor and Description |
---|---|
protected |
StringToDateLongWStaticFormat(String dateFormat) |
Modifier and Type | Method and Description |
---|---|
boolean |
isConstantForConstInput() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute
protected final String dateFormat
protected final ThreadLocal<SimpleDateFormat> formats
protected StringToDateLongWStaticFormat(String dateFormat)
public boolean isConstantForConstInput()
isConstantForConstInput
in interface ExprCastNode.CasterParserComputer