Datasets:
File size: 3,090 Bytes
e8c001c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | CREATE TABLE IF NOT EXISTS internal_platform_db.t_eis_feedaggregator2_feedforreddot_check_result_summary_classification_df (
`ds` BIGINT COMMENT 'NoComment',
`create_date` STRING COMMENT 'NoComment',
`feedid` STRING COMMENT 'NoComment',
`first_status` BIGINT COMMENT 'NoComment',
`first_update_time` STRING COMMENT 'NoComment',
`first_update_date` STRING COMMENT 'NoComment',
`second_status` BIGINT COMMENT 'NoComment',
`second_update_time` STRING COMMENT 'NoComment',
`second_update_date` STRING COMMENT 'NoComment',
`third_status` BIGINT COMMENT 'NoComment',
`third_update_time` STRING COMMENT 'NoComment',
`third_update_date` STRING COMMENT 'NoComment',
`source_from` STRING COMMENT 'NoComment',
`end_time` STRING COMMENT 'NoComment',
`end_date` STRING COMMENT 'NoComment',
`title` STRING COMMENT 'NoComment',
`json_buffer_` STRING COMMENT 'NoComment',
`createtime` STRING COMMENT 'NoComment',
`tag_class_level1` STRING COMMENT 'NoComment',
`tag_class_level2` STRING COMMENT 'NoComment',
`is_local` BIGINT COMMENT 'NoComment',
`type_source` BIGINT COMMENT 'NoComment',
`cityname` STRING COMMENT 'NoComment',
`orient_type` STRING COMMENT 'NoComment',
`cancel_reason` STRING COMMENT 'NoComment',
`status_class` STRING COMMENT 'NoComment',
`queue_name` STRING COMMENT 'NoComment',
`queue_out_name` STRING COMMENT 'NoComment',
`second_processor` STRING COMMENT 'NoComment',
`head_img_not_display` STRING COMMENT 'NoComment',
`review_status` BIGINT COMMENT 'NoComment',
`review_first_status` BIGINT COMMENT 'NoComment',
`review_first_update_time` STRING COMMENT 'NoComment',
`review_first_update_date` STRING COMMENT 'NoComment',
`review_first_processor` STRING COMMENT 'NoComment',
`reviedept_second_status` BIGINT COMMENT 'NoComment',
`reviedept_second_update_time` STRING COMMENT 'NoComment',
`reviedept_second_update_date` STRING COMMENT 'NoComment',
`reviedept_second_processor` STRING COMMENT 'NoComment',
`review_third_status` BIGINT COMMENT 'NoComment',
`review_third_update_time` STRING COMMENT 'NoComment',
`review_third_update_date` STRING COMMENT 'NoComment',
`force_status` BIGINT COMMENT 'NoComment',
`allow_show` STRING COMMENT 'NoComment',
`filter_type1` BIGINT COMMENT 'NoComment',
`filter_type2` BIGINT COMMENT 'NoComment',
`head_img_url` STRING COMMENT 'NoComment',
`cover_img_not_display` BIGINT COMMENT 'NoComment',
`cover_img_url` STRING COMMENT 'NoComment',
`review_status_class` STRING COMMENT 'NoComment',
`auto_title_type` BIGINT COMMENT 'NoComment',
`audit_create_source` STRING COMMENT 'NoComment',
`videoplaylen` BIGINT COMMENT 'NoComment',
`is_break` BIGINT COMMENT 'NoComment',
`area_code` STRING COMMENT '审出',
`area_code_snapshot` STRING COMMENT '进审',
`classification` STRING COMMENT 'NoComment',
`video_quality` STRING COMMENT 'NoComment',
`video_size_type` STRING COMMENT '视频尺寸-横竖屏'
) STORED AS ORC;
|