Traqula
Preparing search index...
@traqula/algebra-transformations-1-2
Algebra
Describe
Interface Describe
Algebra operation taking a single operation as input.
interface
Describe
{
input
:
Algebra
.
Operation
;
subType
?:
string
;
terms
:
(
Variable
|
NamedNode
<
string
>
)
[]
;
type
:
DESCRIBE
;
}
Hierarchy (
View Summary
)
Algebra
.
Single
Describe
Index
Properties
input
sub
Type?
terms
type
Properties
input
input
:
Algebra
.
Operation
Optional
sub
Type
subType
?:
string
terms
terms
:
(
Variable
|
NamedNode
<
string
>
)
[]
type
type
:
DESCRIBE
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
input
sub
Type
terms
type
Traqula
Loading...
Algebra operation taking a single operation as input.