436437438439440441442443444445
// either use passed in "compiled" runtime scratch space, or create // new space. this.runtime_mem = (dynamic_info != null ? ((OpenConglomerateScratchSpace) dynamic_info) : new OpenConglomerateScratchSpace( conglomerate.format_ids, conglomerate.collation_ids)); }
581582583584585586587
**/ public DynamicCompiledOpenConglomInfo getDynamicCompiledConglomInfo( long conglomId) throws StandardException { return(new OpenConglomerateScratchSpace(format_ids, collation_ids)); }
578579580581582583584
* @exception StandardException Standard exception policy. **/ public DynamicCompiledOpenConglomInfo getDynamicCompiledConglomInfo() throws StandardException { return(new OpenConglomerateScratchSpace(format_ids, collation_ids)); }
442443444445446447448449
// either use passed in "compiled" runtime scratch space, or create // new space. this.runtime_mem = (dynamic_info != null ? ((OpenConglomerateScratchSpace) dynamic_info) : new OpenConglomerateScratchSpace(conglomerate.format_ids)); }
547548549550551552553
**/ public DynamicCompiledOpenConglomInfo getDynamicCompiledConglomInfo( long conglomId) throws StandardException { return(new OpenConglomerateScratchSpace(format_ids)); }
510511512513514515516
588589590591592593594595
* @exception StandardException Standard exception policy. **/ public DynamicCompiledOpenConglomInfo getDynamicCompiledConglomInfo() throws StandardException { return(new OpenConglomerateScratchSpace( format_ids, collation_ids, hasCollatedTypes)); }
427428429430431432433434435436
584585586587588589590