Package | Description |
---|---|
be.SIRAPRISE.typeimplementations |
This package contains the SIRA_PRISE type and operator implementations.
|
be.SIRAPRISE.util |
This package contains various utility methods.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<TupleBuffer> |
JOIN_RELATION_RELATION.computePlainJoin(MyReadOnlySet<TupleBuffer> r1,
MyReadOnlySet<TupleBuffer> r2)
Computes the "plain" JOIN between the given relation arguments.
|
static java.util.Set<TupleBuffer> |
JOIN_RELATION_RELATION.computePlainJoin(MyReadOnlySet<TupleBuffer> r1,
MyReadOnlySet<TupleBuffer> r2)
Computes the "plain" JOIN between the given relation arguments.
|
static java.util.Set<TupleBuffer> |
JOIN_RELATION_RELATION.computePlainJoin(MyReadOnlySet<TupleBuffer> r1,
MyReadOnlySet<TupleBuffer> r2,
java.util.Set<NameIdentifier> partitioningKeys)
Computes the "plain" JOIN between the given relation arguments.
|
static java.util.Set<TupleBuffer> |
JOIN_RELATION_RELATION.computePlainJoin(MyReadOnlySet<TupleBuffer> r1,
MyReadOnlySet<TupleBuffer> r2,
java.util.Set<NameIdentifier> partitioningKeys)
Computes the "plain" JOIN between the given relation arguments.
|
Constructor and Description |
---|
DIVIDEBYPERInvocationResultDetails(Heading heading,
java.lang.String predicate,
java.util.Collection<? extends KeyDef> keyDefs,
MyReadOnlySet<NameIdentifier> dividendAttributeNames,
MyReadOnlySet<NameIdentifier> divisorAttributeNames)
Creates the DIVIDEBYPERInvocationResultDetails
|
DIVIDEBYPERInvocationResultDetails(Heading heading,
java.lang.String predicate,
java.util.Collection<? extends KeyDef> keyDefs,
MyReadOnlySet<NameIdentifier> dividendAttributeNames,
MyReadOnlySet<NameIdentifier> divisorAttributeNames)
Creates the DIVIDEBYPERInvocationResultDetails
|
UserDefinedTypeImplementation(NameIdentifier typeName,
UDTPhysicalPossrepImplementation physicalPossrepImplementation,
MyReadOnlySet<PossRepImplementation> nonPhysicalPossrepImplementations)
Creates the UserDefinedTypeImplementation
|
Modifier and Type | Method and Description |
---|---|
MyReadOnlySet<K> |
MyReadOnlyLinkedHashMap.keySet() |
MyReadOnlySet<K> |
MyReadOnlyMap.keySet() |