View Source argo_record_value (argo v1.0.0)

Summary

Types

-type t() :: #argo_record_value{}.

Functions

Link to this function

insert(RecordValue, FieldValue)

View Source
-spec insert(RecordValue, FieldValue) -> RecordValue
          when RecordValue :: t(), FieldValue :: argo_field_value:t().
-spec new() -> RecordValue when RecordValue :: t().
Link to this function

present_fields_count(RecordValue)

View Source
-spec present_fields_count(RecordValue) -> non_neg_integer() when RecordValue :: t().
Link to this function

to_record_wire_type(RecordValue)

View Source
-spec to_record_wire_type(RecordValue) -> RecordWireType
                       when RecordValue :: t(), RecordWireType :: argo_record_wire_type:t().