Package | Description |
---|---|
com.pervasive.datarush.functions |
Provides classes and interfaces related to defining functions on records.
|
Modifier and Type | Method and Description |
---|---|
static Strings.NullConcatenation |
Strings.NullConcatenation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Strings.NullConcatenation[] |
Strings.NullConcatenation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ScalarValuedFunction |
Strings.concat(Strings.NullConcatenation nullHandling,
List<ScalarValuedFunction> exprs)
Builds a function returning a concatenation of the string
representations of the evaluated expressions.
|
static ScalarValuedFunction |
Strings.concat(Strings.NullConcatenation nullHandling,
ScalarValuedFunction... exprs)
Builds a function returning a concatenation of the string
representations of the evaluated expressions.
|
Copyright © 2016 Actian Corporation. All rights reserved.