public static class StringOperators.IndexOfBytes.SubstringBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
StringOperators.IndexOfBytes |
indexOf(AggregationExpression expression)
Creates a new
StringOperators.IndexOfBytes given AggregationExpression that resolves to the substring. |
StringOperators.IndexOfBytes |
indexOf(Field fieldReference)
Creates a new
StringOperators.IndexOfBytes given Field that resolves to the substring. |
StringOperators.IndexOfBytes |
indexOf(String substring)
Creates a new
StringOperators.IndexOfBytes given substring. |
public StringOperators.IndexOfBytes indexOf(String substring)
StringOperators.IndexOfBytes given substring.substring - must not be null.StringOperators.IndexOfBytes.public StringOperators.IndexOfBytes indexOf(AggregationExpression expression)
StringOperators.IndexOfBytes given AggregationExpression that resolves to the substring.expression - must not be null.StringOperators.IndexOfBytes.public StringOperators.IndexOfBytes indexOf(Field fieldReference)
StringOperators.IndexOfBytes given Field that resolves to the substring.fieldReference - must not be null.StringOperators.IndexOfBytes.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.