public class SubString extends UnaryFieldExpression
FieldExpression.StringMode
expression
alias, EMPTY_ARRAY
Constructor and Description |
---|
SubString(FieldExpression expression,
int offset,
int length) |
SubString(FieldExpression expression,
int offset,
int length,
String alias) |
SubString(String fieldName,
int offset,
int length) |
SubString(String fieldName,
int offset,
int length,
String alias) |
Modifier and Type | Method and Description |
---|---|
SubString |
clone() |
protected SubString |
clone(FieldExpression e)
Create a new instance of this FieldExpression, with a different argument.
|
int |
getLength()
Get the max length of the substring.
|
int |
getOffset()
Get the offset for the start of the substring.
|
SchemaField.Type |
getType(Schema schema)
Resolve the type for this expression.
|
int |
hashCode() |
protected boolean |
parametersEqual(FieldExpression other)
Returns
true if other 's parameters are the same as this . |
void |
setLength(int value)
Set the max length of the substring.
|
void |
setOffset(int value)
Set the offset for the start of the substring.
|
protected void |
toString(StringBuilder buffer,
FieldExpression.StringMode mode)
Writes the string representation of this field expression to
buffer . |
equalsIgnoreAlias, getExpression, getFieldName, hasChildren, isConstant, rewrite, rewriteChildren, setExpression
as, containsAlias, copyOf, equals, equalsIgnoreAlias, getAlias, getDefaultAlias, handleFieldExpression, isConstant, quote, rewrite, setAlias, toString, toString
public SubString(String fieldName, int offset, int length)
public SubString(FieldExpression expression, int offset, int length)
public SubString(FieldExpression expression, int offset, int length, String alias)
public SchemaField.Type getType(Schema schema)
getType
in class FieldExpression
public int getOffset()
If offset is negative, the actual start offset will be computed on a per value basis to be valueLength + offset. For example, setting the offset to -4 and the length to 4 will extract the last for characters of each value.
public void setOffset(int value)
public int getLength()
public void setLength(int value)
protected void toString(StringBuilder buffer, FieldExpression.StringMode mode)
buffer
.
NOTE: the alias will not be written to buffer by this function.
toString
in class FieldExpression
public int hashCode()
hashCode
in class UnaryFieldExpression
protected boolean parametersEqual(FieldExpression other)
true
if other
's parameters are the same as this
.parametersEqual
in class UnaryFieldExpression
public SubString clone()
clone
in class UnaryFieldExpression
protected SubString clone(FieldExpression e)
clone
in class UnaryFieldExpression
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.