public class StringOperators extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StringOperators.Concat
AggregationExpression for $concat. |
static class |
StringOperators.IndexOfBytes
AggregationExpression for $indexOfBytes. |
static class |
StringOperators.IndexOfCP
AggregationExpression for $indexOfCP. |
static class |
StringOperators.Split
AggregationExpression for $split. |
static class |
StringOperators.StrCaseCmp
AggregationExpression for $strcasecmp. |
static class |
StringOperators.StringOperatorFactory |
static class |
StringOperators.StrLenBytes
AggregationExpression for $strLenBytes. |
static class |
StringOperators.StrLenCP
AggregationExpression for $strLenCP. |
static class |
StringOperators.Substr
AggregationExpression for $substr. |
static class |
StringOperators.SubstrCP
AggregationExpression for $substrCP. |
static class |
StringOperators.ToLower
AggregationExpression for $toLower. |
static class |
StringOperators.ToUpper
AggregationExpression for $toUpper. |
| Constructor and Description |
|---|
StringOperators() |
| Modifier and Type | Method and Description |
|---|---|
static StringOperators.StringOperatorFactory |
valueOf(AggregationExpression fieldReference)
Take the array referenced by given fieldReference.
|
static StringOperators.StringOperatorFactory |
valueOf(String fieldReference)
Take the array referenced by given fieldReference.
|
public static StringOperators.StringOperatorFactory valueOf(String fieldReference)
fieldReference - must not be null.public static StringOperators.StringOperatorFactory valueOf(AggregationExpression fieldReference)
fieldReference - must not be null.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.