Class: AlgebraDB::Value::JSONB

Inherits:
AlgebraDB::Value show all
Defined in:
lib/algebra_db/value/jsonb.rb

Overview

Represents Postgres JSONB values.

Defined Under Namespace

Classes: Decoder

Instance Attribute Summary

Attributes inherited from AlgebraDB::Value

#builder

Instance Method Summary collapse

Methods inherited from AlgebraDB::Value

#render_syntax, #to_select_item

Methods included from Operations::Definition

#binop

Instance Method Details

#decoderObject



14
15
16
# File 'lib/algebra_db/value/jsonb.rb', line 14

def decoder
  Decoder.new
end