“b2325071a72c4c37c98046beb9cd7801bcd706b0”上不存在“docs/en/14-reference/03-connector/go.mdx”
提交 b5c2ee1d 编写于 作者: dengyihao's avatar dengyihao

add index to ins_tables

上级 974bc4b7
......@@ -2734,6 +2734,45 @@ typedef struct {
__sys_filter fltFunc;
} SSTabFltFuncDef;
static int32_t systFilterDbName(void* pMeta, SNode* pNode, SArray* result) {
// impl later
return -1;
}
static int32_t sysFilteVgroupId(void* pMeta, SNode* pNode, SArray* result) {
// impl later
return -1;
}
static int32_t sysFilteTableName(void* pMeta, SNode* pNode, SArray* result) {
// impl later
return -1;
}
static int32_t sysFilteCreateTime(void* pMeta, SNode* pNode, SArray* result) {
// impl later
return -1;
}
static int32_t sysFilteNcolumn(void* pMeta, SNode* pNode, SArray* result) {
// impl later
return -1;
}
static int32_t sysFilteTtl(void* pMeta, SNode* pNode, SArray* result) {
// impl later
return -1;
}
static int32_t sysFilteSTableName(void* pMeta, SNode* pNode, SArray* result) {
// impl later
return -1;
}
static int32_t sysFilteUid(void* pMeta, SNode* pNode, SArray* result) {
// impl later
return -1;
}
static int32_t sysFilteType(void* pMeta, SNode* pNode, SArray* result) {
// impl later
return -1;
}
const SSTabFltFuncDef filterDict[] = {
{.name = "table_name", .fltFunc = NULL}, {.name = "db_name", .fltFunc = NULL},
{.name = "create_time", .fltFunc = NULL}, {.name = "columns", .fltFunc = NULL},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册