Searched defs:start_vector (Results 1 – 6 of 6) sorted by relevance
39 pub fn start_vector(&mut self) -> VectorBuilder { in start_vector() method
46 pub fn start_vector(&mut self, key: &str) -> VectorBuilder { in start_vector() method
262 pub fn start_vector(&'a mut self) -> VectorBuilder<'a> { in start_vector() method
51 fn start_vector(&mut self) { in start_vector() method
1029 const std::vector<int64_t>& start_vector, in ComputeShapeForSlice()1100 std::vector<int64_t> start_vector; in ProcessSliceNode() local
229 pub fn start_vector<T: Push>(&mut self, num_items: usize) { in start_vector() method