embulk-filter-calcite 0.3.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 36d588578b48207bed7ac6345e63c3f21fcf20e11a74fa9fe2410e693b7890d1
4
+ data.tar.gz: 29fdd184d2ff35a30c689394033a177062b26ccdf4003897102edb6adc09d703
5
+ SHA512:
6
+ metadata.gz: 469aa9ad552d1e20dde8706d1e3f079018ddc0344f9f6a6839223e00143b6f93e6bea9cce9650e95532fb83f0736e67913458baa65a3adfbd8201011984498a7
7
+ data.tar.gz: 5c4c47ac9fbb46185456069a3fa346222cc820648b63b9494c8d4febca98c47a1d598189f8b027060556d3c37c9a2dc88f90d10f4c321fb586dedb8c6bb753b3
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ Embulk::JavaPlugin.register_filter(
2
+ "calcite", "org.embulk.filter.calcite.CalciteFilterPlugin",
3
+ File.expand_path("../../../../classpath", __FILE__))
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: embulk-filter-calcite
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.0
5
+ platform: java
6
+ authors:
7
+ - Muga Nishizawa
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-02-05 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Translate schema and column values by SQL-like query provided by Apache
14
+ Calcite.
15
+ email:
16
+ - muga.nishizawa@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - classpath/aggdesigner-algorithm-6.0.jar
22
+ - classpath/avatica-core-1.10.0.jar
23
+ - classpath/avatica-metrics-1.10.0.jar
24
+ - classpath/calcite-core-1.13.0.jar
25
+ - classpath/calcite-linq4j-1.13.0.jar
26
+ - classpath/commons-codec-1.9.jar
27
+ - classpath/commons-compiler-2.7.6.jar
28
+ - classpath/commons-dbcp-1.4.jar
29
+ - classpath/commons-lang-2.4.jar
30
+ - classpath/commons-logging-1.2.jar
31
+ - classpath/commons-pool-1.5.4.jar
32
+ - classpath/embulk-filter-calcite-0.3.0.jar
33
+ - classpath/embulk-input-jdbc-0.8.2.jar
34
+ - classpath/httpclient-4.5.2.jar
35
+ - classpath/httpcore-4.4.4.jar
36
+ - classpath/janino-2.7.6.jar
37
+ - classpath/jsr305-3.0.1.jar
38
+ - classpath/protobuf-java-3.1.0.jar
39
+ - lib/embulk/filter/calcite.rb
40
+ homepage: https://github.com/muga/embulk-filter-calcite
41
+ licenses:
42
+ - Apache 2.0
43
+ metadata: {}
44
+ post_install_message:
45
+ rdoc_options: []
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: '0'
53
+ required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ requirements: []
59
+ rubyforge_project:
60
+ rubygems_version: 2.7.9
61
+ signing_key:
62
+ specification_version: 4
63
+ summary: Apache Calcite filter plugin for Embulk
64
+ test_files: []