Skip to content

Remove duplicating polymorphism of ColumnValueSelectors #4800

@leventov

Description

@leventov

E. g. remove ColumnSelectorFactory.makeFloat/Double/Long/ObjectColumnSelector, and leave only one method "makeColumnValueSelector". Users which need different specializations could call corresponding methods on ColumnValueSelector itself: getFloat()/getDouble/getLong().

This change will allow to reduce code duplication in IndexedDoubles, IndexedLongs and IndexedFloats.

Metadata

Metadata

Assignees

No one assigned

    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