Package io.deephaven.engine.table
Interface DataIndexOptions.Builder
- Enclosing interface:
- DataIndexOptions
public static interface DataIndexOptions.Builder
The builder interface to construct a
DataIndexOptions
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build theDataIndexOptions
.operationUsesPartialTable
(boolean usesPartialTable) Set whether this operation only uses a subset of the data index.
-
Method Details
-
operationUsesPartialTable
Set whether this operation only uses a subset of the data index.- Parameters:
usesPartialTable
- true if this operation only uses a partial table- Returns:
- this builder
-
build
DataIndexOptions build()Build theDataIndexOptions
.- Returns:
- an immutable DataIndexOptions structure.
-