This is an automated email from the ASF dual-hosted git repository.

diwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/doris-sdk.git


The following commit(s) were added to refs/heads/main by this push:
     new d075bbf  [feature]add new data types (#8)
d075bbf is described below

commit d075bbfd49a00e289bb1bf0559cba35ca06f2612
Author: Petrichor <[email protected]>
AuthorDate: Tue Mar 26 11:20:10 2024 +0800

    [feature]add new data types (#8)
---
 thrift-service/src/main/thrift/Types.thrift | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/thrift-service/src/main/thrift/Types.thrift 
b/thrift-service/src/main/thrift/Types.thrift
index 6e17265..743bd66 100644
--- a/thrift-service/src/main/thrift/Types.thrift
+++ b/thrift-service/src/main/thrift/Types.thrift
@@ -88,7 +88,13 @@ enum TPrimitiveType {
   DECIMAL64,
   DECIMAL128I,
   JSONB,
-  UNSUPPORTED
+  UNSUPPORTED,
+  VARIANT,
+  LAMBDA_FUNCTION,
+  AGG_STATE,
+  DECIMAL256,
+  IPV4,
+  IPV6
 }
 
 enum TTypeNodeType {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to