Home
last modified time | relevance | path

Searched refs:queryList (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DHiveJob.php105 public function setQueryList(QueryList $queryList) argument
107 $this->queryList = $queryList;
114 return $this->queryList;
H A DSparkSqlJob.php103 public function setQueryList(QueryList $queryList) argument
105 $this->queryList = $queryList;
112 return $this->queryList;
H A DPigJob.php121 public function setQueryList(QueryList $queryList) argument
123 $this->queryList = $queryList;
130 return $this->queryList;
H A DPrestoJob.php135 public function setQueryList(QueryList $queryList) argument
137 $this->queryList = $queryList;
144 return $this->queryList;