GetVal(std::vector<std::vector<int64_t >> &value)
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
x |
|
x |
|
x |
Function Description
Obtains the attribute value of the list list int type.
Prototype
1 | int32_t GetVal(std::vector<std::vector<int64_t >> &value) const = 0 |
Command-Line Options
Parameter |
Input/Output |
Description |
|---|---|---|
Value |
Output |
Obtains the attribute value of the list list int type. |
Returns
- 0: success
- Other values: failure. For details, see UDF Error Codes.
Troubleshooting
None
Constraints
None
Parent topic: Class AttrValue