Contains data stored as part of a record.
◆ __init__()
def confluo.rpc.schema.Field.__init__ |
( |
|
self, |
|
|
|
idx, |
|
|
|
data_type, |
|
|
|
data |
|
) |
| |
Initializes the field to the data passed in.
Args:
idx: The index of the field.
data_type: The data type the value of the field contains.
data: The data that the field contains.
◆ unpack()
def confluo.rpc.schema.Field.unpack |
( |
|
self | ) |
|
Unpacks the field to get the data.
Returns:
The data in the field.
The documentation for this class was generated from the following file:
- /Users/anuragk/Work/Projects/Confluo/confluo/pyclient/confluo/rpc/schema.py