Home
last modified time | relevance | path

Searched refs:QueryTeleProtoImpl (Results 1 – 8 of 8) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/querytele/
H A Dqueryteleprotoimpl.h26 class QueryTeleProtoImpl
29 explicit QueryTeleProtoImpl(const QueryTeleServerParms&);
30 ~QueryTeleProtoImpl() { } in ~QueryTeleProtoImpl()
H A Dqueryteleprotoimpl.cpp354 QueryTeleProtoImpl::QueryTeleProtoImpl(const QueryTeleServerParms& sp) : in QueryTeleProtoImpl() function in querytele::QueryTeleProtoImpl
375 int QueryTeleProtoImpl::enqStepTele(const StepTele& stdata) in enqStepTele()
411 int QueryTeleProtoImpl::enqQueryTele(const QueryTele& qtdata) in enqQueryTele()
433 int QueryTeleProtoImpl::enqImportTele(const ImportTele& itdata) in enqImportTele()
455 int QueryTeleProtoImpl::waitForQueues() in waitForQueues()
H A Dqueryteleclient.cpp191 fProtoImpl = new QueryTeleProtoImpl(fServerParms); in QueryTeleClient()
206 fProtoImpl = new QueryTeleProtoImpl(*rhs.fProtoImpl); in QueryTeleClient()
219 fProtoImpl = new QueryTeleProtoImpl(*rhs.fProtoImpl); in operator =()
234 fProtoImpl = new QueryTeleProtoImpl(fServerParms); in serverParms()
H A Dqueryteleclient.h40 class QueryTeleProtoImpl; variable
83 QueryTeleProtoImpl* fProtoImpl;
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/querytele/
H A Dqueryteleprotoimpl.h26 class QueryTeleProtoImpl
29 explicit QueryTeleProtoImpl(const QueryTeleServerParms&);
30 ~QueryTeleProtoImpl() { } in ~QueryTeleProtoImpl()
H A Dqueryteleprotoimpl.cpp354 QueryTeleProtoImpl::QueryTeleProtoImpl(const QueryTeleServerParms& sp) : in QueryTeleProtoImpl() function in querytele::QueryTeleProtoImpl
375 int QueryTeleProtoImpl::enqStepTele(const StepTele& stdata) in enqStepTele()
411 int QueryTeleProtoImpl::enqQueryTele(const QueryTele& qtdata) in enqQueryTele()
433 int QueryTeleProtoImpl::enqImportTele(const ImportTele& itdata) in enqImportTele()
455 int QueryTeleProtoImpl::waitForQueues() in waitForQueues()
H A Dqueryteleclient.cpp191 fProtoImpl = new QueryTeleProtoImpl(fServerParms); in QueryTeleClient()
206 fProtoImpl = new QueryTeleProtoImpl(*rhs.fProtoImpl); in QueryTeleClient()
219 fProtoImpl = new QueryTeleProtoImpl(*rhs.fProtoImpl); in operator =()
234 fProtoImpl = new QueryTeleProtoImpl(fServerParms); in serverParms()
H A Dqueryteleclient.h40 class QueryTeleProtoImpl; variable
83 QueryTeleProtoImpl* fProtoImpl;