| AbstractArrayContainsFunction |
Encapsulates the validator, return type and argument type resolvers for the array_contains function.
|
| AbstractArrayFillFunction |
Encapsulates the validator, return type and argument type resolvers for the array_contains function.
|
| AbstractArrayOverlapsFunction |
Encapsulates the validator, return type and argument type resolvers for the array_overlaps function.
|
| AbstractArrayPositionFunction |
Encapsulates the validator, return type and argument type resolvers for the array_position functions.
|
| AbstractArrayPositionsFunction |
Encapsulates the validator, return type and argument type resolvers for the array_positions functions.
|
| AbstractArrayRemoveFunction |
Encapsulates the validator, return type and argument type resolvers for the array_remove functions.
|
| AbstractArrayTrimFunction |
Encapsulates the validator, return type and argument type resolvers for the array_remove functions.
|
| ArrayArgumentValidator |
|
| ArrayConcatElementFunction |
Concatenation function for array and an element.
|
| ArrayConcatFunction |
Concatenation function for arrays.
|
| ArrayConstructorFunction |
|
| ArrayContainsUnnestFunction |
Implement the array contains function by using unnest.
|
| ArrayGetUnnestFunction |
Implement the array get function by using unnest.
|
| ArrayOverlapsUnnestFunction |
Implement the overlaps function by using unnest.
|
| ArrayRemoveIndexUnnestFunction |
Implement the array remove index function by using unnest.
|
| ArrayReplaceUnnestFunction |
Implement the array replace function by using unnest.
|
| ArraySetUnnestFunction |
Implement the array set function by using unnest.
|
| ArraySliceUnnestFunction |
Implement the array slice function by using unnest.
|
| ArrayToStringFunction |
|
| OracleArrayAggEmulation |
|