pub async fn get_objects(
    conn: &mut IndexerConnection,
    query: String
) -> Result<Vec<Vec<u8>>>
Expand description

Fetch multiple blobs of serialized FtColumns from the database.