public class BindingSetSortKeyBuilder extends Object implements ISortKeyBuilder<IBindingSet>
IBindingSets.| Constructor and Description |
|---|
BindingSetSortKeyBuilder(IKeyBuilder keyBuilder,
IVariable[] vars) |
public BindingSetSortKeyBuilder(IKeyBuilder keyBuilder, IVariable[] vars)
keyBuilder - Used to generate the unsigned byte[] key for each bound
variable. In particular, the configuration for the
IKeyBuilder governs how Unicode fields are handled.vars - An array of IVariables, all of which MUST be bound.public byte[] getSortKey(IBindingSet bindingSet)
ISortKeyBuildergetSortKey in interface ISortKeyBuilder<IBindingSet>bindingSet - Some object (required).Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.