net.sf.farrago.fem.fennel
Interface FemLhxJoinStreamDefClass
- All Superinterfaces:
- RefBaseObject, RefClass, RefFeatured
- All Known Implementing Classes:
- FemLhxJoinStreamDefClass$Hib
public interface FemLhxJoinStreamDefClass
- extends RefClass
LhxJoinStreamDef class proxy interface.
Note: This type should not be subclassed,
implemented or directly instantiated by clients. It is generated from a
MOF metamodel and implemented by Enki or MDR.
Method Summary |
FemLhxJoinStreamDef |
createFemLhxJoinStreamDef()
The default factory operation used to create an instance object. |
FemLhxJoinStreamDef |
createFemLhxJoinStreamDef(String name,
FemTupleDescriptor outputDesc,
FemTupleProjection leftKeyProj,
FemTupleProjection rightKeyProj,
long numBuildRows,
long cndBuildKeys,
boolean leftInner,
boolean rightInner,
boolean leftOuter,
boolean rightOuter,
boolean isSetopDistinct,
boolean isSetopAll,
FemTupleProjection filterNullProj)
Creates an instance object having attributes initialized by the passed
values. |
createFemLhxJoinStreamDef
FemLhxJoinStreamDef createFemLhxJoinStreamDef()
- The default factory operation used to create an instance object.
- Returns:
- The created instance object.
createFemLhxJoinStreamDef
FemLhxJoinStreamDef createFemLhxJoinStreamDef(String name,
FemTupleDescriptor outputDesc,
FemTupleProjection leftKeyProj,
FemTupleProjection rightKeyProj,
long numBuildRows,
long cndBuildKeys,
boolean leftInner,
boolean rightInner,
boolean leftOuter,
boolean rightOuter,
boolean isSetopDistinct,
boolean isSetopAll,
FemTupleProjection filterNullProj)
- Creates an instance object having attributes initialized by the passed
values.
- Parameters:
name
- outputDesc
- leftKeyProj
- rightKeyProj
- numBuildRows
- cndBuildKeys
- leftInner
- rightInner
- leftOuter
- rightOuter
- isSetopDistinct
- isSetopAll
- filterNullProj
-
- Returns:
- The created instance object.