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

Fetch a blob of serialized FtColumns from the database.