Searched refs:GetColumnShape (Results 1 – 2 of 2) sorted by relevance
90 std::vector<std::vector<int64_t>> GetColumnShape() { return column_shape_; } in GetColumnShape() function
75 std::vector<std::vector<int64_t>> col_shapes = shard_reader_->GetShardColumn()->GetColumnShape(); in Init()