函数:create_query_table
产品支持情况
| 
          产品  | 
        
          是否支持  | 
       
|---|---|
| 
          | 
        
          x  | 
       
| 
          | 
        
          x  | 
       
| 
          | 
        
          x  | 
       
| 
          | 
        
          √  | 
       
| 
          | 
        
          x  | 
       
| 
          | 
        
          x  | 
       
使用说明
| 
          C函数原型  | 
        
          aclfvQueryTable *aclfvCreateQueryTable(uint32_t queryCnt, uint32_t tableLen, uint8_t *tableData, uint32_t tableDataLen)  | 
       
|---|---|
| 
          Python函数  | 
        
          query_table = acl.fv.create_query_table(query_cnt, table_len, table_data, table_data_len)  | 
       
| 
          函数功能  | 
        
          创建aclfvQueryTable类型的数据,表示创建检索输入表信息。 如需销毁aclfvQueryTable类型的数据,请参见函数:destroy_query_table。  | 
       
| 
          输入说明  | 
        
         
  | 
       
| 
          返回值说明  | 
        
          query_table:int,指针地址。 
  | 
       
| 
          约束说明  | 
        
          无  | 
       
| 
          参考资源  |