apache-iotdb 1.3.2__tar.gz → 1.3.2.post0__tar.gz
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.
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/PKG-INFO +1 -1
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/apache_iotdb.egg-info/PKG-INFO +1 -1
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/thrift/rpc/IClientRPCService.py +0 -512
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/setup.py +1 -1
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/README.md +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/apache_iotdb.egg-info/SOURCES.txt +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/apache_iotdb.egg-info/dependency_links.txt +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/apache_iotdb.egg-info/entry_points.txt +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/apache_iotdb.egg-info/requires.txt +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/apache_iotdb.egg-info/top_level.txt +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/IoTDBContainer.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/Session.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/SessionPool.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/dbapi/Connection.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/dbapi/Cursor.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/dbapi/Exceptions.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/dbapi/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/dbapi/tests/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/dbapi/tests/test_connection.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/dbapi/tests/test_cursor.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/sqlalchemy/IoTDBDialect.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/sqlalchemy/IoTDBIdentifierPreparer.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/sqlalchemy/IoTDBSQLCompiler.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/sqlalchemy/IoTDBTypeCompiler.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/sqlalchemy/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/sqlalchemy/tests/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/sqlalchemy/tests/test_dialect.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/template/InternalNode.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/template/MeasurementNode.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/template/Template.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/template/TemplateNode.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/template/TemplateQueryType.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/template/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/thrift/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/thrift/common/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/thrift/common/constants.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/thrift/common/ttypes.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/thrift/rpc/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/thrift/rpc/constants.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/thrift/rpc/ttypes.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/tsfile/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/tsfile/common/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/tsfile/common/constant/TsFileConstant.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/tsfile/common/constant/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/tsfile/utils/Pair.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/tsfile/utils/ReadWriteIOUtils.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/tsfile/utils/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/utils/BitMap.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/utils/Field.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/utils/IoTDBConnectionException.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/utils/IoTDBConstants.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/utils/IoTDBRpcDataSet.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/utils/NumpyTablet.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/utils/RowRecord.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/utils/SessionDataSet.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/utils/Tablet.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/utils/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/pyproject.toml +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/setup.cfg +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/tests/__init__.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/tests/tablet_performance_comparison.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/tests/test_aligned_timeseries.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/tests/test_dataframe.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/tests/test_delete_data.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/tests/test_numpy_tablet.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/tests/test_one_device.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/tests/test_session.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/tests/test_session_pool.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/tests/test_tablet.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/tests/test_template.py +0 -0
- {apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/tests/test_todf.py +0 -0
|
@@ -433,17 +433,6 @@ class Iface(object):
|
|
|
433
433
|
"""
|
|
434
434
|
pass
|
|
435
435
|
|
|
436
|
-
def showConfigurationTemplate(self):
|
|
437
|
-
pass
|
|
438
|
-
|
|
439
|
-
def showConfiguration(self, nodeId):
|
|
440
|
-
"""
|
|
441
|
-
Parameters:
|
|
442
|
-
- nodeId
|
|
443
|
-
|
|
444
|
-
"""
|
|
445
|
-
pass
|
|
446
|
-
|
|
447
436
|
def setSchemaTemplate(self, req):
|
|
448
437
|
"""
|
|
449
438
|
Parameters:
|
|
@@ -523,13 +512,6 @@ class Iface(object):
|
|
|
523
512
|
def fetchAllConnectionsInfo(self):
|
|
524
513
|
pass
|
|
525
514
|
|
|
526
|
-
def testConnectionEmptyRPC(self):
|
|
527
|
-
"""
|
|
528
|
-
For other node's call
|
|
529
|
-
|
|
530
|
-
"""
|
|
531
|
-
pass
|
|
532
|
-
|
|
533
515
|
|
|
534
516
|
class Client(Iface):
|
|
535
517
|
def __init__(self, iprot, oprot=None):
|
|
@@ -2202,64 +2184,6 @@ class Client(Iface):
|
|
|
2202
2184
|
return result.success
|
|
2203
2185
|
raise TApplicationException(TApplicationException.MISSING_RESULT, "querySchemaTemplate failed: unknown result")
|
|
2204
2186
|
|
|
2205
|
-
def showConfigurationTemplate(self):
|
|
2206
|
-
self.send_showConfigurationTemplate()
|
|
2207
|
-
return self.recv_showConfigurationTemplate()
|
|
2208
|
-
|
|
2209
|
-
def send_showConfigurationTemplate(self):
|
|
2210
|
-
self._oprot.writeMessageBegin('showConfigurationTemplate', TMessageType.CALL, self._seqid)
|
|
2211
|
-
args = showConfigurationTemplate_args()
|
|
2212
|
-
args.write(self._oprot)
|
|
2213
|
-
self._oprot.writeMessageEnd()
|
|
2214
|
-
self._oprot.trans.flush()
|
|
2215
|
-
|
|
2216
|
-
def recv_showConfigurationTemplate(self):
|
|
2217
|
-
iprot = self._iprot
|
|
2218
|
-
(fname, mtype, rseqid) = iprot.readMessageBegin()
|
|
2219
|
-
if mtype == TMessageType.EXCEPTION:
|
|
2220
|
-
x = TApplicationException()
|
|
2221
|
-
x.read(iprot)
|
|
2222
|
-
iprot.readMessageEnd()
|
|
2223
|
-
raise x
|
|
2224
|
-
result = showConfigurationTemplate_result()
|
|
2225
|
-
result.read(iprot)
|
|
2226
|
-
iprot.readMessageEnd()
|
|
2227
|
-
if result.success is not None:
|
|
2228
|
-
return result.success
|
|
2229
|
-
raise TApplicationException(TApplicationException.MISSING_RESULT, "showConfigurationTemplate failed: unknown result")
|
|
2230
|
-
|
|
2231
|
-
def showConfiguration(self, nodeId):
|
|
2232
|
-
"""
|
|
2233
|
-
Parameters:
|
|
2234
|
-
- nodeId
|
|
2235
|
-
|
|
2236
|
-
"""
|
|
2237
|
-
self.send_showConfiguration(nodeId)
|
|
2238
|
-
return self.recv_showConfiguration()
|
|
2239
|
-
|
|
2240
|
-
def send_showConfiguration(self, nodeId):
|
|
2241
|
-
self._oprot.writeMessageBegin('showConfiguration', TMessageType.CALL, self._seqid)
|
|
2242
|
-
args = showConfiguration_args()
|
|
2243
|
-
args.nodeId = nodeId
|
|
2244
|
-
args.write(self._oprot)
|
|
2245
|
-
self._oprot.writeMessageEnd()
|
|
2246
|
-
self._oprot.trans.flush()
|
|
2247
|
-
|
|
2248
|
-
def recv_showConfiguration(self):
|
|
2249
|
-
iprot = self._iprot
|
|
2250
|
-
(fname, mtype, rseqid) = iprot.readMessageBegin()
|
|
2251
|
-
if mtype == TMessageType.EXCEPTION:
|
|
2252
|
-
x = TApplicationException()
|
|
2253
|
-
x.read(iprot)
|
|
2254
|
-
iprot.readMessageEnd()
|
|
2255
|
-
raise x
|
|
2256
|
-
result = showConfiguration_result()
|
|
2257
|
-
result.read(iprot)
|
|
2258
|
-
iprot.readMessageEnd()
|
|
2259
|
-
if result.success is not None:
|
|
2260
|
-
return result.success
|
|
2261
|
-
raise TApplicationException(TApplicationException.MISSING_RESULT, "showConfiguration failed: unknown result")
|
|
2262
|
-
|
|
2263
2187
|
def setSchemaTemplate(self, req):
|
|
2264
2188
|
"""
|
|
2265
2189
|
Parameters:
|
|
@@ -2602,36 +2526,6 @@ class Client(Iface):
|
|
|
2602
2526
|
return result.success
|
|
2603
2527
|
raise TApplicationException(TApplicationException.MISSING_RESULT, "fetchAllConnectionsInfo failed: unknown result")
|
|
2604
2528
|
|
|
2605
|
-
def testConnectionEmptyRPC(self):
|
|
2606
|
-
"""
|
|
2607
|
-
For other node's call
|
|
2608
|
-
|
|
2609
|
-
"""
|
|
2610
|
-
self.send_testConnectionEmptyRPC()
|
|
2611
|
-
return self.recv_testConnectionEmptyRPC()
|
|
2612
|
-
|
|
2613
|
-
def send_testConnectionEmptyRPC(self):
|
|
2614
|
-
self._oprot.writeMessageBegin('testConnectionEmptyRPC', TMessageType.CALL, self._seqid)
|
|
2615
|
-
args = testConnectionEmptyRPC_args()
|
|
2616
|
-
args.write(self._oprot)
|
|
2617
|
-
self._oprot.writeMessageEnd()
|
|
2618
|
-
self._oprot.trans.flush()
|
|
2619
|
-
|
|
2620
|
-
def recv_testConnectionEmptyRPC(self):
|
|
2621
|
-
iprot = self._iprot
|
|
2622
|
-
(fname, mtype, rseqid) = iprot.readMessageBegin()
|
|
2623
|
-
if mtype == TMessageType.EXCEPTION:
|
|
2624
|
-
x = TApplicationException()
|
|
2625
|
-
x.read(iprot)
|
|
2626
|
-
iprot.readMessageEnd()
|
|
2627
|
-
raise x
|
|
2628
|
-
result = testConnectionEmptyRPC_result()
|
|
2629
|
-
result.read(iprot)
|
|
2630
|
-
iprot.readMessageEnd()
|
|
2631
|
-
if result.success is not None:
|
|
2632
|
-
return result.success
|
|
2633
|
-
raise TApplicationException(TApplicationException.MISSING_RESULT, "testConnectionEmptyRPC failed: unknown result")
|
|
2634
|
-
|
|
2635
2529
|
|
|
2636
2530
|
class Processor(Iface, TProcessor):
|
|
2637
2531
|
def __init__(self, handler):
|
|
@@ -2689,8 +2583,6 @@ class Processor(Iface, TProcessor):
|
|
|
2689
2583
|
self._processMap["appendSchemaTemplate"] = Processor.process_appendSchemaTemplate
|
|
2690
2584
|
self._processMap["pruneSchemaTemplate"] = Processor.process_pruneSchemaTemplate
|
|
2691
2585
|
self._processMap["querySchemaTemplate"] = Processor.process_querySchemaTemplate
|
|
2692
|
-
self._processMap["showConfigurationTemplate"] = Processor.process_showConfigurationTemplate
|
|
2693
|
-
self._processMap["showConfiguration"] = Processor.process_showConfiguration
|
|
2694
2586
|
self._processMap["setSchemaTemplate"] = Processor.process_setSchemaTemplate
|
|
2695
2587
|
self._processMap["unsetSchemaTemplate"] = Processor.process_unsetSchemaTemplate
|
|
2696
2588
|
self._processMap["dropSchemaTemplate"] = Processor.process_dropSchemaTemplate
|
|
@@ -2702,7 +2594,6 @@ class Processor(Iface, TProcessor):
|
|
|
2702
2594
|
self._processMap["pipeSubscribe"] = Processor.process_pipeSubscribe
|
|
2703
2595
|
self._processMap["getBackupConfiguration"] = Processor.process_getBackupConfiguration
|
|
2704
2596
|
self._processMap["fetchAllConnectionsInfo"] = Processor.process_fetchAllConnectionsInfo
|
|
2705
|
-
self._processMap["testConnectionEmptyRPC"] = Processor.process_testConnectionEmptyRPC
|
|
2706
2597
|
self._on_message_begin = None
|
|
2707
2598
|
|
|
2708
2599
|
def on_message_begin(self, func):
|
|
@@ -3921,52 +3812,6 @@ class Processor(Iface, TProcessor):
|
|
|
3921
3812
|
oprot.writeMessageEnd()
|
|
3922
3813
|
oprot.trans.flush()
|
|
3923
3814
|
|
|
3924
|
-
def process_showConfigurationTemplate(self, seqid, iprot, oprot):
|
|
3925
|
-
args = showConfigurationTemplate_args()
|
|
3926
|
-
args.read(iprot)
|
|
3927
|
-
iprot.readMessageEnd()
|
|
3928
|
-
result = showConfigurationTemplate_result()
|
|
3929
|
-
try:
|
|
3930
|
-
result.success = self._handler.showConfigurationTemplate()
|
|
3931
|
-
msg_type = TMessageType.REPLY
|
|
3932
|
-
except TTransport.TTransportException:
|
|
3933
|
-
raise
|
|
3934
|
-
except TApplicationException as ex:
|
|
3935
|
-
logging.exception('TApplication exception in handler')
|
|
3936
|
-
msg_type = TMessageType.EXCEPTION
|
|
3937
|
-
result = ex
|
|
3938
|
-
except Exception:
|
|
3939
|
-
logging.exception('Unexpected exception in handler')
|
|
3940
|
-
msg_type = TMessageType.EXCEPTION
|
|
3941
|
-
result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error')
|
|
3942
|
-
oprot.writeMessageBegin("showConfigurationTemplate", msg_type, seqid)
|
|
3943
|
-
result.write(oprot)
|
|
3944
|
-
oprot.writeMessageEnd()
|
|
3945
|
-
oprot.trans.flush()
|
|
3946
|
-
|
|
3947
|
-
def process_showConfiguration(self, seqid, iprot, oprot):
|
|
3948
|
-
args = showConfiguration_args()
|
|
3949
|
-
args.read(iprot)
|
|
3950
|
-
iprot.readMessageEnd()
|
|
3951
|
-
result = showConfiguration_result()
|
|
3952
|
-
try:
|
|
3953
|
-
result.success = self._handler.showConfiguration(args.nodeId)
|
|
3954
|
-
msg_type = TMessageType.REPLY
|
|
3955
|
-
except TTransport.TTransportException:
|
|
3956
|
-
raise
|
|
3957
|
-
except TApplicationException as ex:
|
|
3958
|
-
logging.exception('TApplication exception in handler')
|
|
3959
|
-
msg_type = TMessageType.EXCEPTION
|
|
3960
|
-
result = ex
|
|
3961
|
-
except Exception:
|
|
3962
|
-
logging.exception('Unexpected exception in handler')
|
|
3963
|
-
msg_type = TMessageType.EXCEPTION
|
|
3964
|
-
result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error')
|
|
3965
|
-
oprot.writeMessageBegin("showConfiguration", msg_type, seqid)
|
|
3966
|
-
result.write(oprot)
|
|
3967
|
-
oprot.writeMessageEnd()
|
|
3968
|
-
oprot.trans.flush()
|
|
3969
|
-
|
|
3970
3815
|
def process_setSchemaTemplate(self, seqid, iprot, oprot):
|
|
3971
3816
|
args = setSchemaTemplate_args()
|
|
3972
3817
|
args.read(iprot)
|
|
@@ -4220,29 +4065,6 @@ class Processor(Iface, TProcessor):
|
|
|
4220
4065
|
oprot.writeMessageEnd()
|
|
4221
4066
|
oprot.trans.flush()
|
|
4222
4067
|
|
|
4223
|
-
def process_testConnectionEmptyRPC(self, seqid, iprot, oprot):
|
|
4224
|
-
args = testConnectionEmptyRPC_args()
|
|
4225
|
-
args.read(iprot)
|
|
4226
|
-
iprot.readMessageEnd()
|
|
4227
|
-
result = testConnectionEmptyRPC_result()
|
|
4228
|
-
try:
|
|
4229
|
-
result.success = self._handler.testConnectionEmptyRPC()
|
|
4230
|
-
msg_type = TMessageType.REPLY
|
|
4231
|
-
except TTransport.TTransportException:
|
|
4232
|
-
raise
|
|
4233
|
-
except TApplicationException as ex:
|
|
4234
|
-
logging.exception('TApplication exception in handler')
|
|
4235
|
-
msg_type = TMessageType.EXCEPTION
|
|
4236
|
-
result = ex
|
|
4237
|
-
except Exception:
|
|
4238
|
-
logging.exception('Unexpected exception in handler')
|
|
4239
|
-
msg_type = TMessageType.EXCEPTION
|
|
4240
|
-
result = TApplicationException(TApplicationException.INTERNAL_ERROR, 'Internal error')
|
|
4241
|
-
oprot.writeMessageBegin("testConnectionEmptyRPC", msg_type, seqid)
|
|
4242
|
-
result.write(oprot)
|
|
4243
|
-
oprot.writeMessageEnd()
|
|
4244
|
-
oprot.trans.flush()
|
|
4245
|
-
|
|
4246
4068
|
# HELPER FUNCTIONS AND STRUCTURES
|
|
4247
4069
|
|
|
4248
4070
|
|
|
@@ -10772,235 +10594,6 @@ querySchemaTemplate_result.thrift_spec = (
|
|
|
10772
10594
|
)
|
|
10773
10595
|
|
|
10774
10596
|
|
|
10775
|
-
class showConfigurationTemplate_args(object):
|
|
10776
|
-
|
|
10777
|
-
|
|
10778
|
-
def read(self, iprot):
|
|
10779
|
-
if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None:
|
|
10780
|
-
iprot._fast_decode(self, iprot, [self.__class__, self.thrift_spec])
|
|
10781
|
-
return
|
|
10782
|
-
iprot.readStructBegin()
|
|
10783
|
-
while True:
|
|
10784
|
-
(fname, ftype, fid) = iprot.readFieldBegin()
|
|
10785
|
-
if ftype == TType.STOP:
|
|
10786
|
-
break
|
|
10787
|
-
else:
|
|
10788
|
-
iprot.skip(ftype)
|
|
10789
|
-
iprot.readFieldEnd()
|
|
10790
|
-
iprot.readStructEnd()
|
|
10791
|
-
|
|
10792
|
-
def write(self, oprot):
|
|
10793
|
-
if oprot._fast_encode is not None and self.thrift_spec is not None:
|
|
10794
|
-
oprot.trans.write(oprot._fast_encode(self, [self.__class__, self.thrift_spec]))
|
|
10795
|
-
return
|
|
10796
|
-
oprot.writeStructBegin('showConfigurationTemplate_args')
|
|
10797
|
-
oprot.writeFieldStop()
|
|
10798
|
-
oprot.writeStructEnd()
|
|
10799
|
-
|
|
10800
|
-
def validate(self):
|
|
10801
|
-
return
|
|
10802
|
-
|
|
10803
|
-
def __repr__(self):
|
|
10804
|
-
L = ['%s=%r' % (key, value)
|
|
10805
|
-
for key, value in self.__dict__.items()]
|
|
10806
|
-
return '%s(%s)' % (self.__class__.__name__, ', '.join(L))
|
|
10807
|
-
|
|
10808
|
-
def __eq__(self, other):
|
|
10809
|
-
return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
|
|
10810
|
-
|
|
10811
|
-
def __ne__(self, other):
|
|
10812
|
-
return not (self == other)
|
|
10813
|
-
all_structs.append(showConfigurationTemplate_args)
|
|
10814
|
-
showConfigurationTemplate_args.thrift_spec = (
|
|
10815
|
-
)
|
|
10816
|
-
|
|
10817
|
-
|
|
10818
|
-
class showConfigurationTemplate_result(object):
|
|
10819
|
-
"""
|
|
10820
|
-
Attributes:
|
|
10821
|
-
- success
|
|
10822
|
-
|
|
10823
|
-
"""
|
|
10824
|
-
|
|
10825
|
-
|
|
10826
|
-
def __init__(self, success=None,):
|
|
10827
|
-
self.success = success
|
|
10828
|
-
|
|
10829
|
-
def read(self, iprot):
|
|
10830
|
-
if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None:
|
|
10831
|
-
iprot._fast_decode(self, iprot, [self.__class__, self.thrift_spec])
|
|
10832
|
-
return
|
|
10833
|
-
iprot.readStructBegin()
|
|
10834
|
-
while True:
|
|
10835
|
-
(fname, ftype, fid) = iprot.readFieldBegin()
|
|
10836
|
-
if ftype == TType.STOP:
|
|
10837
|
-
break
|
|
10838
|
-
if fid == 0:
|
|
10839
|
-
if ftype == TType.STRUCT:
|
|
10840
|
-
self.success = iotdb.thrift.common.ttypes.TShowConfigurationTemplateResp()
|
|
10841
|
-
self.success.read(iprot)
|
|
10842
|
-
else:
|
|
10843
|
-
iprot.skip(ftype)
|
|
10844
|
-
else:
|
|
10845
|
-
iprot.skip(ftype)
|
|
10846
|
-
iprot.readFieldEnd()
|
|
10847
|
-
iprot.readStructEnd()
|
|
10848
|
-
|
|
10849
|
-
def write(self, oprot):
|
|
10850
|
-
if oprot._fast_encode is not None and self.thrift_spec is not None:
|
|
10851
|
-
oprot.trans.write(oprot._fast_encode(self, [self.__class__, self.thrift_spec]))
|
|
10852
|
-
return
|
|
10853
|
-
oprot.writeStructBegin('showConfigurationTemplate_result')
|
|
10854
|
-
if self.success is not None:
|
|
10855
|
-
oprot.writeFieldBegin('success', TType.STRUCT, 0)
|
|
10856
|
-
self.success.write(oprot)
|
|
10857
|
-
oprot.writeFieldEnd()
|
|
10858
|
-
oprot.writeFieldStop()
|
|
10859
|
-
oprot.writeStructEnd()
|
|
10860
|
-
|
|
10861
|
-
def validate(self):
|
|
10862
|
-
return
|
|
10863
|
-
|
|
10864
|
-
def __repr__(self):
|
|
10865
|
-
L = ['%s=%r' % (key, value)
|
|
10866
|
-
for key, value in self.__dict__.items()]
|
|
10867
|
-
return '%s(%s)' % (self.__class__.__name__, ', '.join(L))
|
|
10868
|
-
|
|
10869
|
-
def __eq__(self, other):
|
|
10870
|
-
return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
|
|
10871
|
-
|
|
10872
|
-
def __ne__(self, other):
|
|
10873
|
-
return not (self == other)
|
|
10874
|
-
all_structs.append(showConfigurationTemplate_result)
|
|
10875
|
-
showConfigurationTemplate_result.thrift_spec = (
|
|
10876
|
-
(0, TType.STRUCT, 'success', [iotdb.thrift.common.ttypes.TShowConfigurationTemplateResp, None], None, ), # 0
|
|
10877
|
-
)
|
|
10878
|
-
|
|
10879
|
-
|
|
10880
|
-
class showConfiguration_args(object):
|
|
10881
|
-
"""
|
|
10882
|
-
Attributes:
|
|
10883
|
-
- nodeId
|
|
10884
|
-
|
|
10885
|
-
"""
|
|
10886
|
-
|
|
10887
|
-
|
|
10888
|
-
def __init__(self, nodeId=None,):
|
|
10889
|
-
self.nodeId = nodeId
|
|
10890
|
-
|
|
10891
|
-
def read(self, iprot):
|
|
10892
|
-
if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None:
|
|
10893
|
-
iprot._fast_decode(self, iprot, [self.__class__, self.thrift_spec])
|
|
10894
|
-
return
|
|
10895
|
-
iprot.readStructBegin()
|
|
10896
|
-
while True:
|
|
10897
|
-
(fname, ftype, fid) = iprot.readFieldBegin()
|
|
10898
|
-
if ftype == TType.STOP:
|
|
10899
|
-
break
|
|
10900
|
-
if fid == 1:
|
|
10901
|
-
if ftype == TType.I32:
|
|
10902
|
-
self.nodeId = iprot.readI32()
|
|
10903
|
-
else:
|
|
10904
|
-
iprot.skip(ftype)
|
|
10905
|
-
else:
|
|
10906
|
-
iprot.skip(ftype)
|
|
10907
|
-
iprot.readFieldEnd()
|
|
10908
|
-
iprot.readStructEnd()
|
|
10909
|
-
|
|
10910
|
-
def write(self, oprot):
|
|
10911
|
-
if oprot._fast_encode is not None and self.thrift_spec is not None:
|
|
10912
|
-
oprot.trans.write(oprot._fast_encode(self, [self.__class__, self.thrift_spec]))
|
|
10913
|
-
return
|
|
10914
|
-
oprot.writeStructBegin('showConfiguration_args')
|
|
10915
|
-
if self.nodeId is not None:
|
|
10916
|
-
oprot.writeFieldBegin('nodeId', TType.I32, 1)
|
|
10917
|
-
oprot.writeI32(self.nodeId)
|
|
10918
|
-
oprot.writeFieldEnd()
|
|
10919
|
-
oprot.writeFieldStop()
|
|
10920
|
-
oprot.writeStructEnd()
|
|
10921
|
-
|
|
10922
|
-
def validate(self):
|
|
10923
|
-
return
|
|
10924
|
-
|
|
10925
|
-
def __repr__(self):
|
|
10926
|
-
L = ['%s=%r' % (key, value)
|
|
10927
|
-
for key, value in self.__dict__.items()]
|
|
10928
|
-
return '%s(%s)' % (self.__class__.__name__, ', '.join(L))
|
|
10929
|
-
|
|
10930
|
-
def __eq__(self, other):
|
|
10931
|
-
return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
|
|
10932
|
-
|
|
10933
|
-
def __ne__(self, other):
|
|
10934
|
-
return not (self == other)
|
|
10935
|
-
all_structs.append(showConfiguration_args)
|
|
10936
|
-
showConfiguration_args.thrift_spec = (
|
|
10937
|
-
None, # 0
|
|
10938
|
-
(1, TType.I32, 'nodeId', None, None, ), # 1
|
|
10939
|
-
)
|
|
10940
|
-
|
|
10941
|
-
|
|
10942
|
-
class showConfiguration_result(object):
|
|
10943
|
-
"""
|
|
10944
|
-
Attributes:
|
|
10945
|
-
- success
|
|
10946
|
-
|
|
10947
|
-
"""
|
|
10948
|
-
|
|
10949
|
-
|
|
10950
|
-
def __init__(self, success=None,):
|
|
10951
|
-
self.success = success
|
|
10952
|
-
|
|
10953
|
-
def read(self, iprot):
|
|
10954
|
-
if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None:
|
|
10955
|
-
iprot._fast_decode(self, iprot, [self.__class__, self.thrift_spec])
|
|
10956
|
-
return
|
|
10957
|
-
iprot.readStructBegin()
|
|
10958
|
-
while True:
|
|
10959
|
-
(fname, ftype, fid) = iprot.readFieldBegin()
|
|
10960
|
-
if ftype == TType.STOP:
|
|
10961
|
-
break
|
|
10962
|
-
if fid == 0:
|
|
10963
|
-
if ftype == TType.STRUCT:
|
|
10964
|
-
self.success = iotdb.thrift.common.ttypes.TShowConfigurationResp()
|
|
10965
|
-
self.success.read(iprot)
|
|
10966
|
-
else:
|
|
10967
|
-
iprot.skip(ftype)
|
|
10968
|
-
else:
|
|
10969
|
-
iprot.skip(ftype)
|
|
10970
|
-
iprot.readFieldEnd()
|
|
10971
|
-
iprot.readStructEnd()
|
|
10972
|
-
|
|
10973
|
-
def write(self, oprot):
|
|
10974
|
-
if oprot._fast_encode is not None and self.thrift_spec is not None:
|
|
10975
|
-
oprot.trans.write(oprot._fast_encode(self, [self.__class__, self.thrift_spec]))
|
|
10976
|
-
return
|
|
10977
|
-
oprot.writeStructBegin('showConfiguration_result')
|
|
10978
|
-
if self.success is not None:
|
|
10979
|
-
oprot.writeFieldBegin('success', TType.STRUCT, 0)
|
|
10980
|
-
self.success.write(oprot)
|
|
10981
|
-
oprot.writeFieldEnd()
|
|
10982
|
-
oprot.writeFieldStop()
|
|
10983
|
-
oprot.writeStructEnd()
|
|
10984
|
-
|
|
10985
|
-
def validate(self):
|
|
10986
|
-
return
|
|
10987
|
-
|
|
10988
|
-
def __repr__(self):
|
|
10989
|
-
L = ['%s=%r' % (key, value)
|
|
10990
|
-
for key, value in self.__dict__.items()]
|
|
10991
|
-
return '%s(%s)' % (self.__class__.__name__, ', '.join(L))
|
|
10992
|
-
|
|
10993
|
-
def __eq__(self, other):
|
|
10994
|
-
return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
|
|
10995
|
-
|
|
10996
|
-
def __ne__(self, other):
|
|
10997
|
-
return not (self == other)
|
|
10998
|
-
all_structs.append(showConfiguration_result)
|
|
10999
|
-
showConfiguration_result.thrift_spec = (
|
|
11000
|
-
(0, TType.STRUCT, 'success', [iotdb.thrift.common.ttypes.TShowConfigurationResp, None], None, ), # 0
|
|
11001
|
-
)
|
|
11002
|
-
|
|
11003
|
-
|
|
11004
10597
|
class setSchemaTemplate_args(object):
|
|
11005
10598
|
"""
|
|
11006
10599
|
Attributes:
|
|
@@ -12336,110 +11929,5 @@ all_structs.append(fetchAllConnectionsInfo_result)
|
|
|
12336
11929
|
fetchAllConnectionsInfo_result.thrift_spec = (
|
|
12337
11930
|
(0, TType.STRUCT, 'success', [TSConnectionInfoResp, None], None, ), # 0
|
|
12338
11931
|
)
|
|
12339
|
-
|
|
12340
|
-
|
|
12341
|
-
class testConnectionEmptyRPC_args(object):
|
|
12342
|
-
|
|
12343
|
-
|
|
12344
|
-
def read(self, iprot):
|
|
12345
|
-
if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None:
|
|
12346
|
-
iprot._fast_decode(self, iprot, [self.__class__, self.thrift_spec])
|
|
12347
|
-
return
|
|
12348
|
-
iprot.readStructBegin()
|
|
12349
|
-
while True:
|
|
12350
|
-
(fname, ftype, fid) = iprot.readFieldBegin()
|
|
12351
|
-
if ftype == TType.STOP:
|
|
12352
|
-
break
|
|
12353
|
-
else:
|
|
12354
|
-
iprot.skip(ftype)
|
|
12355
|
-
iprot.readFieldEnd()
|
|
12356
|
-
iprot.readStructEnd()
|
|
12357
|
-
|
|
12358
|
-
def write(self, oprot):
|
|
12359
|
-
if oprot._fast_encode is not None and self.thrift_spec is not None:
|
|
12360
|
-
oprot.trans.write(oprot._fast_encode(self, [self.__class__, self.thrift_spec]))
|
|
12361
|
-
return
|
|
12362
|
-
oprot.writeStructBegin('testConnectionEmptyRPC_args')
|
|
12363
|
-
oprot.writeFieldStop()
|
|
12364
|
-
oprot.writeStructEnd()
|
|
12365
|
-
|
|
12366
|
-
def validate(self):
|
|
12367
|
-
return
|
|
12368
|
-
|
|
12369
|
-
def __repr__(self):
|
|
12370
|
-
L = ['%s=%r' % (key, value)
|
|
12371
|
-
for key, value in self.__dict__.items()]
|
|
12372
|
-
return '%s(%s)' % (self.__class__.__name__, ', '.join(L))
|
|
12373
|
-
|
|
12374
|
-
def __eq__(self, other):
|
|
12375
|
-
return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
|
|
12376
|
-
|
|
12377
|
-
def __ne__(self, other):
|
|
12378
|
-
return not (self == other)
|
|
12379
|
-
all_structs.append(testConnectionEmptyRPC_args)
|
|
12380
|
-
testConnectionEmptyRPC_args.thrift_spec = (
|
|
12381
|
-
)
|
|
12382
|
-
|
|
12383
|
-
|
|
12384
|
-
class testConnectionEmptyRPC_result(object):
|
|
12385
|
-
"""
|
|
12386
|
-
Attributes:
|
|
12387
|
-
- success
|
|
12388
|
-
|
|
12389
|
-
"""
|
|
12390
|
-
|
|
12391
|
-
|
|
12392
|
-
def __init__(self, success=None,):
|
|
12393
|
-
self.success = success
|
|
12394
|
-
|
|
12395
|
-
def read(self, iprot):
|
|
12396
|
-
if iprot._fast_decode is not None and isinstance(iprot.trans, TTransport.CReadableTransport) and self.thrift_spec is not None:
|
|
12397
|
-
iprot._fast_decode(self, iprot, [self.__class__, self.thrift_spec])
|
|
12398
|
-
return
|
|
12399
|
-
iprot.readStructBegin()
|
|
12400
|
-
while True:
|
|
12401
|
-
(fname, ftype, fid) = iprot.readFieldBegin()
|
|
12402
|
-
if ftype == TType.STOP:
|
|
12403
|
-
break
|
|
12404
|
-
if fid == 0:
|
|
12405
|
-
if ftype == TType.STRUCT:
|
|
12406
|
-
self.success = iotdb.thrift.common.ttypes.TSStatus()
|
|
12407
|
-
self.success.read(iprot)
|
|
12408
|
-
else:
|
|
12409
|
-
iprot.skip(ftype)
|
|
12410
|
-
else:
|
|
12411
|
-
iprot.skip(ftype)
|
|
12412
|
-
iprot.readFieldEnd()
|
|
12413
|
-
iprot.readStructEnd()
|
|
12414
|
-
|
|
12415
|
-
def write(self, oprot):
|
|
12416
|
-
if oprot._fast_encode is not None and self.thrift_spec is not None:
|
|
12417
|
-
oprot.trans.write(oprot._fast_encode(self, [self.__class__, self.thrift_spec]))
|
|
12418
|
-
return
|
|
12419
|
-
oprot.writeStructBegin('testConnectionEmptyRPC_result')
|
|
12420
|
-
if self.success is not None:
|
|
12421
|
-
oprot.writeFieldBegin('success', TType.STRUCT, 0)
|
|
12422
|
-
self.success.write(oprot)
|
|
12423
|
-
oprot.writeFieldEnd()
|
|
12424
|
-
oprot.writeFieldStop()
|
|
12425
|
-
oprot.writeStructEnd()
|
|
12426
|
-
|
|
12427
|
-
def validate(self):
|
|
12428
|
-
return
|
|
12429
|
-
|
|
12430
|
-
def __repr__(self):
|
|
12431
|
-
L = ['%s=%r' % (key, value)
|
|
12432
|
-
for key, value in self.__dict__.items()]
|
|
12433
|
-
return '%s(%s)' % (self.__class__.__name__, ', '.join(L))
|
|
12434
|
-
|
|
12435
|
-
def __eq__(self, other):
|
|
12436
|
-
return isinstance(other, self.__class__) and self.__dict__ == other.__dict__
|
|
12437
|
-
|
|
12438
|
-
def __ne__(self, other):
|
|
12439
|
-
return not (self == other)
|
|
12440
|
-
all_structs.append(testConnectionEmptyRPC_result)
|
|
12441
|
-
testConnectionEmptyRPC_result.thrift_spec = (
|
|
12442
|
-
(0, TType.STRUCT, 'success', [iotdb.thrift.common.ttypes.TSStatus, None], None, ), # 0
|
|
12443
|
-
)
|
|
12444
11932
|
fix_spec(all_structs)
|
|
12445
11933
|
del all_structs
|
|
@@ -31,7 +31,7 @@ print(long_description)
|
|
|
31
31
|
|
|
32
32
|
setuptools.setup(
|
|
33
33
|
name="apache-iotdb", # Replace with your own username
|
|
34
|
-
version="1.3.2",
|
|
34
|
+
version="1.3.2.post0",
|
|
35
35
|
author=" Apache Software Foundation",
|
|
36
36
|
author_email="dev@iotdb.apache.org",
|
|
37
37
|
description="Apache IoTDB client API",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apache_iotdb-1.3.2 → apache_iotdb-1.3.2.post0}/iotdb/tsfile/common/constant/TsFileConstant.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|