A tool to compile SQL to Elasticsearch queries
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Dylan Baker b29cf12916 Just use _source instead of _source + fields 4年前
..
compiler.rs Just use _source instead of _source + fields 4年前
error.rs Compile select expressions 4年前
lexer.rs Allow . and * in identifiers 4年前
lib.rs Compile select expressions 4年前
main.rs Print compilation result from main 4年前
parser.rs Parse fields in SELECT 4年前
token.rs Allow . and * in identifiers 4年前