Skip to content

Improve GetIndexedField in protobuf #7146

@izveigor

Description

@izveigor

Is your feature request related to a problem or challenge?

Follow on to #6936.
The current implementation GetIndexedField in protocol buffer does not support optional argument extra_key (except of this, GetIndexedField supports only two required arguments).

So, what we should do:

  • We can call GetIndexedField in protocol buffer without extra_key (like index[i])
  • We can call GetIndexedField in protocol buffer with extra_key (like index[i:j])

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions