Commit 212dcc2e authored by Krzysztof Leśniak's avatar Krzysztof Leśniak
Browse files

Add operation_member function

This function is intended to index hive.operation members in similar
fashion to jsonb operators `->` and `->>`.

E.g.
```sql
Select _operation_member(body, 'value.author') from operations as op join operation_types as t on (op.op_type_id=t.id) where t.name = 'hive::protocol::comment_operation';
```
Will return author of comment operations.
parent 8b202250
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment