Query Parser的意思|示意

美 / / 英 / /

查询解析器


Query Parser的网络常见释义

查询分析器 主要分为三个部分:1、查询分析器(query parser):将SQL分析为一颗树结构。

解析器 查询管理器: 查询解析器(Query parser):用于检查查询是否合法 查询重写器(Query rewriter):用于预优化查询 查询优化器(Query optimizer):用于优化查询 查询执行...

查询剖析器 查询剖析器(Query Parser):处理DML语言的指令叙述,检查语法正确后转换成低阶指令,以关联式资料库来说是转换成关联式代数,然后送到查询最佳化模组处理。

查询解析 (减少后期访问) 2.2 查询解析(query parser) 这一步是实现中最主要的操作,即架构图中 Driver 的大部分。下面将具体介绍其中的 每一个小步。

Query Parser相关例句

If format XML is used, an XML parser is used to parse and index the document, and both SQL query syntax and an XPath-like syntax can be used for querying.

如果使用xml格式,那么就需要使用一个xml解析器解析和索引文档,而且SQL查询语法和类xpath语法都可用于查询。

The query produced by the parser may not be as optimal as a human DBA might write, but it will return the correct results expected by the end user.

解析器所生成的查询或许不像人类 DBA 所写的那样为最佳的,但是它将返回终端用户所期望的正确结果。

Org.eclipse.jdt.core, which contains the JDT API including the AST parser and query framework.

其中包含JDT API,其中又包含A ST分析和查询架构。

The query parser just enables decoding the Lucene query syntax into the corresponding query object. Search can be executed in two different ways.

查询解析器(query parser)仅仅指定解码Lucene查询语法(Lucene query syntax)到相应的query对象。

Many applications do not need the full power of the Lucene query Parser Syntax, especially the use of wildcards and other more advanced query types.

很多应用程序都不需要Lucene Query parser语法的全部,尤其是使用通配符和其他高级查询类型的情况下就更是如此。

The only remedy is to invoke the XML parser at query execution time to "look into" the XML documents such that search conditions can be evaluated.

惟一的补救方法是,在执行查询时调用 XML 解析器来“搜索” XML 文档,以便找到符合搜索条件的内容。