Skip to content

BplusTree Key's are not generic #4

@OneEyeLag

Description

@OneEyeLag

In ConstantSerializer we are assuming Index as Integer. We need to modify that logic to be generic enough for Constant class.

public class ConstantSerializer implements Serializer<D_Constant> {

  @Override
  public D_Constant read(LargeByteBuffer bb) {
    int ival = bb.getInt();
    return new D_Constant(ival);
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions