Introduce many SingleStore wrappers

This commit is contained in:
Clément Renault 2019-10-03 15:04:11 +02:00
parent a5bfbf244c
commit c4bd13bcdf
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
16 changed files with 678 additions and 109 deletions

View file

@ -3,7 +3,9 @@ use serde::ser;
use crate::{DocumentId, RankedMap};
use crate::raw_indexer::RawIndexer;
use super::{RamDocumentStore, SerializerError, ConvertToString, ConvertToNumber, Indexer};
use crate::serde::RamDocumentStore;
use super::{SerializerError, ConvertToString, ConvertToNumber, Indexer};
pub struct Serializer<'a> {
pub schema: &'a Schema,