89909192939495
if(idType.equals(CField.CDataType.BIGINT)){ Long offsetLong = (Long)paddedId; return offsetLong + (2*spacingOfNextIndex); } throw new RhombusException("Index Id type not compatible with faking it"); }
144145146147148149150
if(idType.equals(CField.CDataType.BIGINT)){ return (Long)id; } throw new RhombusException("Index Id type not compatible with faking it"); }
176177178179180181182183
if(idType.equals(CField.CDataType.BIGINT)){ return Long.valueOf(counter); } throw new RhombusException("Index Id type not compatible with faking it"); }