1. 09 3月, 2021 2 次提交
  2. 18 2月, 2021 2 次提交
  3. 22 11月, 2020 1 次提交
  4. 10 11月, 2020 1 次提交
  5. 20 10月, 2020 1 次提交
  6. 14 10月, 2020 1 次提交
  7. 03 4月, 2020 1 次提交
  8. 02 4月, 2020 1 次提交
  9. 07 2月, 2020 2 次提交
  10. 02 2月, 2020 1 次提交
  11. 31 1月, 2020 1 次提交
  12. 26 11月, 2019 1 次提交
  13. 08 10月, 2019 1 次提交
  14. 20 9月, 2019 1 次提交
  15. 19 5月, 2019 1 次提交
  16. 27 2月, 2019 1 次提交
  17. 20 2月, 2019 1 次提交
  18. 19 2月, 2019 1 次提交
  19. 10 2月, 2019 1 次提交
  20. 04 2月, 2019 1 次提交
    • V
      IPv4 and IPv6 Domain implementation. · 2716df8a
      Vasily Nemkov 提交于
      Added:
       * IDataTypeDomain interface;
       * method DataTypeFactory::registerDataTypeDomain for registering domains;
       * DataTypeDomainWithSimpleSerialization domain base class with simple serialization/deserialization;
       * Concrete IPv4 and IPv6 domain implementations: DataTypeDomanIPv6 and DataTypeDomanIPv4;
      
      Updated:
       * IDataType text serialization/deserialization methods;
       * IDataType implementation to use domain for text serialization/deserialization;
       * Refactored implementation of the IPv4/IPv6 functions to use formatIPv4/v6 and parseIPv4/v6 from Common/formatIPv6.h;
      
      Tests:
       * Added test cases for IPv4 and IPv6 domains.
       * Updated IPv4/v6 functions tests to validate more cases;
       * Added performance tests for IPv4 and IPv6 related functions;
      2716df8a
  21. 29 1月, 2019 1 次提交
  22. 24 1月, 2019 1 次提交
  23. 15 1月, 2019 1 次提交
  24. 06 12月, 2018 1 次提交
  25. 26 11月, 2018 1 次提交
  26. 28 9月, 2018 1 次提交
  27. 21 9月, 2018 1 次提交
  28. 14 9月, 2018 1 次提交
  29. 07 9月, 2018 1 次提交
  30. 05 9月, 2018 2 次提交
  31. 26 8月, 2018 1 次提交
  32. 08 8月, 2018 1 次提交
  33. 20 7月, 2018 1 次提交
  34. 26 6月, 2018 1 次提交
    • N
      Added pre and post serialization for IDataType BinaryBulkWithMultipleStreams.... · f56d1676
      Nikolai Kochetov 提交于
      Added pre and post serialization for IDataType BinaryBulkWithMultipleStreams. Supported dictionary serialization format with single global dictionary (limited wit max_dictionary_size) and additional keys which are stored per granule. Changed IDataType::enumerateStream interface. Added (de)serialization params for binary bulk with multiple stream (de)serialization. Changed IColumn::index interface.
      f56d1676
  35. 21 6月, 2018 1 次提交
  36. 05 6月, 2018 1 次提交