eis/mix_cc/ihyper_db.h

20 lines
571 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @file mix_cc/ihyper_db.h
* @brief 查询ihyperDB的库默认的querybath使用差值查询方法
* @author Cat (null.null.null@qq.com)
* @version 0.1
* @date 2021-05-07
*
* Copyright: Baosight Co. Ltd.
* DO NOT COPY/USE WITHOUT PERMISSION
*
*/
#pragma once
#include "mix_cc/ihyper_db/connection.h"
#include "mix_cc/ihyper_db/query_batch.h"
#include "mix_cc/ihyper_db/read_data_stats.h"
#include "mix_cc/ihyper_db/read_tag_info.h"
#include "mix_cc/ihyper_db/add_tag.h"
#include "mix_cc/ihyper_db/add_data_record.h"
#include "mix_cc/ihyper_db/utility.h"