micromegas 0.2.2__tar.gz → 0.3.0__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.
- {micromegas-0.2.2 → micromegas-0.3.0}/PKG-INFO +5 -3
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/__init__.py +5 -2
- micromegas-0.3.0/micromegas/flightsql/FlightSql_pb2.py +166 -0
- micromegas-0.3.0/micromegas/flightsql/FlightSql_pb2_grpc.py +24 -0
- micromegas-0.3.0/micromegas/flightsql/Flight_pb2.py +116 -0
- micromegas-0.3.0/micromegas/flightsql/Flight_pb2_grpc.py +579 -0
- micromegas-0.3.0/micromegas/flightsql/__init__.py +10 -0
- micromegas-0.3.0/micromegas/flightsql/arrow_flatbuffers.py +2925 -0
- micromegas-0.3.0/micromegas/flightsql/arrow_ipc_reader.py +99 -0
- micromegas-0.3.0/micromegas/flightsql/client.py +255 -0
- micromegas-0.3.0/micromegas/flightsql/time.py +17 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/pyproject.toml +5 -3
- {micromegas-0.2.2 → micromegas-0.3.0}/README.md +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/client.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/perfetto.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/request.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/common/android_energy_consumer_descriptor_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/common/android_log_constants_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/common/builtin_clock_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/common/descriptor_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/common/gpu_counter_descriptor_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/common/perf_events_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/common/protolog_common_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/common/sys_stats_counters_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/common/trace_stats_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/android_game_intervention_list_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/android_input_event_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/android_log_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/android_polled_state_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/android_sdk_sysprop_guard_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/android_system_property_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/network_trace_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/packages_list_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/pixel_modem_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/protolog_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/surfaceflinger_layers_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/android/surfaceflinger_transactions_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/chrome/chrome_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/chrome/v8_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/data_source_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/etw/etw_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/ftrace/ftrace_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/gpu/gpu_counter_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/gpu/vulkan_memory_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/inode_file/inode_file_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/interceptor_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/interceptors/console_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/power/android_power_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/process_stats/process_stats_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/profiling/heapprofd_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/profiling/java_hprof_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/profiling/perf_event_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/statsd/atom_ids_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/statsd/statsd_tracing_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/sys_stats/sys_stats_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/system_info/system_info_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/test_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/trace_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/config/track_event/track_event_config_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/android_game_intervention_list_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/android_log_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/android_system_property_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/camera_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/frame_timeline_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/gpu_mem_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/graphics/rect_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/graphics_frame_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/initial_display_state_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/network_trace_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/packages_list_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/pixel_modem_events_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/protolog_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/shell_transition_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/surfaceflinger_common_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/surfaceflinger_layers_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/surfaceflinger_transactions_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/android/winscope_extensions_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/chrome/chrome_benchmark_metadata_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/chrome/chrome_metadata_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/chrome/chrome_trace_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/chrome/chrome_trigger_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/chrome/v8_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/clock_snapshot_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/etw/etw_event_bundle_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/etw/etw_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/etw/etw_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/extension_descriptor_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/filesystem/inode_file_map_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/android_fs_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/binder_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/block_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/cgroup_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/clk_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/cma_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/compaction_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/cpuhp_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/cros_ec_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/dcvsh_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/dma_fence_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/dmabuf_heap_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/dpu_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/drm_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ext4_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/f2fs_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/fastrpc_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/fence_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/filemap_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ftrace_event_bundle_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ftrace_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ftrace_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ftrace_stats_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/g2d_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/generic_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/google_icc_trace_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/google_irm_trace_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/gpu_mem_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/gpu_scheduler_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/hyp_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/i2c_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ion_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ipi_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/irq_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/kgsl_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/kmem_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/kvm_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/lowmemorykiller_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/lwis_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/mali_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/mdss_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/mm_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/net_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/oom_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/panel_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/perf_trace_counters_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/power_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/printk_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/raw_syscalls_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/regulator_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/rpm_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/samsung_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/sched_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/scm_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/sde_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/signal_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/skb_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/sock_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/sync_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/synthetic_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/systrace_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/task_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/tcp_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/thermal_exynos_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/thermal_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/trusty_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/ufs_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/v4l2_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/virtio_gpu_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/virtio_video_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/vmscan_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ftrace/workqueue_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/gpu/gpu_counter_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/gpu/gpu_log_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/gpu/gpu_render_stage_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/gpu/vulkan_api_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/gpu/vulkan_memory_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/interned_data/interned_data_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/memory_graph_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/perfetto/perfetto_metatrace_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/perfetto/tracing_service_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/power/android_energy_estimation_breakdown_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/power/android_entity_state_residency_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/power/battery_counters_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/power/power_rails_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/profiling/deobfuscation_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/profiling/heap_graph_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/profiling/profile_common_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/profiling/profile_packet_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/profiling/smaps_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ps/process_stats_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ps/process_tree_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/remote_clock_sync_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/statsd/statsd_atom_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/sys_stats/sys_stats_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/system_info/cpu_info_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/system_info_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/test_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/trace_packet_defaults_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/trace_packet_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/trace_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/trace_uuid_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_active_processes_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_application_state_info_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_compositor_scheduler_state_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_content_settings_event_info_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_frame_reporter_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_histogram_sample_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_keyed_service_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_latency_info_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_legacy_ipc_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_message_pump_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_mojo_event_info_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_process_descriptor_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_renderer_scheduler_state_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_thread_descriptor_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_user_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/chrome_window_handle_event_info_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/counter_descriptor_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/debug_annotation_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/log_message_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/pixel_modem_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/process_descriptor_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/range_of_interest_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/screenshot_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/source_location_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/task_execution_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/thread_descriptor_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/track_descriptor_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/track_event/track_event_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/translation/translation_table_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/trigger_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/thirdparty/perfetto/protos/perfetto/trace/ui_state_pb2.py +0 -0
- {micromegas-0.2.2 → micromegas-0.3.0}/micromegas/time.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: micromegas
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.3.0
|
4
4
|
Summary: Python analytics client for https://github.com/madesroches/micromegas/
|
5
5
|
Author: Marc-Antoine Desroches
|
6
6
|
Author-email: madesroches@gmail.com
|
@@ -11,9 +11,11 @@ Classifier: Programming Language :: Python :: 3.11
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.12
|
12
12
|
Requires-Dist: cbor2 (>=5.6.3,<6.0.0)
|
13
13
|
Requires-Dist: crc (>=7.0.0,<8.0.0)
|
14
|
+
Requires-Dist: flatbuffers (>=24.12.23,<25.0.0)
|
15
|
+
Requires-Dist: grpcio (>=1.69.0,<2.0.0)
|
14
16
|
Requires-Dist: pandas (>=2.2.2,<3.0.0)
|
15
|
-
Requires-Dist: protobuf (>=5.
|
16
|
-
Requires-Dist: pyarrow (>=
|
17
|
+
Requires-Dist: protobuf (>=5.29.1,<6.0.0)
|
18
|
+
Requires-Dist: pyarrow (>=18.1.0,<19.0.0)
|
17
19
|
Requires-Dist: requests (>=2.31.0,<3.0.0)
|
18
20
|
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
|
19
21
|
Requires-Dist: tqdm (>=4.66.5,<5.0.0)
|
@@ -1,10 +1,13 @@
|
|
1
1
|
import os
|
2
|
+
import grpc
|
2
3
|
from . import time
|
3
4
|
from . import request
|
4
5
|
from . import client
|
5
6
|
from . import perfetto
|
7
|
+
from . import flightsql
|
8
|
+
|
6
9
|
|
7
10
|
def connect():
|
8
11
|
"connect to the analytics service using default values"
|
9
|
-
|
10
|
-
return client.
|
12
|
+
channel_cred = grpc.local_channel_credentials()
|
13
|
+
return flightsql.client.FlightSQLClient("localhost:50051", channel_cred)
|
@@ -0,0 +1,166 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
4
|
+
# source: FlightSql.proto
|
5
|
+
# Protobuf Python Version: 5.29.1
|
6
|
+
"""Generated protocol buffer code."""
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
11
|
+
from google.protobuf.internal import builder as _builder
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
14
|
+
5,
|
15
|
+
29,
|
16
|
+
1,
|
17
|
+
'',
|
18
|
+
'FlightSql.proto'
|
19
|
+
)
|
20
|
+
# @@protoc_insertion_point(imports)
|
21
|
+
|
22
|
+
_sym_db = _symbol_database.Default()
|
23
|
+
|
24
|
+
|
25
|
+
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
26
|
+
|
27
|
+
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0f\x46lightSql.proto\x12\x19\x61rrow.flight.protocol.sql\x1a google/protobuf/descriptor.proto\"!\n\x11\x43ommandGetSqlInfo\x12\x0c\n\x04info\x18\x01 \x03(\r\">\n\x16\x43ommandGetXdbcTypeInfo\x12\x16\n\tdata_type\x18\x01 \x01(\x05H\x00\x88\x01\x01\x42\x0c\n\n_data_type\"\x14\n\x12\x43ommandGetCatalogs\"{\n\x13\x43ommandGetDbSchemas\x12\x14\n\x07\x63\x61talog\x18\x01 \x01(\tH\x00\x88\x01\x01\x12%\n\x18\x64\x62_schema_filter_pattern\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\n\n\x08_catalogB\x1b\n\x19_db_schema_filter_pattern\"\xeb\x01\n\x10\x43ommandGetTables\x12\x14\n\x07\x63\x61talog\x18\x01 \x01(\tH\x00\x88\x01\x01\x12%\n\x18\x64\x62_schema_filter_pattern\x18\x02 \x01(\tH\x01\x88\x01\x01\x12&\n\x19table_name_filter_pattern\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x13\n\x0btable_types\x18\x04 \x03(\t\x12\x16\n\x0einclude_schema\x18\x05 \x01(\x08\x42\n\n\x08_catalogB\x1b\n\x19_db_schema_filter_patternB\x1c\n\x1a_table_name_filter_pattern\"\x16\n\x14\x43ommandGetTableTypes\"n\n\x15\x43ommandGetPrimaryKeys\x12\x14\n\x07\x63\x61talog\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x16\n\tdb_schema\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\r\n\x05table\x18\x03 \x01(\tB\n\n\x08_catalogB\x0c\n\n_db_schema\"o\n\x16\x43ommandGetExportedKeys\x12\x14\n\x07\x63\x61talog\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x16\n\tdb_schema\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\r\n\x05table\x18\x03 \x01(\tB\n\n\x08_catalogB\x0c\n\n_db_schema\"o\n\x16\x43ommandGetImportedKeys\x12\x14\n\x07\x63\x61talog\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x16\n\tdb_schema\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\r\n\x05table\x18\x03 \x01(\tB\n\n\x08_catalogB\x0c\n\n_db_schema\"\xe6\x01\n\x18\x43ommandGetCrossReference\x12\x17\n\npk_catalog\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x19\n\x0cpk_db_schema\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x10\n\x08pk_table\x18\x03 \x01(\t\x12\x17\n\nfk_catalog\x18\x04 \x01(\tH\x02\x88\x01\x01\x12\x19\n\x0c\x66k_db_schema\x18\x05 \x01(\tH\x03\x88\x01\x01\x12\x10\n\x08\x66k_table\x18\x06 \x01(\tB\r\n\x0b_pk_catalogB\x0f\n\r_pk_db_schemaB\r\n\x0b_fk_catalogB\x0f\n\r_fk_db_schema\"e\n$ActionCreatePreparedStatementRequest\x12\r\n\x05query\x18\x01 \x01(\t\x12\x1b\n\x0etransaction_id\x18\x02 \x01(\x0cH\x00\x88\x01\x01\x42\x11\n\x0f_transaction_id\".\n\rSubstraitPlan\x12\x0c\n\x04plan\x18\x01 \x01(\x0c\x12\x0f\n\x07version\x18\x02 \x01(\t\"\x92\x01\n(ActionCreatePreparedSubstraitPlanRequest\x12\x36\n\x04plan\x18\x01 \x01(\x0b\x32(.arrow.flight.protocol.sql.SubstraitPlan\x12\x1b\n\x0etransaction_id\x18\x02 \x01(\x0cH\x00\x88\x01\x01\x42\x11\n\x0f_transaction_id\"z\n#ActionCreatePreparedStatementResult\x12!\n\x19prepared_statement_handle\x18\x01 \x01(\x0c\x12\x16\n\x0e\x64\x61taset_schema\x18\x02 \x01(\x0c\x12\x18\n\x10parameter_schema\x18\x03 \x01(\x0c\"H\n#ActionClosePreparedStatementRequest\x12!\n\x19prepared_statement_handle\x18\x01 \x01(\x0c\"\x1f\n\x1d\x41\x63tionBeginTransactionRequest\"C\n\x1b\x41\x63tionBeginSavepointRequest\x12\x16\n\x0etransaction_id\x18\x01 \x01(\x0c\x12\x0c\n\x04name\x18\x02 \x01(\t\"6\n\x1c\x41\x63tionBeginTransactionResult\x12\x16\n\x0etransaction_id\x18\x01 \x01(\x0c\"2\n\x1a\x41\x63tionBeginSavepointResult\x12\x14\n\x0csavepoint_id\x18\x01 \x01(\x0c\"\xf9\x01\n\x1b\x41\x63tionEndTransactionRequest\x12\x16\n\x0etransaction_id\x18\x01 \x01(\x0c\x12U\n\x06\x61\x63tion\x18\x02 \x01(\x0e\x32\x45.arrow.flight.protocol.sql.ActionEndTransactionRequest.EndTransaction\"k\n\x0e\x45ndTransaction\x12\x1f\n\x1b\x45ND_TRANSACTION_UNSPECIFIED\x10\x00\x12\x1a\n\x16\x45ND_TRANSACTION_COMMIT\x10\x01\x12\x1c\n\x18\x45ND_TRANSACTION_ROLLBACK\x10\x02\"\xea\x01\n\x19\x41\x63tionEndSavepointRequest\x12\x14\n\x0csavepoint_id\x18\x01 \x01(\x0c\x12Q\n\x06\x61\x63tion\x18\x02 \x01(\x0e\x32\x41.arrow.flight.protocol.sql.ActionEndSavepointRequest.EndSavepoint\"d\n\x0c\x45ndSavepoint\x12\x1d\n\x19\x45ND_SAVEPOINT_UNSPECIFIED\x10\x00\x12\x19\n\x15\x45ND_SAVEPOINT_RELEASE\x10\x01\x12\x1a\n\x16\x45ND_SAVEPOINT_ROLLBACK\x10\x02\"V\n\x15\x43ommandStatementQuery\x12\r\n\x05query\x18\x01 \x01(\t\x12\x1b\n\x0etransaction_id\x18\x02 \x01(\x0cH\x00\x88\x01\x01\x42\x11\n\x0f_transaction_id\"\x87\x01\n\x1d\x43ommandStatementSubstraitPlan\x12\x36\n\x04plan\x18\x01 \x01(\x0b\x32(.arrow.flight.protocol.sql.SubstraitPlan\x12\x1b\n\x0etransaction_id\x18\x02 \x01(\x0cH\x00\x88\x01\x01\x42\x11\n\x0f_transaction_id\"0\n\x14TicketStatementQuery\x12\x18\n\x10statement_handle\x18\x01 \x01(\x0c\"B\n\x1d\x43ommandPreparedStatementQuery\x12!\n\x19prepared_statement_handle\x18\x01 \x01(\x0c\"W\n\x16\x43ommandStatementUpdate\x12\r\n\x05query\x18\x01 \x01(\t\x12\x1b\n\x0etransaction_id\x18\x02 \x01(\x0cH\x00\x88\x01\x01\x42\x11\n\x0f_transaction_id\"C\n\x1e\x43ommandPreparedStatementUpdate\x12!\n\x19prepared_statement_handle\x18\x01 \x01(\x0c\"\xb6\x07\n\x16\x43ommandStatementIngest\x12j\n\x18table_definition_options\x18\x01 \x01(\x0b\x32H.arrow.flight.protocol.sql.CommandStatementIngest.TableDefinitionOptions\x12\r\n\x05table\x18\x02 \x01(\t\x12\x13\n\x06schema\x18\x03 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x63\x61talog\x18\x04 \x01(\tH\x01\x88\x01\x01\x12\x11\n\ttemporary\x18\x05 \x01(\x08\x12\x1b\n\x0etransaction_id\x18\x06 \x01(\x0cH\x02\x88\x01\x01\x12P\n\x07options\x18\xe8\x07 \x03(\x0b\x32>.arrow.flight.protocol.sql.CommandStatementIngest.OptionsEntry\x1a\x99\x04\n\x16TableDefinitionOptions\x12r\n\x0cif_not_exist\x18\x01 \x01(\x0e\x32\\.arrow.flight.protocol.sql.CommandStatementIngest.TableDefinitionOptions.TableNotExistOption\x12m\n\tif_exists\x18\x02 \x01(\x0e\x32Z.arrow.flight.protocol.sql.CommandStatementIngest.TableDefinitionOptions.TableExistsOption\"\x81\x01\n\x13TableNotExistOption\x12&\n\"TABLE_NOT_EXIST_OPTION_UNSPECIFIED\x10\x00\x12!\n\x1dTABLE_NOT_EXIST_OPTION_CREATE\x10\x01\x12\x1f\n\x1bTABLE_NOT_EXIST_OPTION_FAIL\x10\x02\"\x97\x01\n\x11TableExistsOption\x12#\n\x1fTABLE_EXISTS_OPTION_UNSPECIFIED\x10\x00\x12\x1c\n\x18TABLE_EXISTS_OPTION_FAIL\x10\x01\x12\x1e\n\x1aTABLE_EXISTS_OPTION_APPEND\x10\x02\x12\x1f\n\x1bTABLE_EXISTS_OPTION_REPLACE\x10\x03\x1a.\n\x0cOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\t\n\x07_schemaB\n\n\x08_catalogB\x11\n\x0f_transaction_id\")\n\x11\x44oPutUpdateResult\x12\x14\n\x0crecord_count\x18\x01 \x01(\x03\"d\n\x1c\x44oPutPreparedStatementResult\x12&\n\x19prepared_statement_handle\x18\x01 \x01(\x0cH\x00\x88\x01\x01\x42\x1c\n\x1a_prepared_statement_handle\",\n\x18\x41\x63tionCancelQueryRequest\x12\x0c\n\x04info\x18\x01 \x01(\x0c:\x02\x18\x01\"\xfc\x01\n\x17\x41\x63tionCancelQueryResult\x12O\n\x06result\x18\x01 \x01(\x0e\x32?.arrow.flight.protocol.sql.ActionCancelQueryResult.CancelResult\"\x8b\x01\n\x0c\x43\x61ncelResult\x12\x1d\n\x19\x43\x41NCEL_RESULT_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x43\x41NCEL_RESULT_CANCELLED\x10\x01\x12\x1c\n\x18\x43\x41NCEL_RESULT_CANCELLING\x10\x02\x12!\n\x1d\x43\x41NCEL_RESULT_NOT_CANCELLABLE\x10\x03:\x02\x18\x01*\x92\x19\n\x07SqlInfo\x12\x1a\n\x16\x46LIGHT_SQL_SERVER_NAME\x10\x00\x12\x1d\n\x19\x46LIGHT_SQL_SERVER_VERSION\x10\x01\x12#\n\x1f\x46LIGHT_SQL_SERVER_ARROW_VERSION\x10\x02\x12\x1f\n\x1b\x46LIGHT_SQL_SERVER_READ_ONLY\x10\x03\x12\x19\n\x15\x46LIGHT_SQL_SERVER_SQL\x10\x04\x12\x1f\n\x1b\x46LIGHT_SQL_SERVER_SUBSTRAIT\x10\x05\x12+\n\'FLIGHT_SQL_SERVER_SUBSTRAIT_MIN_VERSION\x10\x06\x12+\n\'FLIGHT_SQL_SERVER_SUBSTRAIT_MAX_VERSION\x10\x07\x12!\n\x1d\x46LIGHT_SQL_SERVER_TRANSACTION\x10\x08\x12\x1c\n\x18\x46LIGHT_SQL_SERVER_CANCEL\x10\t\x12$\n FLIGHT_SQL_SERVER_BULK_INGESTION\x10\n\x12\x33\n/FLIGHT_SQL_SERVER_INGEST_TRANSACTIONS_SUPPORTED\x10\x0b\x12\'\n#FLIGHT_SQL_SERVER_STATEMENT_TIMEOUT\x10\x64\x12)\n%FLIGHT_SQL_SERVER_TRANSACTION_TIMEOUT\x10\x65\x12\x14\n\x0fSQL_DDL_CATALOG\x10\xf4\x03\x12\x13\n\x0eSQL_DDL_SCHEMA\x10\xf5\x03\x12\x12\n\rSQL_DDL_TABLE\x10\xf6\x03\x12\x18\n\x13SQL_IDENTIFIER_CASE\x10\xf7\x03\x12\x1e\n\x19SQL_IDENTIFIER_QUOTE_CHAR\x10\xf8\x03\x12\x1f\n\x1aSQL_QUOTED_IDENTIFIER_CASE\x10\xf9\x03\x12\"\n\x1dSQL_ALL_TABLES_ARE_SELECTABLE\x10\xfa\x03\x12\x16\n\x11SQL_NULL_ORDERING\x10\xfb\x03\x12\x11\n\x0cSQL_KEYWORDS\x10\xfc\x03\x12\x1a\n\x15SQL_NUMERIC_FUNCTIONS\x10\xfd\x03\x12\x19\n\x14SQL_STRING_FUNCTIONS\x10\xfe\x03\x12\x19\n\x14SQL_SYSTEM_FUNCTIONS\x10\xff\x03\x12\x1b\n\x16SQL_DATETIME_FUNCTIONS\x10\x80\x04\x12\x1d\n\x18SQL_SEARCH_STRING_ESCAPE\x10\x81\x04\x12\x1e\n\x19SQL_EXTRA_NAME_CHARACTERS\x10\x82\x04\x12!\n\x1cSQL_SUPPORTS_COLUMN_ALIASING\x10\x83\x04\x12\x1f\n\x1aSQL_NULL_PLUS_NULL_IS_NULL\x10\x84\x04\x12\x19\n\x14SQL_SUPPORTS_CONVERT\x10\x85\x04\x12)\n$SQL_SUPPORTS_TABLE_CORRELATION_NAMES\x10\x86\x04\x12\x33\n.SQL_SUPPORTS_DIFFERENT_TABLE_CORRELATION_NAMES\x10\x87\x04\x12)\n$SQL_SUPPORTS_EXPRESSIONS_IN_ORDER_BY\x10\x88\x04\x12$\n\x1fSQL_SUPPORTS_ORDER_BY_UNRELATED\x10\x89\x04\x12\x1b\n\x16SQL_SUPPORTED_GROUP_BY\x10\x8a\x04\x12$\n\x1fSQL_SUPPORTS_LIKE_ESCAPE_CLAUSE\x10\x8b\x04\x12&\n!SQL_SUPPORTS_NON_NULLABLE_COLUMNS\x10\x8c\x04\x12\x1a\n\x15SQL_SUPPORTED_GRAMMAR\x10\x8d\x04\x12\x1f\n\x1aSQL_ANSI92_SUPPORTED_LEVEL\x10\x8e\x04\x12\x30\n+SQL_SUPPORTS_INTEGRITY_ENHANCEMENT_FACILITY\x10\x8f\x04\x12\"\n\x1dSQL_OUTER_JOINS_SUPPORT_LEVEL\x10\x90\x04\x12\x14\n\x0fSQL_SCHEMA_TERM\x10\x91\x04\x12\x17\n\x12SQL_PROCEDURE_TERM\x10\x92\x04\x12\x15\n\x10SQL_CATALOG_TERM\x10\x93\x04\x12\x19\n\x14SQL_CATALOG_AT_START\x10\x94\x04\x12\"\n\x1dSQL_SCHEMAS_SUPPORTED_ACTIONS\x10\x95\x04\x12#\n\x1eSQL_CATALOGS_SUPPORTED_ACTIONS\x10\x96\x04\x12&\n!SQL_SUPPORTED_POSITIONED_COMMANDS\x10\x97\x04\x12$\n\x1fSQL_SELECT_FOR_UPDATE_SUPPORTED\x10\x98\x04\x12$\n\x1fSQL_STORED_PROCEDURES_SUPPORTED\x10\x99\x04\x12\x1d\n\x18SQL_SUPPORTED_SUBQUERIES\x10\x9a\x04\x12(\n#SQL_CORRELATED_SUBQUERIES_SUPPORTED\x10\x9b\x04\x12\x19\n\x14SQL_SUPPORTED_UNIONS\x10\x9c\x04\x12\"\n\x1dSQL_MAX_BINARY_LITERAL_LENGTH\x10\x9d\x04\x12 \n\x1bSQL_MAX_CHAR_LITERAL_LENGTH\x10\x9e\x04\x12\x1f\n\x1aSQL_MAX_COLUMN_NAME_LENGTH\x10\x9f\x04\x12 \n\x1bSQL_MAX_COLUMNS_IN_GROUP_BY\x10\xa0\x04\x12\x1d\n\x18SQL_MAX_COLUMNS_IN_INDEX\x10\xa1\x04\x12 \n\x1bSQL_MAX_COLUMNS_IN_ORDER_BY\x10\xa2\x04\x12\x1e\n\x19SQL_MAX_COLUMNS_IN_SELECT\x10\xa3\x04\x12\x1d\n\x18SQL_MAX_COLUMNS_IN_TABLE\x10\xa4\x04\x12\x18\n\x13SQL_MAX_CONNECTIONS\x10\xa5\x04\x12\x1f\n\x1aSQL_MAX_CURSOR_NAME_LENGTH\x10\xa6\x04\x12\x19\n\x14SQL_MAX_INDEX_LENGTH\x10\xa7\x04\x12\x1e\n\x19SQL_DB_SCHEMA_NAME_LENGTH\x10\xa8\x04\x12\"\n\x1dSQL_MAX_PROCEDURE_NAME_LENGTH\x10\xa9\x04\x12 \n\x1bSQL_MAX_CATALOG_NAME_LENGTH\x10\xaa\x04\x12\x15\n\x10SQL_MAX_ROW_SIZE\x10\xab\x04\x12$\n\x1fSQL_MAX_ROW_SIZE_INCLUDES_BLOBS\x10\xac\x04\x12\x1d\n\x18SQL_MAX_STATEMENT_LENGTH\x10\xad\x04\x12\x17\n\x12SQL_MAX_STATEMENTS\x10\xae\x04\x12\x1e\n\x19SQL_MAX_TABLE_NAME_LENGTH\x10\xaf\x04\x12\x1d\n\x18SQL_MAX_TABLES_IN_SELECT\x10\xb0\x04\x12\x1c\n\x17SQL_MAX_USERNAME_LENGTH\x10\xb1\x04\x12&\n!SQL_DEFAULT_TRANSACTION_ISOLATION\x10\xb2\x04\x12\x1f\n\x1aSQL_TRANSACTIONS_SUPPORTED\x10\xb3\x04\x12\x30\n+SQL_SUPPORTED_TRANSACTIONS_ISOLATION_LEVELS\x10\xb4\x04\x12\x32\n-SQL_DATA_DEFINITION_CAUSES_TRANSACTION_COMMIT\x10\xb5\x04\x12\x31\n,SQL_DATA_DEFINITIONS_IN_TRANSACTIONS_IGNORED\x10\xb6\x04\x12#\n\x1eSQL_SUPPORTED_RESULT_SET_TYPES\x10\xb7\x04\x12;\n6SQL_SUPPORTED_CONCURRENCIES_FOR_RESULT_SET_UNSPECIFIED\x10\xb8\x04\x12<\n7SQL_SUPPORTED_CONCURRENCIES_FOR_RESULT_SET_FORWARD_ONLY\x10\xb9\x04\x12@\n;SQL_SUPPORTED_CONCURRENCIES_FOR_RESULT_SET_SCROLL_SENSITIVE\x10\xba\x04\x12\x42\n=SQL_SUPPORTED_CONCURRENCIES_FOR_RESULT_SET_SCROLL_INSENSITIVE\x10\xbb\x04\x12 \n\x1bSQL_BATCH_UPDATES_SUPPORTED\x10\xbc\x04\x12\x1d\n\x18SQL_SAVEPOINTS_SUPPORTED\x10\xbd\x04\x12#\n\x1eSQL_NAMED_PARAMETERS_SUPPORTED\x10\xbe\x04\x12\x1d\n\x18SQL_LOCATORS_UPDATE_COPY\x10\xbf\x04\x12\x35\n0SQL_STORED_FUNCTIONS_USING_CALL_SYNTAX_SUPPORTED\x10\xc0\x04*\x91\x01\n\x17SqlSupportedTransaction\x12\"\n\x1eSQL_SUPPORTED_TRANSACTION_NONE\x10\x00\x12)\n%SQL_SUPPORTED_TRANSACTION_TRANSACTION\x10\x01\x12\'\n#SQL_SUPPORTED_TRANSACTION_SAVEPOINT\x10\x02*\xb2\x01\n\x1bSqlSupportedCaseSensitivity\x12 \n\x1cSQL_CASE_SENSITIVITY_UNKNOWN\x10\x00\x12)\n%SQL_CASE_SENSITIVITY_CASE_INSENSITIVE\x10\x01\x12\"\n\x1eSQL_CASE_SENSITIVITY_UPPERCASE\x10\x02\x12\"\n\x1eSQL_CASE_SENSITIVITY_LOWERCASE\x10\x03*\x82\x01\n\x0fSqlNullOrdering\x12\x19\n\x15SQL_NULLS_SORTED_HIGH\x10\x00\x12\x18\n\x14SQL_NULLS_SORTED_LOW\x10\x01\x12\x1d\n\x19SQL_NULLS_SORTED_AT_START\x10\x02\x12\x1b\n\x17SQL_NULLS_SORTED_AT_END\x10\x03*^\n\x13SupportedSqlGrammar\x12\x17\n\x13SQL_MINIMUM_GRAMMAR\x10\x00\x12\x14\n\x10SQL_CORE_GRAMMAR\x10\x01\x12\x18\n\x14SQL_EXTENDED_GRAMMAR\x10\x02*h\n\x1eSupportedAnsi92SqlGrammarLevel\x12\x14\n\x10\x41NSI92_ENTRY_SQL\x10\x00\x12\x1b\n\x17\x41NSI92_INTERMEDIATE_SQL\x10\x01\x12\x13\n\x0f\x41NSI92_FULL_SQL\x10\x02*m\n\x19SqlOuterJoinsSupportLevel\x12\x19\n\x15SQL_JOINS_UNSUPPORTED\x10\x00\x12\x1b\n\x17SQL_LIMITED_OUTER_JOINS\x10\x01\x12\x18\n\x14SQL_FULL_OUTER_JOINS\x10\x02*Q\n\x13SqlSupportedGroupBy\x12\x1a\n\x16SQL_GROUP_BY_UNRELATED\x10\x00\x12\x1e\n\x1aSQL_GROUP_BY_BEYOND_SELECT\x10\x01*\x90\x01\n\x1aSqlSupportedElementActions\x12\"\n\x1eSQL_ELEMENT_IN_PROCEDURE_CALLS\x10\x00\x12$\n SQL_ELEMENT_IN_INDEX_DEFINITIONS\x10\x01\x12(\n$SQL_ELEMENT_IN_PRIVILEGE_DEFINITIONS\x10\x02*V\n\x1eSqlSupportedPositionedCommands\x12\x19\n\x15SQL_POSITIONED_DELETE\x10\x00\x12\x19\n\x15SQL_POSITIONED_UPDATE\x10\x01*\x97\x01\n\x16SqlSupportedSubqueries\x12!\n\x1dSQL_SUBQUERIES_IN_COMPARISONS\x10\x00\x12\x1c\n\x18SQL_SUBQUERIES_IN_EXISTS\x10\x01\x12\x19\n\x15SQL_SUBQUERIES_IN_INS\x10\x02\x12!\n\x1dSQL_SUBQUERIES_IN_QUANTIFIEDS\x10\x03*6\n\x12SqlSupportedUnions\x12\r\n\tSQL_UNION\x10\x00\x12\x11\n\rSQL_UNION_ALL\x10\x01*\xc9\x01\n\x1cSqlTransactionIsolationLevel\x12\x18\n\x14SQL_TRANSACTION_NONE\x10\x00\x12$\n SQL_TRANSACTION_READ_UNCOMMITTED\x10\x01\x12\"\n\x1eSQL_TRANSACTION_READ_COMMITTED\x10\x02\x12#\n\x1fSQL_TRANSACTION_REPEATABLE_READ\x10\x03\x12 \n\x1cSQL_TRANSACTION_SERIALIZABLE\x10\x04*\x89\x01\n\x18SqlSupportedTransactions\x12\x1f\n\x1bSQL_TRANSACTION_UNSPECIFIED\x10\x00\x12$\n SQL_DATA_DEFINITION_TRANSACTIONS\x10\x01\x12&\n\"SQL_DATA_MANIPULATION_TRANSACTIONS\x10\x02*\xbc\x01\n\x19SqlSupportedResultSetType\x12#\n\x1fSQL_RESULT_SET_TYPE_UNSPECIFIED\x10\x00\x12$\n SQL_RESULT_SET_TYPE_FORWARD_ONLY\x10\x01\x12*\n&SQL_RESULT_SET_TYPE_SCROLL_INSENSITIVE\x10\x02\x12(\n$SQL_RESULT_SET_TYPE_SCROLL_SENSITIVE\x10\x03*\xa2\x01\n SqlSupportedResultSetConcurrency\x12*\n&SQL_RESULT_SET_CONCURRENCY_UNSPECIFIED\x10\x00\x12(\n$SQL_RESULT_SET_CONCURRENCY_READ_ONLY\x10\x01\x12(\n$SQL_RESULT_SET_CONCURRENCY_UPDATABLE\x10\x02*\x99\x04\n\x12SqlSupportsConvert\x12\x16\n\x12SQL_CONVERT_BIGINT\x10\x00\x12\x16\n\x12SQL_CONVERT_BINARY\x10\x01\x12\x13\n\x0fSQL_CONVERT_BIT\x10\x02\x12\x14\n\x10SQL_CONVERT_CHAR\x10\x03\x12\x14\n\x10SQL_CONVERT_DATE\x10\x04\x12\x17\n\x13SQL_CONVERT_DECIMAL\x10\x05\x12\x15\n\x11SQL_CONVERT_FLOAT\x10\x06\x12\x17\n\x13SQL_CONVERT_INTEGER\x10\x07\x12!\n\x1dSQL_CONVERT_INTERVAL_DAY_TIME\x10\x08\x12#\n\x1fSQL_CONVERT_INTERVAL_YEAR_MONTH\x10\t\x12\x1d\n\x19SQL_CONVERT_LONGVARBINARY\x10\n\x12\x1b\n\x17SQL_CONVERT_LONGVARCHAR\x10\x0b\x12\x17\n\x13SQL_CONVERT_NUMERIC\x10\x0c\x12\x14\n\x10SQL_CONVERT_REAL\x10\r\x12\x18\n\x14SQL_CONVERT_SMALLINT\x10\x0e\x12\x14\n\x10SQL_CONVERT_TIME\x10\x0f\x12\x19\n\x15SQL_CONVERT_TIMESTAMP\x10\x10\x12\x17\n\x13SQL_CONVERT_TINYINT\x10\x11\x12\x19\n\x15SQL_CONVERT_VARBINARY\x10\x12\x12\x17\n\x13SQL_CONVERT_VARCHAR\x10\x13*\x8f\x04\n\x0cXdbcDataType\x12\x15\n\x11XDBC_UNKNOWN_TYPE\x10\x00\x12\r\n\tXDBC_CHAR\x10\x01\x12\x10\n\x0cXDBC_NUMERIC\x10\x02\x12\x10\n\x0cXDBC_DECIMAL\x10\x03\x12\x10\n\x0cXDBC_INTEGER\x10\x04\x12\x11\n\rXDBC_SMALLINT\x10\x05\x12\x0e\n\nXDBC_FLOAT\x10\x06\x12\r\n\tXDBC_REAL\x10\x07\x12\x0f\n\x0bXDBC_DOUBLE\x10\x08\x12\x11\n\rXDBC_DATETIME\x10\t\x12\x11\n\rXDBC_INTERVAL\x10\n\x12\x10\n\x0cXDBC_VARCHAR\x10\x0c\x12\r\n\tXDBC_DATE\x10[\x12\r\n\tXDBC_TIME\x10\\\x12\x12\n\x0eXDBC_TIMESTAMP\x10]\x12\x1d\n\x10XDBC_LONGVARCHAR\x10\xff\xff\xff\xff\xff\xff\xff\xff\xff\x01\x12\x18\n\x0bXDBC_BINARY\x10\xfe\xff\xff\xff\xff\xff\xff\xff\xff\x01\x12\x1b\n\x0eXDBC_VARBINARY\x10\xfd\xff\xff\xff\xff\xff\xff\xff\xff\x01\x12\x1f\n\x12XDBC_LONGVARBINARY\x10\xfc\xff\xff\xff\xff\xff\xff\xff\xff\x01\x12\x18\n\x0bXDBC_BIGINT\x10\xfb\xff\xff\xff\xff\xff\xff\xff\xff\x01\x12\x19\n\x0cXDBC_TINYINT\x10\xfa\xff\xff\xff\xff\xff\xff\xff\xff\x01\x12\x15\n\x08XDBC_BIT\x10\xf9\xff\xff\xff\xff\xff\xff\xff\xff\x01\x12\x17\n\nXDBC_WCHAR\x10\xf8\xff\xff\xff\xff\xff\xff\xff\xff\x01\x12\x1a\n\rXDBC_WVARCHAR\x10\xf7\xff\xff\xff\xff\xff\xff\xff\xff\x01*\xa3\x08\n\x13XdbcDatetimeSubcode\x12\x18\n\x14XDBC_SUBCODE_UNKNOWN\x10\x00\x12\x15\n\x11XDBC_SUBCODE_YEAR\x10\x01\x12\x15\n\x11XDBC_SUBCODE_DATE\x10\x01\x12\x15\n\x11XDBC_SUBCODE_TIME\x10\x02\x12\x16\n\x12XDBC_SUBCODE_MONTH\x10\x02\x12\x1a\n\x16XDBC_SUBCODE_TIMESTAMP\x10\x03\x12\x14\n\x10XDBC_SUBCODE_DAY\x10\x03\x12#\n\x1fXDBC_SUBCODE_TIME_WITH_TIMEZONE\x10\x04\x12\x15\n\x11XDBC_SUBCODE_HOUR\x10\x04\x12(\n$XDBC_SUBCODE_TIMESTAMP_WITH_TIMEZONE\x10\x05\x12\x17\n\x13XDBC_SUBCODE_MINUTE\x10\x05\x12\x17\n\x13XDBC_SUBCODE_SECOND\x10\x06\x12\x1e\n\x1aXDBC_SUBCODE_YEAR_TO_MONTH\x10\x07\x12\x1c\n\x18XDBC_SUBCODE_DAY_TO_HOUR\x10\x08\x12\x1e\n\x1aXDBC_SUBCODE_DAY_TO_MINUTE\x10\t\x12\x1e\n\x1aXDBC_SUBCODE_DAY_TO_SECOND\x10\n\x12\x1f\n\x1bXDBC_SUBCODE_HOUR_TO_MINUTE\x10\x0b\x12\x1f\n\x1bXDBC_SUBCODE_HOUR_TO_SECOND\x10\x0c\x12!\n\x1dXDBC_SUBCODE_MINUTE_TO_SECOND\x10\r\x12\x1e\n\x1aXDBC_SUBCODE_INTERVAL_YEAR\x10\x65\x12\x1f\n\x1bXDBC_SUBCODE_INTERVAL_MONTH\x10\x66\x12\x1d\n\x19XDBC_SUBCODE_INTERVAL_DAY\x10g\x12\x1e\n\x1aXDBC_SUBCODE_INTERVAL_HOUR\x10h\x12 \n\x1cXDBC_SUBCODE_INTERVAL_MINUTE\x10i\x12 \n\x1cXDBC_SUBCODE_INTERVAL_SECOND\x10j\x12\'\n#XDBC_SUBCODE_INTERVAL_YEAR_TO_MONTH\x10k\x12%\n!XDBC_SUBCODE_INTERVAL_DAY_TO_HOUR\x10l\x12\'\n#XDBC_SUBCODE_INTERVAL_DAY_TO_MINUTE\x10m\x12\'\n#XDBC_SUBCODE_INTERVAL_DAY_TO_SECOND\x10n\x12(\n$XDBC_SUBCODE_INTERVAL_HOUR_TO_MINUTE\x10o\x12(\n$XDBC_SUBCODE_INTERVAL_HOUR_TO_SECOND\x10p\x12*\n&XDBC_SUBCODE_INTERVAL_MINUTE_TO_SECOND\x10q\x1a\x02\x10\x01*W\n\x08Nullable\x12\x18\n\x14NULLABILITY_NO_NULLS\x10\x00\x12\x18\n\x14NULLABILITY_NULLABLE\x10\x01\x12\x17\n\x13NULLABILITY_UNKNOWN\x10\x02*a\n\nSearchable\x12\x13\n\x0fSEARCHABLE_NONE\x10\x00\x12\x13\n\x0fSEARCHABLE_CHAR\x10\x01\x12\x14\n\x10SEARCHABLE_BASIC\x10\x02\x12\x13\n\x0fSEARCHABLE_FULL\x10\x03*\\\n\x11UpdateDeleteRules\x12\x0b\n\x07\x43\x41SCADE\x10\x00\x12\x0c\n\x08RESTRICT\x10\x01\x12\x0c\n\x08SET_NULL\x10\x02\x12\r\n\tNO_ACTION\x10\x03\x12\x0f\n\x0bSET_DEFAULT\x10\x04:6\n\x0c\x65xperimental\x12\x1f.google.protobuf.MessageOptions\x18\xe8\x07 \x01(\x08\x42V\n org.apache.arrow.flight.sql.implZ2github.com/apache/arrow-go/arrow/flight/gen/flightb\x06proto3')
|
29
|
+
|
30
|
+
_globals = globals()
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'FlightSql_pb2', _globals)
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n org.apache.arrow.flight.sql.implZ2github.com/apache/arrow-go/arrow/flight/gen/flight'
|
36
|
+
_globals['_XDBCDATETIMESUBCODE']._loaded_options = None
|
37
|
+
_globals['_XDBCDATETIMESUBCODE']._serialized_options = b'\020\001'
|
38
|
+
_globals['_COMMANDSTATEMENTINGEST_OPTIONSENTRY']._loaded_options = None
|
39
|
+
_globals['_COMMANDSTATEMENTINGEST_OPTIONSENTRY']._serialized_options = b'8\001'
|
40
|
+
_globals['_ACTIONCANCELQUERYREQUEST']._loaded_options = None
|
41
|
+
_globals['_ACTIONCANCELQUERYREQUEST']._serialized_options = b'\030\001'
|
42
|
+
_globals['_ACTIONCANCELQUERYRESULT']._loaded_options = None
|
43
|
+
_globals['_ACTIONCANCELQUERYRESULT']._serialized_options = b'\030\001'
|
44
|
+
_globals['_SQLINFO']._serialized_start=4258
|
45
|
+
_globals['_SQLINFO']._serialized_end=7476
|
46
|
+
_globals['_SQLSUPPORTEDTRANSACTION']._serialized_start=7479
|
47
|
+
_globals['_SQLSUPPORTEDTRANSACTION']._serialized_end=7624
|
48
|
+
_globals['_SQLSUPPORTEDCASESENSITIVITY']._serialized_start=7627
|
49
|
+
_globals['_SQLSUPPORTEDCASESENSITIVITY']._serialized_end=7805
|
50
|
+
_globals['_SQLNULLORDERING']._serialized_start=7808
|
51
|
+
_globals['_SQLNULLORDERING']._serialized_end=7938
|
52
|
+
_globals['_SUPPORTEDSQLGRAMMAR']._serialized_start=7940
|
53
|
+
_globals['_SUPPORTEDSQLGRAMMAR']._serialized_end=8034
|
54
|
+
_globals['_SUPPORTEDANSI92SQLGRAMMARLEVEL']._serialized_start=8036
|
55
|
+
_globals['_SUPPORTEDANSI92SQLGRAMMARLEVEL']._serialized_end=8140
|
56
|
+
_globals['_SQLOUTERJOINSSUPPORTLEVEL']._serialized_start=8142
|
57
|
+
_globals['_SQLOUTERJOINSSUPPORTLEVEL']._serialized_end=8251
|
58
|
+
_globals['_SQLSUPPORTEDGROUPBY']._serialized_start=8253
|
59
|
+
_globals['_SQLSUPPORTEDGROUPBY']._serialized_end=8334
|
60
|
+
_globals['_SQLSUPPORTEDELEMENTACTIONS']._serialized_start=8337
|
61
|
+
_globals['_SQLSUPPORTEDELEMENTACTIONS']._serialized_end=8481
|
62
|
+
_globals['_SQLSUPPORTEDPOSITIONEDCOMMANDS']._serialized_start=8483
|
63
|
+
_globals['_SQLSUPPORTEDPOSITIONEDCOMMANDS']._serialized_end=8569
|
64
|
+
_globals['_SQLSUPPORTEDSUBQUERIES']._serialized_start=8572
|
65
|
+
_globals['_SQLSUPPORTEDSUBQUERIES']._serialized_end=8723
|
66
|
+
_globals['_SQLSUPPORTEDUNIONS']._serialized_start=8725
|
67
|
+
_globals['_SQLSUPPORTEDUNIONS']._serialized_end=8779
|
68
|
+
_globals['_SQLTRANSACTIONISOLATIONLEVEL']._serialized_start=8782
|
69
|
+
_globals['_SQLTRANSACTIONISOLATIONLEVEL']._serialized_end=8983
|
70
|
+
_globals['_SQLSUPPORTEDTRANSACTIONS']._serialized_start=8986
|
71
|
+
_globals['_SQLSUPPORTEDTRANSACTIONS']._serialized_end=9123
|
72
|
+
_globals['_SQLSUPPORTEDRESULTSETTYPE']._serialized_start=9126
|
73
|
+
_globals['_SQLSUPPORTEDRESULTSETTYPE']._serialized_end=9314
|
74
|
+
_globals['_SQLSUPPORTEDRESULTSETCONCURRENCY']._serialized_start=9317
|
75
|
+
_globals['_SQLSUPPORTEDRESULTSETCONCURRENCY']._serialized_end=9479
|
76
|
+
_globals['_SQLSUPPORTSCONVERT']._serialized_start=9482
|
77
|
+
_globals['_SQLSUPPORTSCONVERT']._serialized_end=10019
|
78
|
+
_globals['_XDBCDATATYPE']._serialized_start=10022
|
79
|
+
_globals['_XDBCDATATYPE']._serialized_end=10549
|
80
|
+
_globals['_XDBCDATETIMESUBCODE']._serialized_start=10552
|
81
|
+
_globals['_XDBCDATETIMESUBCODE']._serialized_end=11611
|
82
|
+
_globals['_NULLABLE']._serialized_start=11613
|
83
|
+
_globals['_NULLABLE']._serialized_end=11700
|
84
|
+
_globals['_SEARCHABLE']._serialized_start=11702
|
85
|
+
_globals['_SEARCHABLE']._serialized_end=11799
|
86
|
+
_globals['_UPDATEDELETERULES']._serialized_start=11801
|
87
|
+
_globals['_UPDATEDELETERULES']._serialized_end=11893
|
88
|
+
_globals['_COMMANDGETSQLINFO']._serialized_start=80
|
89
|
+
_globals['_COMMANDGETSQLINFO']._serialized_end=113
|
90
|
+
_globals['_COMMANDGETXDBCTYPEINFO']._serialized_start=115
|
91
|
+
_globals['_COMMANDGETXDBCTYPEINFO']._serialized_end=177
|
92
|
+
_globals['_COMMANDGETCATALOGS']._serialized_start=179
|
93
|
+
_globals['_COMMANDGETCATALOGS']._serialized_end=199
|
94
|
+
_globals['_COMMANDGETDBSCHEMAS']._serialized_start=201
|
95
|
+
_globals['_COMMANDGETDBSCHEMAS']._serialized_end=324
|
96
|
+
_globals['_COMMANDGETTABLES']._serialized_start=327
|
97
|
+
_globals['_COMMANDGETTABLES']._serialized_end=562
|
98
|
+
_globals['_COMMANDGETTABLETYPES']._serialized_start=564
|
99
|
+
_globals['_COMMANDGETTABLETYPES']._serialized_end=586
|
100
|
+
_globals['_COMMANDGETPRIMARYKEYS']._serialized_start=588
|
101
|
+
_globals['_COMMANDGETPRIMARYKEYS']._serialized_end=698
|
102
|
+
_globals['_COMMANDGETEXPORTEDKEYS']._serialized_start=700
|
103
|
+
_globals['_COMMANDGETEXPORTEDKEYS']._serialized_end=811
|
104
|
+
_globals['_COMMANDGETIMPORTEDKEYS']._serialized_start=813
|
105
|
+
_globals['_COMMANDGETIMPORTEDKEYS']._serialized_end=924
|
106
|
+
_globals['_COMMANDGETCROSSREFERENCE']._serialized_start=927
|
107
|
+
_globals['_COMMANDGETCROSSREFERENCE']._serialized_end=1157
|
108
|
+
_globals['_ACTIONCREATEPREPAREDSTATEMENTREQUEST']._serialized_start=1159
|
109
|
+
_globals['_ACTIONCREATEPREPAREDSTATEMENTREQUEST']._serialized_end=1260
|
110
|
+
_globals['_SUBSTRAITPLAN']._serialized_start=1262
|
111
|
+
_globals['_SUBSTRAITPLAN']._serialized_end=1308
|
112
|
+
_globals['_ACTIONCREATEPREPAREDSUBSTRAITPLANREQUEST']._serialized_start=1311
|
113
|
+
_globals['_ACTIONCREATEPREPAREDSUBSTRAITPLANREQUEST']._serialized_end=1457
|
114
|
+
_globals['_ACTIONCREATEPREPAREDSTATEMENTRESULT']._serialized_start=1459
|
115
|
+
_globals['_ACTIONCREATEPREPAREDSTATEMENTRESULT']._serialized_end=1581
|
116
|
+
_globals['_ACTIONCLOSEPREPAREDSTATEMENTREQUEST']._serialized_start=1583
|
117
|
+
_globals['_ACTIONCLOSEPREPAREDSTATEMENTREQUEST']._serialized_end=1655
|
118
|
+
_globals['_ACTIONBEGINTRANSACTIONREQUEST']._serialized_start=1657
|
119
|
+
_globals['_ACTIONBEGINTRANSACTIONREQUEST']._serialized_end=1688
|
120
|
+
_globals['_ACTIONBEGINSAVEPOINTREQUEST']._serialized_start=1690
|
121
|
+
_globals['_ACTIONBEGINSAVEPOINTREQUEST']._serialized_end=1757
|
122
|
+
_globals['_ACTIONBEGINTRANSACTIONRESULT']._serialized_start=1759
|
123
|
+
_globals['_ACTIONBEGINTRANSACTIONRESULT']._serialized_end=1813
|
124
|
+
_globals['_ACTIONBEGINSAVEPOINTRESULT']._serialized_start=1815
|
125
|
+
_globals['_ACTIONBEGINSAVEPOINTRESULT']._serialized_end=1865
|
126
|
+
_globals['_ACTIONENDTRANSACTIONREQUEST']._serialized_start=1868
|
127
|
+
_globals['_ACTIONENDTRANSACTIONREQUEST']._serialized_end=2117
|
128
|
+
_globals['_ACTIONENDTRANSACTIONREQUEST_ENDTRANSACTION']._serialized_start=2010
|
129
|
+
_globals['_ACTIONENDTRANSACTIONREQUEST_ENDTRANSACTION']._serialized_end=2117
|
130
|
+
_globals['_ACTIONENDSAVEPOINTREQUEST']._serialized_start=2120
|
131
|
+
_globals['_ACTIONENDSAVEPOINTREQUEST']._serialized_end=2354
|
132
|
+
_globals['_ACTIONENDSAVEPOINTREQUEST_ENDSAVEPOINT']._serialized_start=2254
|
133
|
+
_globals['_ACTIONENDSAVEPOINTREQUEST_ENDSAVEPOINT']._serialized_end=2354
|
134
|
+
_globals['_COMMANDSTATEMENTQUERY']._serialized_start=2356
|
135
|
+
_globals['_COMMANDSTATEMENTQUERY']._serialized_end=2442
|
136
|
+
_globals['_COMMANDSTATEMENTSUBSTRAITPLAN']._serialized_start=2445
|
137
|
+
_globals['_COMMANDSTATEMENTSUBSTRAITPLAN']._serialized_end=2580
|
138
|
+
_globals['_TICKETSTATEMENTQUERY']._serialized_start=2582
|
139
|
+
_globals['_TICKETSTATEMENTQUERY']._serialized_end=2630
|
140
|
+
_globals['_COMMANDPREPAREDSTATEMENTQUERY']._serialized_start=2632
|
141
|
+
_globals['_COMMANDPREPAREDSTATEMENTQUERY']._serialized_end=2698
|
142
|
+
_globals['_COMMANDSTATEMENTUPDATE']._serialized_start=2700
|
143
|
+
_globals['_COMMANDSTATEMENTUPDATE']._serialized_end=2787
|
144
|
+
_globals['_COMMANDPREPAREDSTATEMENTUPDATE']._serialized_start=2789
|
145
|
+
_globals['_COMMANDPREPAREDSTATEMENTUPDATE']._serialized_end=2856
|
146
|
+
_globals['_COMMANDSTATEMENTINGEST']._serialized_start=2859
|
147
|
+
_globals['_COMMANDSTATEMENTINGEST']._serialized_end=3809
|
148
|
+
_globals['_COMMANDSTATEMENTINGEST_TABLEDEFINITIONOPTIONS']._serialized_start=3182
|
149
|
+
_globals['_COMMANDSTATEMENTINGEST_TABLEDEFINITIONOPTIONS']._serialized_end=3719
|
150
|
+
_globals['_COMMANDSTATEMENTINGEST_TABLEDEFINITIONOPTIONS_TABLENOTEXISTOPTION']._serialized_start=3436
|
151
|
+
_globals['_COMMANDSTATEMENTINGEST_TABLEDEFINITIONOPTIONS_TABLENOTEXISTOPTION']._serialized_end=3565
|
152
|
+
_globals['_COMMANDSTATEMENTINGEST_TABLEDEFINITIONOPTIONS_TABLEEXISTSOPTION']._serialized_start=3568
|
153
|
+
_globals['_COMMANDSTATEMENTINGEST_TABLEDEFINITIONOPTIONS_TABLEEXISTSOPTION']._serialized_end=3719
|
154
|
+
_globals['_COMMANDSTATEMENTINGEST_OPTIONSENTRY']._serialized_start=3721
|
155
|
+
_globals['_COMMANDSTATEMENTINGEST_OPTIONSENTRY']._serialized_end=3767
|
156
|
+
_globals['_DOPUTUPDATERESULT']._serialized_start=3811
|
157
|
+
_globals['_DOPUTUPDATERESULT']._serialized_end=3852
|
158
|
+
_globals['_DOPUTPREPAREDSTATEMENTRESULT']._serialized_start=3854
|
159
|
+
_globals['_DOPUTPREPAREDSTATEMENTRESULT']._serialized_end=3954
|
160
|
+
_globals['_ACTIONCANCELQUERYREQUEST']._serialized_start=3956
|
161
|
+
_globals['_ACTIONCANCELQUERYREQUEST']._serialized_end=4000
|
162
|
+
_globals['_ACTIONCANCELQUERYRESULT']._serialized_start=4003
|
163
|
+
_globals['_ACTIONCANCELQUERYRESULT']._serialized_end=4255
|
164
|
+
_globals['_ACTIONCANCELQUERYRESULT_CANCELRESULT']._serialized_start=4112
|
165
|
+
_globals['_ACTIONCANCELQUERYRESULT_CANCELRESULT']._serialized_end=4251
|
166
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
3
|
+
import grpc
|
4
|
+
import warnings
|
5
|
+
|
6
|
+
|
7
|
+
GRPC_GENERATED_VERSION = '1.68.1'
|
8
|
+
GRPC_VERSION = grpc.__version__
|
9
|
+
_version_not_supported = False
|
10
|
+
|
11
|
+
try:
|
12
|
+
from grpc._utilities import first_version_is_lower
|
13
|
+
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
14
|
+
except ImportError:
|
15
|
+
_version_not_supported = True
|
16
|
+
|
17
|
+
if _version_not_supported:
|
18
|
+
raise RuntimeError(
|
19
|
+
f'The grpc package installed is at version {GRPC_VERSION},'
|
20
|
+
+ f' but the generated code in FlightSql_pb2_grpc.py depends on'
|
21
|
+
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
22
|
+
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
23
|
+
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
24
|
+
)
|
@@ -0,0 +1,116 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
4
|
+
# source: Flight.proto
|
5
|
+
# Protobuf Python Version: 5.29.1
|
6
|
+
"""Generated protocol buffer code."""
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
11
|
+
from google.protobuf.internal import builder as _builder
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
14
|
+
5,
|
15
|
+
29,
|
16
|
+
1,
|
17
|
+
'',
|
18
|
+
'Flight.proto'
|
19
|
+
)
|
20
|
+
# @@protoc_insertion_point(imports)
|
21
|
+
|
22
|
+
_sym_db = _symbol_database.Default()
|
23
|
+
|
24
|
+
|
25
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
26
|
+
|
27
|
+
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0c\x46light.proto\x12\x15\x61rrow.flight.protocol\x1a\x1fgoogle/protobuf/timestamp.proto\"=\n\x10HandshakeRequest\x12\x18\n\x10protocol_version\x18\x01 \x01(\x04\x12\x0f\n\x07payload\x18\x02 \x01(\x0c\">\n\x11HandshakeResponse\x12\x18\n\x10protocol_version\x18\x01 \x01(\x04\x12\x0f\n\x07payload\x18\x02 \x01(\x0c\"/\n\tBasicAuth\x12\x10\n\x08username\x18\x02 \x01(\t\x12\x10\n\x08password\x18\x03 \x01(\t\"\x07\n\x05\x45mpty\"/\n\nActionType\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\"\x1e\n\x08\x43riteria\x12\x12\n\nexpression\x18\x01 \x01(\x0c\"$\n\x06\x41\x63tion\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x0c\n\x04\x62ody\x18\x02 \x01(\x0c\"\x16\n\x06Result\x12\x0c\n\x04\x62ody\x18\x01 \x01(\x0c\"\x1e\n\x0cSchemaResult\x12\x0e\n\x06schema\x18\x01 \x01(\x0c\"\xa5\x01\n\x10\x46lightDescriptor\x12\x44\n\x04type\x18\x01 \x01(\x0e\x32\x36.arrow.flight.protocol.FlightDescriptor.DescriptorType\x12\x0b\n\x03\x63md\x18\x02 \x01(\x0c\x12\x0c\n\x04path\x18\x03 \x03(\t\"0\n\x0e\x44\x65scriptorType\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x08\n\x04PATH\x10\x01\x12\x07\n\x03\x43MD\x10\x02\"\xec\x01\n\nFlightInfo\x12\x0e\n\x06schema\x18\x01 \x01(\x0c\x12\x42\n\x11\x66light_descriptor\x18\x02 \x01(\x0b\x32\'.arrow.flight.protocol.FlightDescriptor\x12\x37\n\x08\x65ndpoint\x18\x03 \x03(\x0b\x32%.arrow.flight.protocol.FlightEndpoint\x12\x15\n\rtotal_records\x18\x04 \x01(\x03\x12\x13\n\x0btotal_bytes\x18\x05 \x01(\x03\x12\x0f\n\x07ordered\x18\x06 \x01(\x08\x12\x14\n\x0c\x61pp_metadata\x18\x07 \x01(\x0c\"\xd8\x01\n\x08PollInfo\x12/\n\x04info\x18\x01 \x01(\x0b\x32!.arrow.flight.protocol.FlightInfo\x12\x42\n\x11\x66light_descriptor\x18\x02 \x01(\x0b\x32\'.arrow.flight.protocol.FlightDescriptor\x12\x15\n\x08progress\x18\x03 \x01(\x01H\x00\x88\x01\x01\x12\x33\n\x0f\x65xpiration_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x0b\n\t_progress\"J\n\x17\x43\x61ncelFlightInfoRequest\x12/\n\x04info\x18\x01 \x01(\x0b\x32!.arrow.flight.protocol.FlightInfo\"M\n\x16\x43\x61ncelFlightInfoResult\x12\x33\n\x06status\x18\x01 \x01(\x0e\x32#.arrow.flight.protocol.CancelStatus\"\x18\n\x06Ticket\x12\x0e\n\x06ticket\x18\x01 \x01(\x0c\"\x17\n\x08Location\x12\x0b\n\x03uri\x18\x01 \x01(\t\"\xbd\x01\n\x0e\x46lightEndpoint\x12-\n\x06ticket\x18\x01 \x01(\x0b\x32\x1d.arrow.flight.protocol.Ticket\x12\x31\n\x08location\x18\x02 \x03(\x0b\x32\x1f.arrow.flight.protocol.Location\x12\x33\n\x0f\x65xpiration_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\x0c\x61pp_metadata\x18\x04 \x01(\x0c\"U\n\x1aRenewFlightEndpointRequest\x12\x37\n\x08\x65ndpoint\x18\x01 \x01(\x0b\x32%.arrow.flight.protocol.FlightEndpoint\"\x8f\x01\n\nFlightData\x12\x42\n\x11\x66light_descriptor\x18\x01 \x01(\x0b\x32\'.arrow.flight.protocol.FlightDescriptor\x12\x13\n\x0b\x64\x61ta_header\x18\x02 \x01(\x0c\x12\x14\n\x0c\x61pp_metadata\x18\x03 \x01(\x0c\x12\x12\n\tdata_body\x18\xe8\x07 \x01(\x0c\"!\n\tPutResult\x12\x14\n\x0c\x61pp_metadata\x18\x01 \x01(\x0c\"\xfc\x01\n\x12SessionOptionValue\x12\x16\n\x0cstring_value\x18\x01 \x01(\tH\x00\x12\x14\n\nbool_value\x18\x02 \x01(\x08H\x00\x12\x15\n\x0bint64_value\x18\x03 \x01(\x10H\x00\x12\x16\n\x0c\x64ouble_value\x18\x04 \x01(\x01H\x00\x12V\n\x11string_list_value\x18\x05 \x01(\x0b\x32\x39.arrow.flight.protocol.SessionOptionValue.StringListValueH\x00\x1a!\n\x0fStringListValue\x12\x0e\n\x06values\x18\x01 \x03(\tB\x0e\n\x0coption_value\"\xda\x01\n\x18SetSessionOptionsRequest\x12\\\n\x0fsession_options\x18\x01 \x03(\x0b\x32\x43.arrow.flight.protocol.SetSessionOptionsRequest.SessionOptionsEntry\x1a`\n\x13SessionOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x38\n\x05value\x18\x02 \x01(\x0b\x32).arrow.flight.protocol.SessionOptionValue:\x02\x38\x01\"\xec\x02\n\x17SetSessionOptionsResult\x12J\n\x06\x65rrors\x18\x01 \x03(\x0b\x32:.arrow.flight.protocol.SetSessionOptionsResult.ErrorsEntry\x1aQ\n\x05\x45rror\x12H\n\x05value\x18\x01 \x01(\x0e\x32\x39.arrow.flight.protocol.SetSessionOptionsResult.ErrorValue\x1a\x63\n\x0b\x45rrorsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x43\n\x05value\x18\x02 \x01(\x0b\x32\x34.arrow.flight.protocol.SetSessionOptionsResult.Error:\x02\x38\x01\"M\n\nErrorValue\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x10\n\x0cINVALID_NAME\x10\x01\x12\x11\n\rINVALID_VALUE\x10\x02\x12\t\n\x05\x45RROR\x10\x03\"\x1a\n\x18GetSessionOptionsRequest\"\xd8\x01\n\x17GetSessionOptionsResult\x12[\n\x0fsession_options\x18\x01 \x03(\x0b\x32\x42.arrow.flight.protocol.GetSessionOptionsResult.SessionOptionsEntry\x1a`\n\x13SessionOptionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x38\n\x05value\x18\x02 \x01(\x0b\x32).arrow.flight.protocol.SessionOptionValue:\x02\x38\x01\"\x15\n\x13\x43loseSessionRequest\"\x9d\x01\n\x12\x43loseSessionResult\x12@\n\x06status\x18\x01 \x01(\x0e\x32\x30.arrow.flight.protocol.CloseSessionResult.Status\"E\n\x06Status\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\n\n\x06\x43LOSED\x10\x01\x12\x0b\n\x07\x43LOSING\x10\x02\x12\x11\n\rNOT_CLOSEABLE\x10\x03*\x8b\x01\n\x0c\x43\x61ncelStatus\x12\x1d\n\x19\x43\x41NCEL_STATUS_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x43\x41NCEL_STATUS_CANCELLED\x10\x01\x12\x1c\n\x18\x43\x41NCEL_STATUS_CANCELLING\x10\x02\x12!\n\x1d\x43\x41NCEL_STATUS_NOT_CANCELLABLE\x10\x03\x32\x85\x07\n\rFlightService\x12\x64\n\tHandshake\x12\'.arrow.flight.protocol.HandshakeRequest\x1a(.arrow.flight.protocol.HandshakeResponse\"\x00(\x01\x30\x01\x12U\n\x0bListFlights\x12\x1f.arrow.flight.protocol.Criteria\x1a!.arrow.flight.protocol.FlightInfo\"\x00\x30\x01\x12]\n\rGetFlightInfo\x12\'.arrow.flight.protocol.FlightDescriptor\x1a!.arrow.flight.protocol.FlightInfo\"\x00\x12\\\n\x0ePollFlightInfo\x12\'.arrow.flight.protocol.FlightDescriptor\x1a\x1f.arrow.flight.protocol.PollInfo\"\x00\x12[\n\tGetSchema\x12\'.arrow.flight.protocol.FlightDescriptor\x1a#.arrow.flight.protocol.SchemaResult\"\x00\x12M\n\x05\x44oGet\x12\x1d.arrow.flight.protocol.Ticket\x1a!.arrow.flight.protocol.FlightData\"\x00\x30\x01\x12R\n\x05\x44oPut\x12!.arrow.flight.protocol.FlightData\x1a .arrow.flight.protocol.PutResult\"\x00(\x01\x30\x01\x12X\n\nDoExchange\x12!.arrow.flight.protocol.FlightData\x1a!.arrow.flight.protocol.FlightData\"\x00(\x01\x30\x01\x12L\n\x08\x44oAction\x12\x1d.arrow.flight.protocol.Action\x1a\x1d.arrow.flight.protocol.Result\"\x00\x30\x01\x12R\n\x0bListActions\x12\x1c.arrow.flight.protocol.Empty\x1a!.arrow.flight.protocol.ActionType\"\x00\x30\x01\x42q\n\x1corg.apache.arrow.flight.implZ2github.com/apache/arrow-go/arrow/flight/gen/flight\xaa\x02\x1c\x41pache.Arrow.Flight.Protocolb\x06proto3')
|
29
|
+
|
30
|
+
_globals = globals()
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'Flight_pb2', _globals)
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\034org.apache.arrow.flight.implZ2github.com/apache/arrow-go/arrow/flight/gen/flight\252\002\034Apache.Arrow.Flight.Protocol'
|
36
|
+
_globals['_SETSESSIONOPTIONSREQUEST_SESSIONOPTIONSENTRY']._loaded_options = None
|
37
|
+
_globals['_SETSESSIONOPTIONSREQUEST_SESSIONOPTIONSENTRY']._serialized_options = b'8\001'
|
38
|
+
_globals['_SETSESSIONOPTIONSRESULT_ERRORSENTRY']._loaded_options = None
|
39
|
+
_globals['_SETSESSIONOPTIONSRESULT_ERRORSENTRY']._serialized_options = b'8\001'
|
40
|
+
_globals['_GETSESSIONOPTIONSRESULT_SESSIONOPTIONSENTRY']._loaded_options = None
|
41
|
+
_globals['_GETSESSIONOPTIONSRESULT_SESSIONOPTIONSENTRY']._serialized_options = b'8\001'
|
42
|
+
_globals['_CANCELSTATUS']._serialized_start=2998
|
43
|
+
_globals['_CANCELSTATUS']._serialized_end=3137
|
44
|
+
_globals['_HANDSHAKEREQUEST']._serialized_start=72
|
45
|
+
_globals['_HANDSHAKEREQUEST']._serialized_end=133
|
46
|
+
_globals['_HANDSHAKERESPONSE']._serialized_start=135
|
47
|
+
_globals['_HANDSHAKERESPONSE']._serialized_end=197
|
48
|
+
_globals['_BASICAUTH']._serialized_start=199
|
49
|
+
_globals['_BASICAUTH']._serialized_end=246
|
50
|
+
_globals['_EMPTY']._serialized_start=248
|
51
|
+
_globals['_EMPTY']._serialized_end=255
|
52
|
+
_globals['_ACTIONTYPE']._serialized_start=257
|
53
|
+
_globals['_ACTIONTYPE']._serialized_end=304
|
54
|
+
_globals['_CRITERIA']._serialized_start=306
|
55
|
+
_globals['_CRITERIA']._serialized_end=336
|
56
|
+
_globals['_ACTION']._serialized_start=338
|
57
|
+
_globals['_ACTION']._serialized_end=374
|
58
|
+
_globals['_RESULT']._serialized_start=376
|
59
|
+
_globals['_RESULT']._serialized_end=398
|
60
|
+
_globals['_SCHEMARESULT']._serialized_start=400
|
61
|
+
_globals['_SCHEMARESULT']._serialized_end=430
|
62
|
+
_globals['_FLIGHTDESCRIPTOR']._serialized_start=433
|
63
|
+
_globals['_FLIGHTDESCRIPTOR']._serialized_end=598
|
64
|
+
_globals['_FLIGHTDESCRIPTOR_DESCRIPTORTYPE']._serialized_start=550
|
65
|
+
_globals['_FLIGHTDESCRIPTOR_DESCRIPTORTYPE']._serialized_end=598
|
66
|
+
_globals['_FLIGHTINFO']._serialized_start=601
|
67
|
+
_globals['_FLIGHTINFO']._serialized_end=837
|
68
|
+
_globals['_POLLINFO']._serialized_start=840
|
69
|
+
_globals['_POLLINFO']._serialized_end=1056
|
70
|
+
_globals['_CANCELFLIGHTINFOREQUEST']._serialized_start=1058
|
71
|
+
_globals['_CANCELFLIGHTINFOREQUEST']._serialized_end=1132
|
72
|
+
_globals['_CANCELFLIGHTINFORESULT']._serialized_start=1134
|
73
|
+
_globals['_CANCELFLIGHTINFORESULT']._serialized_end=1211
|
74
|
+
_globals['_TICKET']._serialized_start=1213
|
75
|
+
_globals['_TICKET']._serialized_end=1237
|
76
|
+
_globals['_LOCATION']._serialized_start=1239
|
77
|
+
_globals['_LOCATION']._serialized_end=1262
|
78
|
+
_globals['_FLIGHTENDPOINT']._serialized_start=1265
|
79
|
+
_globals['_FLIGHTENDPOINT']._serialized_end=1454
|
80
|
+
_globals['_RENEWFLIGHTENDPOINTREQUEST']._serialized_start=1456
|
81
|
+
_globals['_RENEWFLIGHTENDPOINTREQUEST']._serialized_end=1541
|
82
|
+
_globals['_FLIGHTDATA']._serialized_start=1544
|
83
|
+
_globals['_FLIGHTDATA']._serialized_end=1687
|
84
|
+
_globals['_PUTRESULT']._serialized_start=1689
|
85
|
+
_globals['_PUTRESULT']._serialized_end=1722
|
86
|
+
_globals['_SESSIONOPTIONVALUE']._serialized_start=1725
|
87
|
+
_globals['_SESSIONOPTIONVALUE']._serialized_end=1977
|
88
|
+
_globals['_SESSIONOPTIONVALUE_STRINGLISTVALUE']._serialized_start=1928
|
89
|
+
_globals['_SESSIONOPTIONVALUE_STRINGLISTVALUE']._serialized_end=1961
|
90
|
+
_globals['_SETSESSIONOPTIONSREQUEST']._serialized_start=1980
|
91
|
+
_globals['_SETSESSIONOPTIONSREQUEST']._serialized_end=2198
|
92
|
+
_globals['_SETSESSIONOPTIONSREQUEST_SESSIONOPTIONSENTRY']._serialized_start=2102
|
93
|
+
_globals['_SETSESSIONOPTIONSREQUEST_SESSIONOPTIONSENTRY']._serialized_end=2198
|
94
|
+
_globals['_SETSESSIONOPTIONSRESULT']._serialized_start=2201
|
95
|
+
_globals['_SETSESSIONOPTIONSRESULT']._serialized_end=2565
|
96
|
+
_globals['_SETSESSIONOPTIONSRESULT_ERROR']._serialized_start=2304
|
97
|
+
_globals['_SETSESSIONOPTIONSRESULT_ERROR']._serialized_end=2385
|
98
|
+
_globals['_SETSESSIONOPTIONSRESULT_ERRORSENTRY']._serialized_start=2387
|
99
|
+
_globals['_SETSESSIONOPTIONSRESULT_ERRORSENTRY']._serialized_end=2486
|
100
|
+
_globals['_SETSESSIONOPTIONSRESULT_ERRORVALUE']._serialized_start=2488
|
101
|
+
_globals['_SETSESSIONOPTIONSRESULT_ERRORVALUE']._serialized_end=2565
|
102
|
+
_globals['_GETSESSIONOPTIONSREQUEST']._serialized_start=2567
|
103
|
+
_globals['_GETSESSIONOPTIONSREQUEST']._serialized_end=2593
|
104
|
+
_globals['_GETSESSIONOPTIONSRESULT']._serialized_start=2596
|
105
|
+
_globals['_GETSESSIONOPTIONSRESULT']._serialized_end=2812
|
106
|
+
_globals['_GETSESSIONOPTIONSRESULT_SESSIONOPTIONSENTRY']._serialized_start=2102
|
107
|
+
_globals['_GETSESSIONOPTIONSRESULT_SESSIONOPTIONSENTRY']._serialized_end=2198
|
108
|
+
_globals['_CLOSESESSIONREQUEST']._serialized_start=2814
|
109
|
+
_globals['_CLOSESESSIONREQUEST']._serialized_end=2835
|
110
|
+
_globals['_CLOSESESSIONRESULT']._serialized_start=2838
|
111
|
+
_globals['_CLOSESESSIONRESULT']._serialized_end=2995
|
112
|
+
_globals['_CLOSESESSIONRESULT_STATUS']._serialized_start=2926
|
113
|
+
_globals['_CLOSESESSIONRESULT_STATUS']._serialized_end=2995
|
114
|
+
_globals['_FLIGHTSERVICE']._serialized_start=3140
|
115
|
+
_globals['_FLIGHTSERVICE']._serialized_end=4041
|
116
|
+
# @@protoc_insertion_point(module_scope)
|