Home
last modified time | relevance | path

Searched refs:numPartitions (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTable.php123 public $numPartitions; variable in Google\\Service\\Bigquery\\Table
516 public function setNumPartitions($numPartitions) argument
518 $this->numPartitions = $numPartitions;
525 return $this->numPartitions;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractTermsAggregation.php60 public function setIncludeWithPartitions(int $partition, int $numPartitions): self argument
64 'num_partitions' => $numPartitions,