MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / decoder

Method decoder

src/storage-types/src/sources.rs:1699–1701  ·  view source on GitHub ↗
(&self, col: Self::ArrowColumn)

Source from the content-addressed store, hash-verified

1697 type Encoder = SourceDataColumnarEncoder;
1698
1699 fn decoder(&self, col: Self::ArrowColumn) -> Result<Self::Decoder, anyhow::Error> {
1700 SourceDataColumnarDecoder::new(col, self)
1701 }
1702
1703 fn encoder(&self) -> Result<Self::Encoder, anyhow::Error> {
1704 Ok(SourceDataColumnarEncoder::new(self))

Callers 1

renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected