Uses of Class
com.omnisci.thrift.calciteserver.TCompletionHint
-
Packages that use TCompletionHint Package Description com.omnisci.thrift.calciteserver com.omnisci.thrift.server -
-
Uses of TCompletionHint in com.omnisci.thrift.calciteserver
Methods in com.omnisci.thrift.calciteserver that return TCompletionHint Modifier and Type Method Description TCompletionHintTCompletionHint. deepCopy()TCompletionHintTCompletionHint. setHints(List<String> hints)TCompletionHintTCompletionHint. setReplaced(String replaced)TCompletionHintTCompletionHint. setType(TCompletionHintType type)Methods in com.omnisci.thrift.calciteserver with parameters of type TCompletionHint Modifier and Type Method Description intTCompletionHint. compareTo(TCompletionHint other)booleanTCompletionHint. equals(TCompletionHint that)Constructors in com.omnisci.thrift.calciteserver with parameters of type TCompletionHint Constructor Description TCompletionHint(TCompletionHint other)Performs a deep copy on other. -
Uses of TCompletionHint in com.omnisci.thrift.server
Fields in com.omnisci.thrift.server with type parameters of type TCompletionHint Modifier and Type Field Description List<TCompletionHint>OmniSci.get_completion_hints_result. successMethods in com.omnisci.thrift.server that return types with arguments of type TCompletionHint Modifier and Type Method Description List<TCompletionHint>OmniSci.Client. get_completion_hints(String session, String sql, int cursor)List<TCompletionHint>OmniSci.Iface. get_completion_hints(String session, String sql, int cursor)List<TCompletionHint>OmniSci.AsyncClient.get_completion_hints_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TCompletionHint>>OmniSci.AsyncProcessor.get_completion_hints. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TCompletionHint>OmniSci.get_completion_hints_result. getSuccess()Iterator<TCompletionHint>OmniSci.get_completion_hints_result. getSuccessIterator()List<TCompletionHint>OmniSci.Client. recv_get_completion_hints()Methods in com.omnisci.thrift.server with parameters of type TCompletionHint Modifier and Type Method Description voidOmniSci.get_completion_hints_result. addToSuccess(TCompletionHint elem)Method parameters in com.omnisci.thrift.server with type arguments of type TCompletionHint Modifier and Type Method Description voidOmniSci.AsyncClient. get_completion_hints(String session, String sql, int cursor, org.apache.thrift.async.AsyncMethodCallback<List<TCompletionHint>> resultHandler)voidOmniSci.AsyncIface. get_completion_hints(String session, String sql, int cursor, org.apache.thrift.async.AsyncMethodCallback<List<TCompletionHint>> resultHandler)OmniSci.get_completion_hints_resultOmniSci.get_completion_hints_result. setSuccess(List<TCompletionHint> success)voidOmniSci.AsyncProcessor.get_completion_hints. start(I iface, OmniSci.get_completion_hints_args args, org.apache.thrift.async.AsyncMethodCallback<List<TCompletionHint>> resultHandler)Constructor parameters in com.omnisci.thrift.server with type arguments of type TCompletionHint Constructor Description get_completion_hints_call(String session, String sql, int cursor, org.apache.thrift.async.AsyncMethodCallback<List<TCompletionHint>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)get_completion_hints_result(List<TCompletionHint> success, TOmniSciException e)
-