| UdfReturnType Enumeration |
Indicates which type is returned from a user-defined function (UDF).
Namespace:
SphinxConnector.FluentApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntax public enum UdfReturnType
Public Enumeration UdfReturnType
Members
| Member name | Value | Description |
---|
| Int | 0 |
Indicates that the type returned is a 32-bit integer.
|
| BigInt | 1 |
Indicates that the type returned is a 64-bit integer.
|
| Float | 2 |
Indicates that the type returned is a single precision floating point number.
|
| String | 3 |
Indicates that the type returned is a string.
|
See Also