Class: Pgvector::PG::BinaryEncoder::Bit
- Inherits:
-
PG::SimpleEncoder
- Object
- PG::SimpleEncoder
- Pgvector::PG::BinaryEncoder::Bit
- Defined in:
- lib/pgvector/pg.rb
Instance Method Summary collapse
Instance Method Details
#encode(value) ⇒ Object
56 57 58 |
# File 'lib/pgvector/pg.rb', line 56 def encode(value) value.to_binary end |