Skip to content

Implement missing heavydb types #511

@guilhermeleobas

Description

@guilhermeleobas
  • Column<Array>, T=[bool, int(8/16/32/64), float, double, TextEncodingDict]
    • getItem
    • isNull
    • setNull
    • concatItem
    • getDictId
  • ColumnList<Array>, T=[bool, int(8/16/32/64), float, double]
  • Column
    • isNull
    • setNull
  • DayTimeInterval
    • DayTimeInterval(int64_t)
    • operator==(DayTimeInterval)
    • operator!=(DayTimeInterval)
    • operator+(Timestamp)
    • operator*(int64_t)
    • numStepsBetween(Timestamp, Timestamp)
  • YearMonthTimeInterval
    • YearMonthInterval(int64_t)
    • operator==(YearMonthTimeInterval)
    • operator!=(YearMonthTimeInterval)
    • operator+(Timestamp)
    • operator*(int64_t)
    • numStepsBetween
  • TableFunctionManager
    • set_output_array_values_total_number
    • disable_output_allocations
    • enable_output_allocations
    • getNewDictId
    • getCString
    • getOrAddTransient
  • GeoPoint
  • GeoMultiPoint
  • GeoLineString
  • GeoMultiLineString
  • GeoPolygon
  • GeoMultiPolygon

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