Datasets:
File size: 2,288 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 | CREATE TABLE IF NOT EXISTS internal_platform_db.log_16159 (
`ds` STRING COMMENT 'NoComment',
`logid_` BIGINT COMMENT 'NoComment',
`protocolversion_` BIGINT COMMENT 'NoComment',
`user_id_` BIGINT COMMENT 'NoComment',
`ifsuccess_` BIGINT COMMENT 'NoComment',
`device_` BIGINT COMMENT 'NoComment',
`clientversion_` BIGINT COMMENT 'NoComment',
`clientip_` BIGINT COMMENT 'NoComment',
`agentip_` BIGINT COMMENT 'NoComment',
`timestamp_` BIGINT COMMENT 'NoComment',
`expandcol1_` BIGINT COMMENT 'NoComment',
`expandcol2_` BIGINT COMMENT 'NoComment',
`clientipv6_` STRING COMMENT 'NoComment',
`auditid_` BIGINT COMMENT 'NoComment',
`audittime_` BIGINT COMMENT 'NoComment',
`createtime_` BIGINT COMMENT 'NoComment',
`functype_` BIGINT COMMENT 'NoComment',
`operator_` STRING COMMENT 'NoComment',
`reason_` STRING COMMENT 'NoComment',
`receiptor_` STRING COMMENT 'NoComment',
`remark_` STRING COMMENT 'NoComment',
`status_` BIGINT COMMENT 'NoComment',
`uniqueauditid_` BIGINT COMMENT 'NoComment',
`resultinfo_` STRING COMMENT 'NoComment',
`othercol1_` STRING COMMENT 'NoComment',
`othercol2_` STRING COMMENT 'NoComment',
`othercol3_` STRING COMMENT 'NoComment',
`actiontype_` BIGINT COMMENT 'NoComment',
`strategyid_` BIGINT COMMENT 'NoComment',
`taginfo_` STRING COMMENT 'NoComment',
`providerid_` STRING COMMENT 'NoComment',
`orderid_` STRING COMMENT 'NoComment',
`receivetime_` BIGINT COMMENT 'NoComment',
`othercol4_` STRING COMMENT 'NoComment',
`othercol5_` STRING COMMENT 'NoComment',
`othercol6_` STRING COMMENT 'NoComment',
`othercol7_` STRING COMMENT 'NoComment',
`othercol8_` STRING COMMENT 'NoComment',
`othercol9_` STRING COMMENT 'NoComment',
`othercol10_` STRING COMMENT 'NoComment',
`othercol11_` STRING COMMENT 'NoComment',
`queue_label_` BIGINT COMMENT 'NoComment',
`queue_score_` BIGINT COMMENT 'NoComment',
`qc_unique_audit_id_` BIGINT COMMENT 'NoComment',
`othercol12_` STRING COMMENT 'NoComment',
`othercol13_` STRING COMMENT 'NoComment',
`othercol14_` STRING COMMENT 'NoComment',
`othercol15_` STRING COMMENT 'NoComment',
`othercol16_` STRING COMMENT 'NoComment'
) STORED AS ORC;
|