Searched refs:kSparse (Results 1 – 2 of 2) sorted by relevance
60 kSparse, enumerator70 NullableVector() : NullableVector<T>(Mode::kSparse) {} in NullableVector()80 static NullableVector<T> Sparse() { return NullableVector<T>(Mode::kSparse); } in Sparse()171 Mode mode_ = Mode::kSparse;
144 enum BenchmarkType { kDense, kSparse, kVarLenDense, kRagged }; enumerator182 case kSparse: in ParseExample()244 case kSparse: in ParseExampleV2()256 auto& sparse_keys = (bm_type == kSparse) ? keys_t : empty_keys; in ParseExampleV2()260 int num_sparse = opt.benchmark_type == kSparse ? num_keys : 0; in ParseExampleV2()311 case kSparse: in ParseSingleExample()333 typedef BenchmarkOptions<ExampleStore<BytesFiller>, kSparse> SparseString;338 typedef BenchmarkOptions<ExampleStore<Int64Filler>, kSparse> SparseInt64;343 typedef BenchmarkOptions<ExampleStore<FloatFiller>, kSparse> SparseFloat;