Skip to content

Add custom type converter #115

@0x26res

Description

@0x26res

The API is roughly:

class CustomConverter:
  def to_custom(table: pa.RecordBatch) -> pa.RecordBatch:
     pass

  def from_custom(table: pa.RecordBatch) -> pa.RecordBatch:
     pass

They should be registered to a Message type with a schema. Schema will be enforced.

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