Guest User

Untitled

a guest
Mar 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. OK
  2. num_row_groups 1
  3. num_columns 10
  4. num_rows 10
  5. ---------------------------------
  6. Boolean_col Column Index : 0
  7. Physical Type : BOOLEAN
  8. Logical Type : NONE
  9. value_byte_size : 1
  10. rows read : 2
  11. values read : 2
  12. vals [1,0]
  13. d_vec [1,0]
  14. ---------------------------------
  15. Short_col Column Index : 1
  16. Physical Type : INT32
  17. Logical Type : INT_16
  18. value_byte_size : 4
  19. rows read : 2
  20. values read : 2
  21. vals [1,3]
  22. d_vec [1,3]
  23. short sum : 4
  24. ---------------------------------
  25. Integer_col Column Index : 2
  26. Physical Type : INT32
  27. Logical Type : NONE
  28. value_byte_size : 4
  29. rows read : 2
  30. values read : 2
  31. vals [2,1]
  32. d_vec [2,1]
  33. integer sum : 3
  34. ---------------------------------
  35. Long_col Column Index : 3
  36. Physical Type : INT64
  37. Logical Type : NONE
  38. value_byte_size : 8
  39. rows read : 2
  40. values read : 2
  41. vals [3,2]
  42. d_vec [3,2]
  43. long sum : 5
  44. ---------------------------------
  45. String_col Column Index : 4
  46. Physical Type : BYTE_ARRAY
  47. Logical Type : UTF8
  48. value_byte_size : 16
  49. rows read : 2
  50. values read : 2
  51. vals [test1,test2]
  52. ---------------------------------
  53. Decimal5_0_col Column Index : 5
  54. Physical Type : FIXED_LEN_BYTE_ARRAY
  55. Logical Type : DECIMAL
  56. value_byte_size :8
  57. Type Length : 3
  58. Type Precision : 5
  59. Type Scale : 0
  60. rows read : 2
  61. values read : 2
  62. vals [0 4 200 ,0 4 200 ]
  63. ---------------------------------
  64. Decimal13_3_col Column Index : 6
  65. Physical Type : FIXED_LEN_BYTE_ARRAY
  66. Logical Type : DECIMAL
  67. value_byte_size :8
  68. Type Length : 6
  69. Type Precision : 13
  70. Type Scale : 3
  71. rows read : 2
  72. values read : 2
  73. vals [0 28 243 80 132 115 ,0 28 243 80 132 115 ]
  74. ---------------------------------
  75. Float_col Column Index : 7
  76. Physical Type : FLOAT
  77. Logical Type : NONE
  78. value_byte_size :4
  79. rows read : 2
  80. values read : 2
  81. vals [1.3,3.12]
  82. d_vec [1.3,3.12]
  83. float sum : 4.42
  84. ---------------------------------
  85. Date_col Column Index : 8
  86. Physical Type : INT32
  87. Logical Type : DATE
  88. value_byte_size :4
  89. rows read : 2
  90. values read : 2
  91. vals [17603,17603]
  92. ---------------------------------
  93. Timestamp_col Column Index : 9
  94. Physical Type : INT96
  95. Logical Type : NONE
  96. value_byte_size :12
  97. rows read : 2
  98. values read : 2
  99. vals [888159904 2801 2458192 ,888238904 2801 2458192 ]
  100. ---------------------------------
  101. DONE
Add Comment
Please, Sign In to add comment