Skip to content

align CPP Table API with Java/Rust builder pattern #293

@fresh-borzoni

Description

@fresh-borzoni

Search before asking

  • I searched in the issues and found nothing similar.

Description

expose smth like this:

  auto upsert = table.NewUpsert();
  upsert.WithTargetColumns({"a", "b"});
  upsert.CreateWriter(writer);

  auto append = table.NewAppend();
  append.CreateWriter(writer);

  auto lookup = table.NewLookup();
  lookup.CreateLookuper(lookuper);

Willingness to contribute

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions