Class CalciteServer.Client

    • Constructor Detail

      • Client

        public Client​(org.apache.thrift.protocol.TProtocol prot)
      • Client

        public Client​(org.apache.thrift.protocol.TProtocol iprot,
                      org.apache.thrift.protocol.TProtocol oprot)
    • Method Detail

      • ping

        public void ping()
                  throws org.apache.thrift.TException
        Specified by:
        ping in interface CalciteServer.Iface
        Throws:
        org.apache.thrift.TException
      • send_ping

        public void send_ping()
                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_ping

        public void recv_ping()
                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • shutdown

        public void shutdown()
                      throws org.apache.thrift.TException
        Specified by:
        shutdown in interface CalciteServer.Iface
        Throws:
        org.apache.thrift.TException
      • send_shutdown

        public void send_shutdown()
                           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_shutdown

        public void recv_shutdown()
                           throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_getExtensionFunctionWhitelist

        public void send_getExtensionFunctionWhitelist()
                                                throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_getExtensionFunctionWhitelist

        public String recv_getExtensionFunctionWhitelist()
                                                  throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_getUserDefinedFunctionWhitelist

        public void send_getUserDefinedFunctionWhitelist()
                                                  throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_getUserDefinedFunctionWhitelist

        public String recv_getUserDefinedFunctionWhitelist()
                                                    throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_getRuntimeExtensionFunctionWhitelist

        public void send_getRuntimeExtensionFunctionWhitelist()
                                                       throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_getRuntimeExtensionFunctionWhitelist

        public String recv_getRuntimeExtensionFunctionWhitelist()
                                                         throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_setRuntimeExtensionFunctions

        public void recv_setRuntimeExtensionFunctions()
                                               throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_updateMetadata

        public void send_updateMetadata​(String catalog,
                                        String table)
                                 throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_updateMetadata

        public void recv_updateMetadata()
                                 throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • send_getCompletionHints

        public void send_getCompletionHints​(String user,
                                            String passwd,
                                            String catalog,
                                            List<String> visible_tables,
                                            String sql,
                                            int cursor)
                                     throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException
      • recv_getCompletionHints

        public List<TCompletionHint> recv_getCompletionHints()
                                                      throws org.apache.thrift.TException
        Throws:
        org.apache.thrift.TException