[improvement][chat]Rename SemanticLayer to SemanticInterpreter

This commit is contained in:
jerryjzhang
2023-10-08 09:30:10 +08:00
parent 99ac17a5e4
commit b565b9c4e5
27 changed files with 86 additions and 86 deletions

View File

@@ -31,7 +31,7 @@ import java.util.List;
* as proxy to a remote semantic service.
* </p>
*/
public interface SemanticLayer {
public interface SemanticInterpreter {
QueryResultWithSchemaResp queryByStruct(QueryStructReq queryStructReq, User user);