From 044c6c50be693c74b4fe6073f7a887c0aa55f529 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E5=BB=BA=E4=B8=9C?= <617601767@qq.com> Date: Mon, 5 Aug 2024 10:52:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=88=97=E8=A1=A8=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Hadoop/ZKLT.Hadoop/TableService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Hadoop/ZKLT.Hadoop/TableService.cs b/Hadoop/ZKLT.Hadoop/TableService.cs index 3d2850d..3a4d9d1 100644 --- a/Hadoop/ZKLT.Hadoop/TableService.cs +++ b/Hadoop/ZKLT.Hadoop/TableService.cs @@ -765,6 +765,8 @@ namespace ZKLT.Hadoop /// 数据表 /// 条件 /// 数据 + /// 排序 + /// 筛选返回字段 /// 结果集 public T[] Query(HDP_Source source, HDP_Table table, JContainer? where, JContainer? data, JContainer? order, string[]? col)