/* * Copyright (c) 2019 TAOS Data, Inc. <jhtao@taosdata.com> * * This program is free software: you can use, redistribute, and/or modify * it under the terms of the GNU Affero General Public License, version 3 * or later ("AGPL"), as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */#ifndef _TD_TCOMPARE_H_#define _TD_TCOMPARE_H_#include "compare.h"#include "ttypes.h"#ifdef __cplusplusextern"C"{#endifint32_tcompareStrPatternComp(constvoid*pLeft,constvoid*pRight);int32_tcompareWStrPatternComp(constvoid*pLeft,constvoid*pRight);__compar_fn_tgetComparFunc(int32_ttype,int32_toptr);__compar_fn_tgetKeyComparFunc(int32_tkeyType,int32_torder);int32_tdoCompare(constchar*a,constchar*b,int32_ttype,size_tsize);#ifdef __cplusplus}#endif#endif /*_TD_TCOMPARE_H_*/