public interface INeedsMaterialization
IVValueExpression
need materialized terms to perform their
evaluation. Those that do can implement this interface, and specify which
terms they need materialized.Modifier and Type | Interface and Description |
---|---|
static class |
INeedsMaterialization.Requirement |
Modifier and Type | Method and Description |
---|---|
INeedsMaterialization.Requirement |
getRequirement()
Does the bop always need materialized variables, or can it sometimes
operate on inline terms without materialization? If sometimes, we'll
run it before the materialization pipeline steps in an effort to avoid
unnecessary materialization overhead.
|
INeedsMaterialization.Requirement getRequirement()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.