Uses of Class
ai.heavy.thrift.server.TArrowTransport
-
Packages that use TArrowTransport Package Description ai.heavy.thrift.server -
-
Uses of TArrowTransport in ai.heavy.thrift.server
Fields in ai.heavy.thrift.server declared as TArrowTransport Modifier and Type Field Description TArrowTransportHeavy.sql_execute_df_args. transport_methodMethods in ai.heavy.thrift.server that return TArrowTransport Modifier and Type Method Description static TArrowTransportTArrowTransport. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TArrowTransportHeavy.sql_execute_df_args. getTransport_method()static TArrowTransportTArrowTransport. valueOf(String name)Returns the enum constant of this type with the specified name.static TArrowTransport[]TArrowTransport. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.heavy.thrift.server with parameters of type TArrowTransport Modifier and Type Method Description voidHeavy.Client. send_sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method)Heavy.sql_execute_df_argsHeavy.sql_execute_df_args. setTransport_method(TArrowTransport transport_method)voidHeavy.AsyncClient. sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method, org.apache.thrift.async.AsyncMethodCallback<TDataFrame> resultHandler)voidHeavy.AsyncIface. sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method, org.apache.thrift.async.AsyncMethodCallback<TDataFrame> resultHandler)TDataFrameHeavy.Client. sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method)TDataFrameHeavy.Iface. sql_execute_df(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method)Constructors in ai.heavy.thrift.server with parameters of type TArrowTransport Constructor Description sql_execute_df_args(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method)sql_execute_df_call(String session, String query, TDeviceType device_type, int device_id, int first_n, TArrowTransport transport_method, org.apache.thrift.async.AsyncMethodCallback<TDataFrame> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-