PageRenderTime 40ms CodeModel.GetById 15ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/release-0.0.0-rc0/hive/external/serde/if/test/testthrift.thrift

#
Thrift | 13 lines | 9 code | 4 blank | 0 comment | 0 complexity | b4b3e3797e83172811b1c9395a9069bf MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. namespace java org.apache.hadoop.hive.serde.test
  2. struct InnerStruct {
  3. 1: i32 field0
  4. }
  5. struct ThriftTestObj {
  6. 1: i32 field1,
  7. 2: string field2,
  8. 3: list<InnerStruct> field3
  9. }