enricher 모듈
서로 다른 세분성 및 집계를 사용하여 데이터를 함께 조인하기 위한 제네릭 보강자 클래스를 정의합니다.
이 모듈에는 정적 함수 오버로드 get_max_date_by_granularity(max_date, granularity)
가 포함되어 있습니다. 여기서 세분성은 MonthGranularity, DayGranularity 또는 HourGranularity 중 하나입니다. 이러한 정적 메서드는 지정된 세분성에 따라 최대 데이터를 반환합니다.
클래스
Enricher |
기본 보강자 클래스를 정의합니다. 새 instance 초기화합니다. |
함수
get_max_date_by_granularity
시간 세분성에 따라 최대 날짜를 가져옵니다.
get_max_date_by_granularity(max_date, _granularity: HourGranularity | DayGranularity | MonthGranularity)
매개 변수
Name | Description |
---|---|
max_date
필수
|
|
_granularity
필수
|
|