From 1302e828cf37a8a9b6604e9ec1d9f235bcb6b66b Mon Sep 17 00:00:00 2001 From: chipkent Date: Wed, 28 Aug 2024 19:07:02 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20deephave?= =?UTF-8?q?n-examples/deephaven-ib@b42069c46e86098651701e4fd3db0fc4d7d740d?= =?UTF-8?q?8=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _modules/deephaven/experimental/s3.html | 8 ++++---- code/deephaven.column.html | 4 ++-- code/deephaven.filters.html | 4 ++-- code/deephaven.plot.font.html | 8 ++++---- code/deephaven.plot.linestyle.html | 12 ++++++------ code/deephaven.plot.plotstyle.html | 22 +++++++++++----------- code/deephaven.plot.shape.html | 20 ++++++++++---------- code/deephaven.stream.kafka.cdc.html | 2 +- code/deephaven.stream.kafka.consumer.html | 4 ++-- code/deephaven.table.html | 10 +++++----- code/deephaven.updateby.html | 22 +++++++++++----------- searchindex.js | 2 +- 12 files changed, 59 insertions(+), 59 deletions(-) diff --git a/_modules/deephaven/experimental/s3.html b/_modules/deephaven/experimental/s3.html index f75fd59a..efa6c306 100644 --- a/_modules/deephaven/experimental/s3.html +++ b/_modules/deephaven/experimental/s3.html @@ -405,12 +405,12 @@

Source code for deephaven.experimental.s3

 
         Args:
             region_name (str): the region name for reading parquet files, mandatory parameter.
-            max_concurrent_requests (int): the maximum number of concurrent requests for reading files, default is 50.
+            max_concurrent_requests (int): the maximum number of concurrent requests for reading files, default is 256.
             read_ahead_count (int): the number of fragments to send asynchronous read requests for while reading the current
-                fragment. Default to 1, which means fetch the next fragment in advance when reading the current fragment.
-            fragment_size (int): the maximum size of each fragment to read, defaults to 5 MB. If there are fewer bytes
+                fragment. Defaults to 32, which means fetch the next 32 fragments in advance when reading the current fragment.
+            fragment_size (int): the maximum size of each fragment to read, defaults to 64 KiB. If there are fewer bytes
                 remaining in the file, the fetched fragment can be smaller.
-            max_cache_size (int): the maximum number of fragments to cache in memory while reading, defaults to 32. This
+            max_cache_size (int): the maximum number of fragments to cache in memory while reading, defaults to 256. This
                 caching is done at the Deephaven layer for faster access to recently read fragments.
             connection_timeout (Union[Duration, int, str, datetime.timedelta, np.timedelta64, pd.Timedelta]):
                 the amount of time to wait when initially establishing a connection before giving up and timing out, can
diff --git a/code/deephaven.column.html b/code/deephaven.column.html
index 5160c50d..70563339 100644
--- a/code/deephaven.column.html
+++ b/code/deephaven.column.html
@@ -371,13 +371,13 @@
 

An enumeration.

-NORMAL = io.deephaven.engine.table.ColumnDefinition$ColumnType(objectRef=0x563a9f334900)
+NORMAL = io.deephaven.engine.table.ColumnDefinition$ColumnType(objectRef=0x561e8cb46780)

A regular column.

-PARTITIONING = io.deephaven.engine.table.ColumnDefinition$ColumnType(objectRef=0x563a9f334908)
+PARTITIONING = io.deephaven.engine.table.ColumnDefinition$ColumnType(objectRef=0x561e8cb46788)

A partitioning column.

diff --git a/code/deephaven.filters.html b/code/deephaven.filters.html index 737c35f5..c9fe72fb 100644 --- a/code/deephaven.filters.html +++ b/code/deephaven.filters.html @@ -408,13 +408,13 @@

The regex mode to use

-FIND = io.deephaven.api.filter.FilterPattern$Mode(objectRef=0x563a9f353cd0)
+FIND = io.deephaven.api.filter.FilterPattern$Mode(objectRef=0x561e8cb658d0)

Matches any subsequence of the input against the pattern

-MATCHES = io.deephaven.api.filter.FilterPattern$Mode(objectRef=0x563a9f353cd8)
+MATCHES = io.deephaven.api.filter.FilterPattern$Mode(objectRef=0x561e8cb658d8)

Matches the entire input against the pattern

diff --git a/code/deephaven.plot.font.html b/code/deephaven.plot.font.html index c2e3361e..48ebd5a3 100644 --- a/code/deephaven.plot.font.html +++ b/code/deephaven.plot.font.html @@ -377,25 +377,25 @@

An enum of predefined font styles.

-BOLD = io.deephaven.plot.Font$FontStyle(objectRef=0x563a9fa2c038)
+BOLD = io.deephaven.plot.Font$FontStyle(objectRef=0x561e8d2b2e78)

Bold text

-BOLD_ITALIC = io.deephaven.plot.Font$FontStyle(objectRef=0x563a9fa2c048)
+BOLD_ITALIC = io.deephaven.plot.Font$FontStyle(objectRef=0x561e8d2b2e88)

Bold and italic text

-ITALIC = io.deephaven.plot.Font$FontStyle(objectRef=0x563a9fa2c040)
+ITALIC = io.deephaven.plot.Font$FontStyle(objectRef=0x561e8d2b2e80)

Italic text

-PLAIN = io.deephaven.plot.Font$FontStyle(objectRef=0x563a9fa2c030)
+PLAIN = io.deephaven.plot.Font$FontStyle(objectRef=0x561e8d2b2e70)

Plain text.

diff --git a/code/deephaven.plot.linestyle.html b/code/deephaven.plot.linestyle.html index 26bca053..8396978d 100644 --- a/code/deephaven.plot.linestyle.html +++ b/code/deephaven.plot.linestyle.html @@ -364,19 +364,19 @@

An enum defining styles for shapes drawn at the end of a line.

-BUTT = io.deephaven.plot.LineStyle$LineEndStyle(objectRef=0x563a9fa2c058)
+BUTT = io.deephaven.plot.LineStyle$LineEndStyle(objectRef=0x561e8d2b2ea0)

Square line ending with edge against the end data points.

-ROUND = io.deephaven.plot.LineStyle$LineEndStyle(objectRef=0x563a9fa2c060)
+ROUND = io.deephaven.plot.LineStyle$LineEndStyle(objectRef=0x561e8d2b2ea8)

Round end shape.

-SQUARE = io.deephaven.plot.LineStyle$LineEndStyle(objectRef=0x563a9fa2c068)
+SQUARE = io.deephaven.plot.LineStyle$LineEndStyle(objectRef=0x561e8d2b2eb0)

Square line ending. Similar to BUTT, but overshoots the end data points.

@@ -389,19 +389,19 @@

An enum defining styles for drawing the connections between line segments.

-BEVEL = io.deephaven.plot.LineStyle$LineJoinStyle(objectRef=0x563a9fa2c080)
+BEVEL = io.deephaven.plot.LineStyle$LineJoinStyle(objectRef=0x561e8d2b2ec8)

Line joins are flat.

-MITER = io.deephaven.plot.LineStyle$LineJoinStyle(objectRef=0x563a9fa2c088)
+MITER = io.deephaven.plot.LineStyle$LineJoinStyle(objectRef=0x561e8d2b2ed0)

Line joins are pointed.

-ROUND = io.deephaven.plot.LineStyle$LineJoinStyle(objectRef=0x563a9fa2c090)
+ROUND = io.deephaven.plot.LineStyle$LineJoinStyle(objectRef=0x561e8d2b2ed8)

Line joins are rounded.

diff --git a/code/deephaven.plot.plotstyle.html b/code/deephaven.plot.plotstyle.html index 75a3edd1..b747fbff 100644 --- a/code/deephaven.plot.plotstyle.html +++ b/code/deephaven.plot.plotstyle.html @@ -364,67 +364,67 @@

An enum defining the styles of a plot (e.g. line, bar, etc.).

-AREA = io.deephaven.plot.PlotStyle(objectRef=0x563a9fa66650)
+AREA = io.deephaven.plot.PlotStyle(objectRef=0x561e8d273490)

An area chart (does not display shapes at data points by default).

-BAR = io.deephaven.plot.PlotStyle(objectRef=0x563a9fa2c0b8)
+BAR = io.deephaven.plot.PlotStyle(objectRef=0x561e8d2b2480)

A bar chart.

-ERROR_BAR = io.deephaven.plot.PlotStyle(objectRef=0x563a9fa66688)
+ERROR_BAR = io.deephaven.plot.PlotStyle(objectRef=0x561e8d2734c8)

An error bar plot (points are not displayed by default).

-HISTOGRAM = io.deephaven.plot.PlotStyle(objectRef=0x563a9fa66668)
+HISTOGRAM = io.deephaven.plot.PlotStyle(objectRef=0x561e8d2734a8)

A histogram chart.

-LINE = io.deephaven.plot.PlotStyle(objectRef=0x563a9fa66648)
+LINE = io.deephaven.plot.PlotStyle(objectRef=0x561e8d273488)

A line chart (does not display shapes at data points by default).

-OHLC = io.deephaven.plot.PlotStyle(objectRef=0x563a9fa66670)
+OHLC = io.deephaven.plot.PlotStyle(objectRef=0x561e8d2734b0)

An open-high-low-close chart.

-PIE = io.deephaven.plot.PlotStyle(objectRef=0x563a9fa66660)
+PIE = io.deephaven.plot.PlotStyle(objectRef=0x561e8d2734a0)

A pie chart.

-SCATTER = io.deephaven.plot.PlotStyle(objectRef=0x563a9fa66678)
+SCATTER = io.deephaven.plot.PlotStyle(objectRef=0x561e8d2734b8)

A scatter plot (lines are not displayed by default).

-STACKED_AREA = io.deephaven.plot.PlotStyle(objectRef=0x563a9fa66658)
+STACKED_AREA = io.deephaven.plot.PlotStyle(objectRef=0x561e8d273498)

A stacked area chart (does not display shapes at data points by default).

-STACKED_BAR = io.deephaven.plot.PlotStyle(objectRef=0x563a9fa66640)
+STACKED_BAR = io.deephaven.plot.PlotStyle(objectRef=0x561e8d273480)

A stacked bar chart.

-STEP = io.deephaven.plot.PlotStyle(objectRef=0x563a9fa66680)
+STEP = io.deephaven.plot.PlotStyle(objectRef=0x561e8d2734c0)

A step plot.

diff --git a/code/deephaven.plot.shape.html b/code/deephaven.plot.shape.html index bf3be173..cff4b234 100644 --- a/code/deephaven.plot.shape.html +++ b/code/deephaven.plot.shape.html @@ -364,61 +364,61 @@

An enumeration.

-CIRCLE = io.deephaven.gui.shape.JShapes(objectRef=0x563a9fa66760)
+CIRCLE = io.deephaven.gui.shape.JShapes(objectRef=0x561e8d2735a0)

Circle.

-DIAMOND = io.deephaven.gui.shape.JShapes(objectRef=0x563a9fa66770)
+DIAMOND = io.deephaven.gui.shape.JShapes(objectRef=0x561e8d2735b0)

Diamond.

-DOWN_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x563a9fa66790)
+DOWN_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x561e8d2735d0)

Down triangle.

-ELLIPSE = io.deephaven.gui.shape.JShapes(objectRef=0x563a9fa66780)
+ELLIPSE = io.deephaven.gui.shape.JShapes(objectRef=0x561e8d2735c0)

Ellipse.

-HORIZONTAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x563a9fa66778)
+HORIZONTAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x561e8d2735b8)

Horizontal rectangle.

-LEFT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x563a9fa667a0)
+LEFT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x561e8d2735e0)

Left triangle.

-RIGHT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x563a9fa66788)
+RIGHT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x561e8d2735c8)

Right triangle.

-SQUARE = io.deephaven.gui.shape.JShapes(objectRef=0x563a9fa66758)
+SQUARE = io.deephaven.gui.shape.JShapes(objectRef=0x561e8d273598)

Square.

-UP_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x563a9fa66768)
+UP_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x561e8d2735a8)

Up triangle.

-VERTICAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x563a9fa66798)
+VERTICAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x561e8d2735d8)

Vertical rectangle.

diff --git a/code/deephaven.stream.kafka.cdc.html b/code/deephaven.stream.kafka.cdc.html index 0f4d882d..8464f29c 100644 --- a/code/deephaven.stream.kafka.cdc.html +++ b/code/deephaven.stream.kafka.cdc.html @@ -468,7 +468,7 @@
-consume_raw(kafka_config, cdc_spec, partitions=None, table_type=deephaven.stream.kafka.consumer.TableType(io.deephaven.kafka.KafkaTools$TableType$Blink(objectRef=0x563a9e7f7af8)))[source]
+consume_raw(kafka_config, cdc_spec, partitions=None, table_type=deephaven.stream.kafka.consumer.TableType(io.deephaven.kafka.KafkaTools$TableType$Blink(objectRef=0x561e8b969838)))[source]

Consume the raw events from a Change Data Capture (CDC) Kafka stream to a Deephaven table.

Parameters:
diff --git a/code/deephaven.stream.kafka.consumer.html b/code/deephaven.stream.kafka.consumer.html index f29d5132..bba86c3e 100644 --- a/code/deephaven.stream.kafka.consumer.html +++ b/code/deephaven.stream.kafka.consumer.html @@ -514,7 +514,7 @@
-consume(kafka_config, topic, partitions=None, offsets=None, key_spec=None, value_spec=None, table_type=deephaven.stream.kafka.consumer.TableType(io.deephaven.kafka.KafkaTools$TableType$Blink(objectRef=0x563a9f497620)))[source]
+consume(kafka_config, topic, partitions=None, offsets=None, key_spec=None, value_spec=None, table_type=deephaven.stream.kafka.consumer.TableType(io.deephaven.kafka.KafkaTools$TableType$Blink(objectRef=0x561e8cca90a0)))[source]

Consume from Kafka to a Deephaven table.

Parameters:
@@ -557,7 +557,7 @@
-consume_to_partitioned_table(kafka_config, topic, partitions=None, offsets=None, key_spec=None, value_spec=None, table_type=deephaven.stream.kafka.consumer.TableType(io.deephaven.kafka.KafkaTools$TableType$Blink(objectRef=0x563a9f497628)))[source]
+consume_to_partitioned_table(kafka_config, topic, partitions=None, offsets=None, key_spec=None, value_spec=None, table_type=deephaven.stream.kafka.consumer.TableType(io.deephaven.kafka.KafkaTools$TableType$Blink(objectRef=0x561e8cca90a8)))[source]

Consume from Kafka to a Deephaven partitioned table.

Parameters:
diff --git a/code/deephaven.table.html b/code/deephaven.table.html index 0220e780..5f72cf63 100644 --- a/code/deephaven.table.html +++ b/code/deephaven.table.html @@ -404,7 +404,7 @@

An enum of node types for RollupTable

-AGGREGATED = io.deephaven.engine.table.hierarchical.RollupTable$NodeType(objectRef=0x563a9f3b2568)
+AGGREGATED = io.deephaven.engine.table.hierarchical.RollupTable$NodeType(objectRef=0x561e8cbc3d28)

Nodes at an aggregated (rolled up) level in the RollupTable. An aggregated level is above the constituent ( leaf) level. These nodes have column names and types that result from applying aggregations on the source table of the RollupTable.

@@ -412,7 +412,7 @@
-CONSTITUENT = io.deephaven.engine.table.hierarchical.RollupTable$NodeType(objectRef=0x563a9f3b2570)
+CONSTITUENT = io.deephaven.engine.table.hierarchical.RollupTable$NodeType(objectRef=0x561e8cbc3d30)

Nodes at the leaf level when rollup() method is called with include_constituent=True. The constituent level is the lowest in a rollup table. These nodes have column names and types from the source table of the RollupTable.

@@ -1855,19 +1855,19 @@

An enum of search display modes for layout hints

-DEFAULT = io.deephaven.engine.util.LayoutHintBuilder$SearchDisplayModes(objectRef=0x563a9f3878c8)
+DEFAULT = io.deephaven.engine.util.LayoutHintBuilder$SearchDisplayModes(objectRef=0x561e8cb99208)

Use the system default. This may depend on your user and/or system settings.

-HIDE = io.deephaven.engine.util.LayoutHintBuilder$SearchDisplayModes(objectRef=0x563a9f3878d8)
+HIDE = io.deephaven.engine.util.LayoutHintBuilder$SearchDisplayModes(objectRef=0x561e8cb99218)

Hide the search bar, regardless of user or system settings.

-SHOW = io.deephaven.engine.util.LayoutHintBuilder$SearchDisplayModes(objectRef=0x563a9f3878d0)
+SHOW = io.deephaven.engine.util.LayoutHintBuilder$SearchDisplayModes(objectRef=0x561e8cb99210)

Permit the search bar to be displayed, regardless of user or system settings.

diff --git a/code/deephaven.updateby.html b/code/deephaven.updateby.html index 9d687241..64ae3cdf 100644 --- a/code/deephaven.updateby.html +++ b/code/deephaven.updateby.html @@ -364,25 +364,25 @@

An Enum defining ways to handle invalid data during update-by operations.

-POISON = io.deephaven.api.updateby.BadDataBehavior(objectRef=0x563a9f353e48)
+POISON = io.deephaven.api.updateby.BadDataBehavior(objectRef=0x561e8cb65a48)

Allow the bad data to poison the result. This is only valid for use with NaN

-RESET = io.deephaven.api.updateby.BadDataBehavior(objectRef=0x563a9f353e38)
+RESET = io.deephaven.api.updateby.BadDataBehavior(objectRef=0x561e8cb65a38)

Reset the state for the bucket to None when invalid data is encountered

-SKIP = io.deephaven.api.updateby.BadDataBehavior(objectRef=0x563a9f353e40)
+SKIP = io.deephaven.api.updateby.BadDataBehavior(objectRef=0x561e8cb65a40)

Skip and do not process the invalid data without changing state

-THROW = io.deephaven.api.updateby.BadDataBehavior(objectRef=0x563a9f353e30)
+THROW = io.deephaven.api.updateby.BadDataBehavior(objectRef=0x561e8cb65a30)

Throw an exception and abort processing when bad data is encountered

@@ -396,19 +396,19 @@ difference between the current row and the previous row.

-NULL_DOMINATES = io.deephaven.api.updateby.DeltaControl(objectRef=0x563a9f35fc80)
+NULL_DOMINATES = io.deephaven.api.updateby.DeltaControl(objectRef=0x561e8cb73d80)

A valid value following a null value returns null

-VALUE_DOMINATES = io.deephaven.api.updateby.DeltaControl(objectRef=0x563a9f35fc88)
+VALUE_DOMINATES = io.deephaven.api.updateby.DeltaControl(objectRef=0x561e8cb73d88)

A valid value following a null value returns the valid value

-ZERO_DOMINATES = io.deephaven.api.updateby.DeltaControl(objectRef=0x563a9f35fc90)
+ZERO_DOMINATES = io.deephaven.api.updateby.DeltaControl(objectRef=0x561e8cb73d90)

A valid value following a null value returns zero

@@ -421,25 +421,25 @@

An Enum for predefined precision and rounding settings in numeric calculation.

-DECIMAL128 = java.math.MathContext(objectRef=0x563a9f35fcb8)
+DECIMAL128 = java.math.MathContext(objectRef=0x561e8cb73db8)

a precision setting matching the IEEE 754R Decimal128 format, 34 digits, rounding is half-even

-DECIMAL32 = java.math.MathContext(objectRef=0x563a9f35fca8)
+DECIMAL32 = java.math.MathContext(objectRef=0x561e8cb73da8)

a precision setting matching the IEEE 754R Decimal32 format, 7 digits, rounding is half-even

-DECIMAL64 = java.math.MathContext(objectRef=0x563a9f35fcb0)
+DECIMAL64 = java.math.MathContext(objectRef=0x561e8cb73db0)

a precision setting matching the IEEE 754R Decimal64 format, 16 digits, rounding is half-even

-UNLIMITED = java.math.MathContext(objectRef=0x563a9f35fca0)
+UNLIMITED = java.math.MathContext(objectRef=0x561e8cb73da0)

unlimited precision arithmetic, rounding is half-up

diff --git a/searchindex.js b/searchindex.js index d9abd095..f0c9a13f 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"Index": [[73, "index"]], "Module Index": [[76, "module-index"]], "Python Modules": [[75, "python-modules"]], "deephaven": [[0, "deephaven"]], "deephaven.agg": [[1, "module-deephaven.agg"]], "deephaven.appmode": [[2, "module-deephaven.appmode"]], "deephaven.arrow": [[3, "module-deephaven.arrow"]], "deephaven.barrage": [[4, "module-deephaven.barrage"]], "deephaven.calendar": [[5, "module-deephaven.calendar"]], "deephaven.column": [[6, "module-deephaven.column"]], "deephaven.constants": [[7, "module-deephaven.constants"]], "deephaven.csv": [[8, "module-deephaven.csv"]], "deephaven.dbc": [[9, "deephaven-dbc"]], "deephaven.dbc.adbc": [[10, "deephaven-dbc-adbc"]], "deephaven.dbc.odbc": [[11, "deephaven-dbc-odbc"]], "deephaven.dherror": [[12, "module-deephaven.dherror"]], "deephaven.dtypes": [[13, "module-deephaven.dtypes"]], "deephaven.execution_context": [[14, "module-deephaven.execution_context"]], "deephaven.experimental": [[15, "deephaven-experimental"]], "deephaven.experimental.data_index": [[16, "module-deephaven.experimental.data_index"]], "deephaven.experimental.ema": [[17, "module-deephaven.experimental.ema"]], "deephaven.experimental.outer_joins": [[18, "module-deephaven.experimental.outer_joins"]], "deephaven.experimental.s3": [[19, "module-deephaven.experimental.s3"]], "deephaven.experimental.sql": [[20, "module-deephaven.experimental.sql"]], "deephaven.filters": [[21, "module-deephaven.filters"]], "deephaven.html": [[22, "module-deephaven.html"]], "deephaven.jcompat": [[23, "module-deephaven.jcompat"]], "deephaven.learn": [[24, "deephaven-learn"]], "deephaven.learn.gather": [[25, "module-deephaven.learn.gather"]], "deephaven.liveness_scope": [[26, "module-deephaven.liveness_scope"]], "deephaven.numpy": [[27, "module-deephaven.numpy"]], "deephaven.pandas": [[28, "module-deephaven.pandas"]], "deephaven.pandasplugin": [[29, "deephaven-pandasplugin"]], "deephaven.pandasplugin.pandas_as_table": [[30, "module-deephaven.pandasplugin.pandas_as_table"]], "deephaven.parquet": [[31, "module-deephaven.parquet"]], "deephaven.perfmon": [[32, "module-deephaven.perfmon"]], "deephaven.plot": [[33, "deephaven-plot"]], "deephaven.plot.axisformat": [[34, "module-deephaven.plot.axisformat"]], "deephaven.plot.axistransform": [[35, "module-deephaven.plot.axistransform"]], "deephaven.plot.color": [[36, "module-deephaven.plot.color"]], "deephaven.plot.figure": [[37, "module-deephaven.plot.figure"]], "deephaven.plot.font": [[38, "module-deephaven.plot.font"]], "deephaven.plot.linestyle": [[39, "module-deephaven.plot.linestyle"]], "deephaven.plot.plotstyle": [[40, "module-deephaven.plot.plotstyle"]], "deephaven.plot.selectable_dataset": [[41, "module-deephaven.plot.selectable_dataset"]], "deephaven.plot.shape": [[42, "module-deephaven.plot.shape"]], "deephaven.plugin": [[43, "deephaven-plugin"]], "deephaven.plugin.js": [[44, "module-deephaven.plugin.js"]], "deephaven.plugin.object_type": [[45, "module-deephaven.plugin.object_type"]], "deephaven.query_library": [[46, "module-deephaven.query_library"]], "deephaven.replay": [[47, "module-deephaven.replay"]], "deephaven.server": [[48, "deephaven-server"]], "deephaven.server.executors": [[49, "module-deephaven.server.executors"]], "deephaven.stream": [[50, "deephaven-stream"]], "deephaven.stream.kafka": [[51, "deephaven-stream-kafka"]], "deephaven.stream.kafka.cdc": [[52, "module-deephaven.stream.kafka.cdc"]], "deephaven.stream.kafka.consumer": [[53, "module-deephaven.stream.kafka.consumer"]], "deephaven.stream.kafka.producer": [[54, "module-deephaven.stream.kafka.producer"]], "deephaven.stream.table_publisher": [[55, "module-deephaven.stream.table_publisher"]], "deephaven.table": [[56, "module-deephaven.table"]], "deephaven.table_factory": [[57, "module-deephaven.table_factory"]], "deephaven.table_listener": [[58, "module-deephaven.table_listener"]], "deephaven.time": [[59, "module-deephaven.time"]], "deephaven.update_graph": [[60, "module-deephaven.update_graph"]], "deephaven.updateby": [[61, "module-deephaven.updateby"]], "deephaven.uri": [[62, "module-deephaven.uri"]], "deephaven_ib": [[63, "deephaven-ib"]], "deephaven_ib Documentation": [[74, "deephaven-ib-documentation"]], "deephaven_ib.time": [[64, "module-deephaven_ib.time"]], "deephaven_server": [[65, "deephaven-server"]], "deephaven_server.cli": [[66, "module-deephaven_server.cli"]], "deephaven_server.server": [[67, "module-deephaven_server.server"]], "deephaven_server.start_jvm": [[68, "module-deephaven_server.start_jvm"]], "ibapi": [[69, "ibapi"]], "ibapi.contract": [[70, "module-ibapi.contract"]], "ibapi.order": [[71, "module-ibapi.order"]], "jpy": [[72, "module-jpy"]]}, "docnames": ["code/deephaven", "code/deephaven.agg", "code/deephaven.appmode", "code/deephaven.arrow", "code/deephaven.barrage", "code/deephaven.calendar", "code/deephaven.column", "code/deephaven.constants", "code/deephaven.csv", "code/deephaven.dbc", "code/deephaven.dbc.adbc", "code/deephaven.dbc.odbc", "code/deephaven.dherror", "code/deephaven.dtypes", "code/deephaven.execution_context", "code/deephaven.experimental", "code/deephaven.experimental.data_index", "code/deephaven.experimental.ema", "code/deephaven.experimental.outer_joins", "code/deephaven.experimental.s3", "code/deephaven.experimental.sql", "code/deephaven.filters", "code/deephaven.html", "code/deephaven.jcompat", "code/deephaven.learn", "code/deephaven.learn.gather", "code/deephaven.liveness_scope", "code/deephaven.numpy", "code/deephaven.pandas", "code/deephaven.pandasplugin", "code/deephaven.pandasplugin.pandas_as_table", "code/deephaven.parquet", "code/deephaven.perfmon", "code/deephaven.plot", "code/deephaven.plot.axisformat", "code/deephaven.plot.axistransform", "code/deephaven.plot.color", "code/deephaven.plot.figure", "code/deephaven.plot.font", "code/deephaven.plot.linestyle", "code/deephaven.plot.plotstyle", "code/deephaven.plot.selectable_dataset", "code/deephaven.plot.shape", "code/deephaven.plugin", "code/deephaven.plugin.js", "code/deephaven.plugin.object_type", "code/deephaven.query_library", "code/deephaven.replay", "code/deephaven.server", "code/deephaven.server.executors", "code/deephaven.stream", "code/deephaven.stream.kafka", "code/deephaven.stream.kafka.cdc", "code/deephaven.stream.kafka.consumer", "code/deephaven.stream.kafka.producer", "code/deephaven.stream.table_publisher", "code/deephaven.table", "code/deephaven.table_factory", "code/deephaven.table_listener", "code/deephaven.time", "code/deephaven.update_graph", "code/deephaven.updateby", "code/deephaven.uri", "code/deephaven_ib", "code/deephaven_ib.time", "code/deephaven_server", "code/deephaven_server.cli", "code/deephaven_server.server", "code/deephaven_server.start_jvm", "code/ibapi", "code/ibapi.contract", "code/ibapi.order", "code/jpy", "genindex", "index", "modules", "py-modindex"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx.ext.viewcode": 1}, "filenames": ["code/deephaven.rst", "code/deephaven.agg.rst", "code/deephaven.appmode.rst", "code/deephaven.arrow.rst", "code/deephaven.barrage.rst", "code/deephaven.calendar.rst", "code/deephaven.column.rst", "code/deephaven.constants.rst", "code/deephaven.csv.rst", "code/deephaven.dbc.rst", "code/deephaven.dbc.adbc.rst", "code/deephaven.dbc.odbc.rst", "code/deephaven.dherror.rst", "code/deephaven.dtypes.rst", "code/deephaven.execution_context.rst", "code/deephaven.experimental.rst", "code/deephaven.experimental.data_index.rst", "code/deephaven.experimental.ema.rst", "code/deephaven.experimental.outer_joins.rst", "code/deephaven.experimental.s3.rst", "code/deephaven.experimental.sql.rst", "code/deephaven.filters.rst", "code/deephaven.html.rst", "code/deephaven.jcompat.rst", "code/deephaven.learn.rst", "code/deephaven.learn.gather.rst", "code/deephaven.liveness_scope.rst", "code/deephaven.numpy.rst", "code/deephaven.pandas.rst", "code/deephaven.pandasplugin.rst", "code/deephaven.pandasplugin.pandas_as_table.rst", "code/deephaven.parquet.rst", "code/deephaven.perfmon.rst", "code/deephaven.plot.rst", "code/deephaven.plot.axisformat.rst", "code/deephaven.plot.axistransform.rst", "code/deephaven.plot.color.rst", "code/deephaven.plot.figure.rst", "code/deephaven.plot.font.rst", "code/deephaven.plot.linestyle.rst", "code/deephaven.plot.plotstyle.rst", "code/deephaven.plot.selectable_dataset.rst", "code/deephaven.plot.shape.rst", "code/deephaven.plugin.rst", "code/deephaven.plugin.js.rst", "code/deephaven.plugin.object_type.rst", "code/deephaven.query_library.rst", "code/deephaven.replay.rst", "code/deephaven.server.rst", "code/deephaven.server.executors.rst", "code/deephaven.stream.rst", "code/deephaven.stream.kafka.rst", "code/deephaven.stream.kafka.cdc.rst", "code/deephaven.stream.kafka.consumer.rst", "code/deephaven.stream.kafka.producer.rst", "code/deephaven.stream.table_publisher.rst", "code/deephaven.table.rst", "code/deephaven.table_factory.rst", "code/deephaven.table_listener.rst", "code/deephaven.time.rst", "code/deephaven.update_graph.rst", "code/deephaven.updateby.rst", "code/deephaven.uri.rst", "code/deephaven_ib.rst", "code/deephaven_ib.time.rst", "code/deephaven_server.rst", "code/deephaven_server.cli.rst", "code/deephaven_server.server.rst", "code/deephaven_server.start_jvm.rst", "code/ibapi.rst", "code/ibapi.contract.rst", "code/ibapi.order.rst", "code/jpy.rst", "genindex.rst", "index.rst", "modules.rst", "py-modindex.rst"], "indexentries": {"abs_sum() (in module deephaven.agg)": [[1, "deephaven.agg.abs_sum", false]], "abs_sum_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.abs_sum_by", false]], "abs_sum_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.abs_sum_by", false]], "abs_sum_by() (table method)": [[56, "deephaven.table.Table.abs_sum_by", false]], "add() (inputtable method)": [[57, "deephaven.table_factory.InputTable.add", false]], "add() (tablepublisher method)": [[55, "deephaven.stream.table_publisher.TablePublisher.add", false]], "add_calendar() (in module deephaven.calendar)": [[5, "deephaven.calendar.add_calendar", false]], "add_table() (tablereplayer method)": [[0, "deephaven.TableReplayer.add_table", false], [47, "deephaven.replay.TableReplayer.add_table", false]], "added() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.added", false]], "added_chunks() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.added_chunks", false]], "adjusted_last (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.ADJUSTED_LAST", false]], "agg_all_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.agg_all_by", false]], "agg_all_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.agg_all_by", false]], "agg_all_by() (table method)": [[56, "deephaven.table.Table.agg_all_by", false]], "agg_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.agg_by", false]], "agg_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.agg_by", false]], "agg_by() (table method)": [[56, "deephaven.table.Table.agg_by", false]], "aggregated (nodetype attribute)": [[56, "deephaven.table.NodeType.AGGREGATED", false]], "aggregation (class in deephaven.agg)": [[1, "deephaven.agg.Aggregation", false]], "aggtrades (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.AGGTRADES", false]], "aj() (inputtable method)": [[57, "deephaven.table_factory.InputTable.aj", false]], "aj() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.aj", false]], "aj() (table method)": [[56, "deephaven.table.Table.aj", false]], "all_partitions_dont_seek (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.ALL_PARTITIONS_DONT_SEEK", false]], "all_partitions_seek_to_beginning (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.ALL_PARTITIONS_SEEK_TO_BEGINNING", false]], "all_partitions_seek_to_end (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.ALL_PARTITIONS_SEEK_TO_END", false]], "and_() (in module deephaven.filters)": [[21, "deephaven.filters.and_", false]], "append() (tabletype static method)": [[53, "deephaven.stream.kafka.consumer.TableType.append", false]], "applicationstate (class in deephaven.appmode)": [[2, "deephaven.appmode.ApplicationState", false]], "area (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.AREA", false]], "array() (in module deephaven.dtypes)": [[13, "deephaven.dtypes.array", false]], "array() (in module jpy)": [[72, "jpy.array", false]], "ascending (sortdirection attribute)": [[0, "deephaven.SortDirection.ASCENDING", false], [56, "deephaven.table.SortDirection.ASCENDING", false]], "ask (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.ASK", false]], "attributes() (inputtable method)": [[57, "deephaven.table_factory.InputTable.attributes", false]], "attributes() (table method)": [[56, "deephaven.table.Table.attributes", false]], "auth_type (authenticationhandler property)": [[67, "deephaven_server.server.AuthenticationHandler.auth_type", false]], "authentication_handlers (server property)": [[67, "deephaven_server.server.Server.authentication_handlers", false]], "authenticationhandler (class in deephaven_server.server)": [[67, "deephaven_server.server.AuthenticationHandler", false]], "auto_locking (in module deephaven.update_graph)": [[60, "deephaven.update_graph.auto_locking", false]], "auto_locking_ctx() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.auto_locking_ctx", false]], "auto_locking_op() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.auto_locking_op", false]], "autocloseable (class in deephaven.jcompat)": [[23, "deephaven.jcompat.AutoCloseable", false]], "avg() (in module deephaven.agg)": [[1, "deephaven.agg.avg", false]], "avg_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.avg_by", false]], "avg_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.avg_by", false]], "avg_by() (table method)": [[56, "deephaven.table.Table.avg_by", false]], "avro_spec() (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.avro_spec", false]], "avro_spec() (in module deephaven.stream.kafka.producer)": [[54, "deephaven.stream.kafka.producer.avro_spec", false]], "await_update() (inputtable method)": [[57, "deephaven.table_factory.InputTable.await_update", false]], "await_update() (table method)": [[56, "deephaven.table.Table.await_update", false]], "axes() (figure method)": [[37, "deephaven.plot.figure.Figure.axes", false]], "axis() (figure method)": [[37, "deephaven.plot.figure.Figure.axis", false]], "axis_transform() (in module deephaven.plot.axistransform)": [[35, "deephaven.plot.axistransform.axis_transform", false]], "axis_transform_names() (in module deephaven.plot.axistransform)": [[35, "deephaven.plot.axistransform.axis_transform_names", false]], "axisformat (class in deephaven.plot.axisformat)": [[34, "deephaven.plot.axisformat.AxisFormat", false]], "axistransform (class in deephaven.plot.axistransform)": [[35, "deephaven.plot.axistransform.AxisTransform", false]], "baddatabehavior (class in deephaven.updateby)": [[61, "deephaven.updateby.BadDataBehavior", false]], "bar (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.BAR", false]], "bardatatype (class in deephaven_ib)": [[63, "deephaven_ib.BarDataType", false]], "barrage_session() (in module deephaven.barrage)": [[4, "deephaven.barrage.barrage_session", false]], "barragesession (class in deephaven.barrage)": [[4, "deephaven.barrage.BarrageSession", false]], "barsize (class in deephaven_ib)": [[63, "deephaven_ib.BarSize", false]], "basic (orderidstrategy attribute)": [[63, "deephaven_ib.OrderIdStrategy.BASIC", false]], "batch_write() (in module deephaven.parquet)": [[31, "deephaven.parquet.batch_write", false]], "bevel (linejoinstyle attribute)": [[39, "deephaven.plot.linestyle.LineJoinStyle.BEVEL", false]], "bid (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.BID", false]], "bid_ask (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.BID_ASK", false]], "bid_ask (tickdatatype attribute)": [[63, "deephaven_ib.TickDataType.BID_ASK", false]], "bidirectionalobjecttype (class in deephaven.plugin.object_type)": [[45, "deephaven.plugin.object_type.BidirectionalObjectType", false]], "bigdecimal (in module deephaven.dtypes)": [[13, "deephaven.dtypes.BigDecimal", false]], "blink() (tabletype static method)": [[53, "deephaven.stream.kafka.consumer.TableType.blink", false]], "blink_to_append_only() (in module deephaven.stream)": [[50, "deephaven.stream.blink_to_append_only", false]], "bold (fontstyle attribute)": [[38, "deephaven.plot.font.FontStyle.BOLD", false]], "bold_italic (fontstyle attribute)": [[38, "deephaven.plot.font.FontStyle.BOLD_ITALIC", false]], "bool_ (in module deephaven.dtypes)": [[13, "deephaven.dtypes.bool_", false]], "bool_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.bool_array", false]], "bool_col() (in module deephaven.column)": [[6, "deephaven.column.bool_col", false]], "boolean_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.boolean_array", false]], "businesscalendar (in module deephaven.dtypes)": [[13, "deephaven.dtypes.BusinessCalendar", false]], "butt (lineendstyle attribute)": [[39, "deephaven.plot.linestyle.LineEndStyle.BUTT", false]], "byemasimple() (in module deephaven.experimental.ema)": [[17, "deephaven.experimental.ema.ByEmaSimple", false]], "byte (in module deephaven.dtypes)": [[13, "deephaven.dtypes.byte", false]], "byte_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.byte_array", false]], "byte_buffer() (in module jpy)": [[72, "jpy.byte_buffer", false]], "byte_col() (in module deephaven.column)": [[6, "deephaven.column.byte_col", false]], "c (memorylayout attribute)": [[25, "deephaven.learn.gather.MemoryLayout.C", false]], "calendar() (in module deephaven.calendar)": [[5, "deephaven.calendar.calendar", false]], "calendar_name() (in module deephaven.calendar)": [[5, "deephaven.calendar.calendar_name", false]], "calendar_names() (in module deephaven.calendar)": [[5, "deephaven.calendar.calendar_names", false]], "callback (class in deephaven.plugin)": [[43, "deephaven.plugin.Callback", false]], "cancel() (request method)": [[63, "deephaven_ib.Request.cancel", false]], "cast() (in module jpy)": [[72, "jpy.cast", false]], "cdc_long_spec() (in module deephaven.stream.kafka.cdc)": [[52, "deephaven.stream.kafka.cdc.cdc_long_spec", false]], "cdc_short_spec() (in module deephaven.stream.kafka.cdc)": [[52, "deephaven.stream.kafka.cdc.cdc_short_spec", false]], "cdcspec (class in deephaven.stream.kafka.cdc)": [[52, "deephaven.stream.kafka.cdc.CDCSpec", false]], "char (in module deephaven.dtypes)": [[13, "deephaven.dtypes.char", false]], "char_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.char_array", false]], "char_col() (in module deephaven.column)": [[6, "deephaven.column.char_col", false]], "character (in module deephaven.dtypes)": [[13, "deephaven.dtypes.Character", false]], "chart() (figure method)": [[37, "deephaven.plot.figure.Figure.chart", false]], "chart_legend() (figure method)": [[37, "deephaven.plot.figure.Figure.chart_legend", false]], "chart_title() (figure method)": [[37, "deephaven.plot.figure.Figure.chart_title", false]], "circle (shape attribute)": [[42, "deephaven.plot.shape.Shape.CIRCLE", false]], "client_id (ibsessiontws property)": [[63, "deephaven_ib.IbSessionTws.client_id", false]], "close() (barragesession method)": [[4, "deephaven.barrage.BarrageSession.close", false]], "close() (dynamictablewriter method)": [[0, "deephaven.DynamicTableWriter.close", false], [57, "deephaven.table_factory.DynamicTableWriter.close", false]], "coalesce() (inputtable method)": [[57, "deephaven.table_factory.InputTable.coalesce", false]], "coalesce() (table method)": [[56, "deephaven.table.Table.coalesce", false]], "color (class in deephaven.plot.color)": [[36, "deephaven.plot.color.Color", false]], "colors (class in deephaven.plot.color)": [[36, "deephaven.plot.color.Colors", false]], "column (class in deephaven.column)": [[6, "deephaven.column.Column", false]], "column_major (memorylayout attribute)": [[25, "deephaven.learn.gather.MemoryLayout.COLUMN_MAJOR", false]], "columninstruction (class in deephaven.parquet)": [[31, "deephaven.parquet.ColumnInstruction", false]], "columns (inputtable property)": [[57, "deephaven.table_factory.InputTable.columns", false]], "columns (table property)": [[56, "deephaven.table.Table.columns", false]], "columntype (class in deephaven.column)": [[6, "deephaven.column.ColumnType", false]], "comboleg (class in ibapi.contract)": [[70, "ibapi.contract.ComboLeg", false]], "compact_traceback (dherror property)": [[0, "deephaven.DHError.compact_traceback", false], [12, "deephaven.dherror.DHError.compact_traceback", false]], "connect() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.connect", false]], "constituent (nodetype attribute)": [[56, "deephaven.table.NodeType.CONSTITUENT", false]], "constituent_changes_permitted (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.constituent_changes_permitted", false]], "constituent_column (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.constituent_column", false]], "constituent_table_columns (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.constituent_table_columns", false]], "constituent_tables (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.constituent_tables", false]], "consume() (in module deephaven.stream.kafka.cdc)": [[52, "deephaven.stream.kafka.cdc.consume", false]], "consume() (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.consume", false]], "consume_raw() (in module deephaven.stream.kafka.cdc)": [[52, "deephaven.stream.kafka.cdc.consume_raw", false]], "consume_to_partitioned_table() (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.consume_to_partitioned_table", false]], "contract (class in ibapi.contract)": [[70, "ibapi.contract.Contract", false]], "contractdescription (class in ibapi.contract)": [[70, "ibapi.contract.ContractDescription", false]], "contractdetails (class in ibapi.contract)": [[70, "ibapi.contract.ContractDetails", false]], "convert() (in module jpy)": [[72, "jpy.convert", false]], "count_() (in module deephaven.agg)": [[1, "deephaven.agg.count_", false]], "count_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.count_by", false]], "count_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.count_by", false]], "count_by() (table method)": [[56, "deephaven.table.Table.count_by", false]], "count_distinct() (in module deephaven.agg)": [[1, "deephaven.agg.count_distinct", false]], "create_client_connection() (bidirectionalobjecttype method)": [[45, "deephaven.plugin.object_type.BidirectionalObjectType.create_client_connection", false]], "create_jvm() (in module jpy)": [[72, "jpy.create_jvm", false]], "cum_max() (in module deephaven.updateby)": [[61, "deephaven.updateby.cum_max", false]], "cum_min() (in module deephaven.updateby)": [[61, "deephaven.updateby.cum_min", false]], "cum_prod() (in module deephaven.updateby)": [[61, "deephaven.updateby.cum_prod", false]], "cum_sum() (in module deephaven.updateby)": [[61, "deephaven.updateby.cum_sum", false]], "data_index() (in module deephaven.experimental.data_index)": [[16, "deephaven.experimental.data_index.data_index", false]], "dataindex (class in deephaven.experimental.data_index)": [[16, "deephaven.experimental.data_index.DataIndex", false]], "datetime_col() (in module deephaven.column)": [[6, "deephaven.column.datetime_col", false]], "day_1 (barsize attribute)": [[63, "deephaven_ib.BarSize.DAY_1", false]], "days() (duration static method)": [[63, "deephaven_ib.Duration.days", false]], "decimal128 (mathcontext attribute)": [[61, "deephaven.updateby.MathContext.DECIMAL128", false]], "decimal32 (mathcontext attribute)": [[61, "deephaven.updateby.MathContext.DECIMAL32", false]], "decimal64 (mathcontext attribute)": [[61, "deephaven.updateby.MathContext.DECIMAL64", false]], "decimalaxisformat (class in deephaven.plot.axisformat)": [[34, "deephaven.plot.axisformat.DecimalAxisFormat", false]], "decl_class (joverloadedmethod attribute)": [[72, "jpy.JOverloadedMethod.decl_class", false]], "deephaven": [[0, "module-deephaven", false]], "deephaven.agg": [[1, "module-deephaven.agg", false]], "deephaven.appmode": [[2, "module-deephaven.appmode", false]], "deephaven.arrow": [[3, "module-deephaven.arrow", false]], "deephaven.barrage": [[4, "module-deephaven.barrage", false]], "deephaven.calendar": [[5, "module-deephaven.calendar", false]], "deephaven.column": [[6, "module-deephaven.column", false]], "deephaven.constants": [[7, "module-deephaven.constants", false]], "deephaven.csv": [[8, "module-deephaven.csv", false]], "deephaven.dbc": [[9, "module-deephaven.dbc", false]], "deephaven.dherror": [[12, "module-deephaven.dherror", false]], "deephaven.dtypes": [[13, "module-deephaven.dtypes", false]], "deephaven.execution_context": [[14, "module-deephaven.execution_context", false]], "deephaven.experimental": [[15, "module-deephaven.experimental", false]], "deephaven.experimental.data_index": [[16, "module-deephaven.experimental.data_index", false]], "deephaven.experimental.ema": [[17, "module-deephaven.experimental.ema", false]], "deephaven.experimental.outer_joins": [[18, "module-deephaven.experimental.outer_joins", false]], "deephaven.experimental.s3": [[19, "module-deephaven.experimental.s3", false]], "deephaven.experimental.sql": [[20, "module-deephaven.experimental.sql", false]], "deephaven.filters": [[21, "module-deephaven.filters", false]], "deephaven.html": [[22, "module-deephaven.html", false]], "deephaven.jcompat": [[23, "module-deephaven.jcompat", false]], "deephaven.learn": [[24, "module-deephaven.learn", false]], "deephaven.learn.gather": [[25, "module-deephaven.learn.gather", false]], "deephaven.liveness_scope": [[26, "module-deephaven.liveness_scope", false]], "deephaven.numpy": [[27, "module-deephaven.numpy", false]], "deephaven.pandas": [[28, "module-deephaven.pandas", false]], "deephaven.pandasplugin": [[29, "module-deephaven.pandasplugin", false]], "deephaven.pandasplugin.pandas_as_table": [[30, "module-deephaven.pandasplugin.pandas_as_table", false]], "deephaven.parquet": [[31, "module-deephaven.parquet", false]], "deephaven.perfmon": [[32, "module-deephaven.perfmon", false]], "deephaven.plot": [[33, "module-deephaven.plot", false]], "deephaven.plot.axisformat": [[34, "module-deephaven.plot.axisformat", false]], "deephaven.plot.axistransform": [[35, "module-deephaven.plot.axistransform", false]], "deephaven.plot.color": [[36, "module-deephaven.plot.color", false]], "deephaven.plot.figure": [[37, "module-deephaven.plot.figure", false]], "deephaven.plot.font": [[38, "module-deephaven.plot.font", false]], "deephaven.plot.linestyle": [[39, "module-deephaven.plot.linestyle", false]], "deephaven.plot.plotstyle": [[40, "module-deephaven.plot.plotstyle", false]], "deephaven.plot.selectable_dataset": [[41, "module-deephaven.plot.selectable_dataset", false]], "deephaven.plot.shape": [[42, "module-deephaven.plot.shape", false]], "deephaven.plugin": [[43, "module-deephaven.plugin", false]], "deephaven.plugin.js": [[44, "module-deephaven.plugin.js", false]], "deephaven.plugin.object_type": [[45, "module-deephaven.plugin.object_type", false]], "deephaven.query_library": [[46, "module-deephaven.query_library", false]], "deephaven.replay": [[47, "module-deephaven.replay", false]], "deephaven.server": [[48, "module-deephaven.server", false]], "deephaven.server.executors": [[49, "module-deephaven.server.executors", false]], "deephaven.stream": [[50, "module-deephaven.stream", false]], "deephaven.stream.kafka": [[51, "module-deephaven.stream.kafka", false]], "deephaven.stream.kafka.cdc": [[52, "module-deephaven.stream.kafka.cdc", false]], "deephaven.stream.kafka.consumer": [[53, "module-deephaven.stream.kafka.consumer", false]], "deephaven.stream.kafka.producer": [[54, "module-deephaven.stream.kafka.producer", false]], "deephaven.stream.table_publisher": [[55, "module-deephaven.stream.table_publisher", false]], "deephaven.table": [[56, "module-deephaven.table", false]], "deephaven.table_factory": [[57, "module-deephaven.table_factory", false]], "deephaven.table_listener": [[58, "module-deephaven.table_listener", false]], "deephaven.time": [[59, "module-deephaven.time", false]], "deephaven.update_graph": [[60, "module-deephaven.update_graph", false]], "deephaven.updateby": [[61, "module-deephaven.updateby", false]], "deephaven.uri": [[62, "module-deephaven.uri", false]], "deephaven_ib": [[63, "module-deephaven_ib", false]], "deephaven_ib.time": [[64, "module-deephaven_ib.time", false]], "deephaven_server": [[65, "module-deephaven_server", false]], "deephaven_server.cli": [[66, "module-deephaven_server.cli", false]], "deephaven_server.server": [[67, "module-deephaven_server.server", false]], "deephaven_server.start_jvm": [[68, "module-deephaven_server.start_jvm", false]], "default (searchdisplaymode attribute)": [[56, "deephaven.table.SearchDisplayMode.DEFAULT", false]], "delayed (marketdatatype attribute)": [[63, "deephaven_ib.MarketDataType.DELAYED", false]], "delete() (in module deephaven.parquet)": [[31, "deephaven.parquet.delete", false]], "delete() (inputtable method)": [[57, "deephaven.table_factory.InputTable.delete", false]], "delta() (in module deephaven.updateby)": [[61, "deephaven.updateby.delta", false]], "deltacontrol (class in deephaven.updateby)": [[61, "deephaven.updateby.DeltaControl", false]], "deltaneutralcontract (class in ibapi.contract)": [[70, "ibapi.contract.DeltaNeutralContract", false]], "descending (sortdirection attribute)": [[0, "deephaven.SortDirection.DESCENDING", false], [56, "deephaven.table.SortDirection.DESCENDING", false]], "destroy_jvm() (in module jpy)": [[72, "jpy.destroy_jvm", false]], "dh_now() (in module deephaven.time)": [[59, "deephaven.time.dh_now", false]], "dh_null_to_nan() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.dh_null_to_nan", false]], "dh_time_zone() (in module deephaven.time)": [[59, "deephaven.time.dh_time_zone", false]], "dh_today() (in module deephaven.time)": [[59, "deephaven.time.dh_today", false]], "dherror": [[0, "deephaven.DHError", false], [12, "deephaven.dherror.DHError", false]], "diamond (shape attribute)": [[42, "deephaven.plot.shape.Shape.DIAMOND", false]], "disconnect() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.disconnect", false]], "distinct() (in module deephaven.agg)": [[1, "deephaven.agg.distinct", false]], "dont_seek (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.DONT_SEEK", false]], "double (in module deephaven.dtypes)": [[13, "deephaven.dtypes.double", false]], "double_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.double_array", false]], "double_col() (in module deephaven.column)": [[6, "deephaven.column.double_col", false]], "down_triangle (shape attribute)": [[42, "deephaven.plot.shape.Shape.DOWN_TRIANGLE", false]], "drop_columns() (inputtable method)": [[57, "deephaven.table_factory.InputTable.drop_columns", false]], "drop_columns() (table method)": [[56, "deephaven.table.Table.drop_columns", false]], "dtype (class in deephaven.dtypes)": [[13, "deephaven.dtypes.DType", false]], "duration (class in deephaven_ib)": [[63, "deephaven_ib.Duration", false]], "duration (in module deephaven.dtypes)": [[13, "deephaven.dtypes.Duration", false]], "dynamictablewriter (class in deephaven)": [[0, "deephaven.DynamicTableWriter", false]], "dynamictablewriter (class in deephaven.table_factory)": [[57, "deephaven.table_factory.DynamicTableWriter", false]], "ellipse (shape attribute)": [[42, "deephaven.plot.shape.Shape.ELLIPSE", false]], "ema() (in module deephaven.experimental.ema)": [[17, "deephaven.experimental.ema.Ema", false]], "ema_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.ema_tick", false]], "ema_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.ema_time", false]], "emaarray() (in module deephaven.experimental.ema)": [[17, "deephaven.experimental.ema.EmaArray", false]], "emmax_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.emmax_tick", false]], "emmax_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.emmax_time", false]], "emmin_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.emmin_tick", false]], "emmin_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.emmin_time", false]], "empty_table() (in module deephaven)": [[0, "deephaven.empty_table", false]], "empty_table() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.empty_table", false]], "ems_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.ems_tick", false]], "ems_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.ems_time", false]], "emstd_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.emstd_tick", false]], "emstd_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.emstd_time", false]], "error_bar (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.ERROR_BAR", false]], "evaluate() (in module deephaven.experimental.sql)": [[20, "deephaven.experimental.sql.evaluate", false]], "exact_join() (inputtable method)": [[57, "deephaven.table_factory.InputTable.exact_join", false]], "exact_join() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.exact_join", false]], "exact_join() (table method)": [[56, "deephaven.table.Table.exact_join", false]], "exclusive_lock() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.exclusive_lock", false]], "exclusive_locked() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.exclusive_locked", false]], "executioncontext (class in deephaven.execution_context)": [[14, "deephaven.execution_context.ExecutionContext", false]], "executor_names() (in module deephaven.server.executors)": [[49, "deephaven.server.executors.executor_names", false]], "exponentiallydecayedsum() (in module deephaven.experimental.ema)": [[17, "deephaven.experimental.ema.ExponentiallyDecayedSum", false]], "exporter (class in deephaven.plugin.object_type)": [[45, "deephaven.plugin.object_type.Exporter", false]], "fee_rate (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.FEE_RATE", false]], "fetchonlyobjecttype (class in deephaven.plugin.object_type)": [[45, "deephaven.plugin.object_type.FetchOnlyObjectType", false]], "figure (class in deephaven.plot.figure)": [[37, "deephaven.plot.figure.Figure", false]], "figure() (figure method)": [[37, "deephaven.plot.figure.Figure.figure", false]], "figure_title() (figure method)": [[37, "deephaven.plot.figure.Figure.figure_title", false]], "filter (class in deephaven.filters)": [[21, "deephaven.filters.Filter", false]], "filter() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.filter", false]], "find (patternmode attribute)": [[21, "deephaven.filters.PatternMode.FIND", false]], "first() (in module deephaven.agg)": [[1, "deephaven.agg.first", false]], "first_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.first_by", false]], "first_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.first_by", false]], "first_by() (table method)": [[56, "deephaven.table.Table.first_by", false]], "flat_partitioned (parquetfilelayout attribute)": [[31, "deephaven.parquet.ParquetFileLayout.FLAT_PARTITIONED", false]], "flatten() (inputtable method)": [[57, "deephaven.table_factory.InputTable.flatten", false]], "flatten() (table method)": [[56, "deephaven.table.Table.flatten", false]], "float32 (in module deephaven.dtypes)": [[13, "deephaven.dtypes.float32", false]], "float32_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.float32_array", false]], "float64 (in module deephaven.dtypes)": [[13, "deephaven.dtypes.float64", false]], "float64_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.float64_array", false]], "float_ (in module deephaven.dtypes)": [[13, "deephaven.dtypes.float_", false]], "float_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.float_array", false]], "float_col() (in module deephaven.column)": [[6, "deephaven.column.float_col", false]], "font (class in deephaven.plot.font)": [[38, "deephaven.plot.font.Font", false]], "font_family_names() (in module deephaven.plot.font)": [[38, "deephaven.plot.font.font_family_names", false]], "fontstyle (class in deephaven.plot.font)": [[38, "deephaven.plot.font.FontStyle", false]], "format_column() (rollupnodeoperationsrecorder method)": [[56, "deephaven.table.RollupNodeOperationsRecorder.format_column", false]], "format_column() (treenodeoperationsrecorder method)": [[56, "deephaven.table.TreeNodeOperationsRecorder.format_column", false]], "format_column_where() (inputtable method)": [[57, "deephaven.table_factory.InputTable.format_column_where", false]], "format_column_where() (rollupnodeoperationsrecorder method)": [[56, "deephaven.table.RollupNodeOperationsRecorder.format_column_where", false]], "format_column_where() (table method)": [[56, "deephaven.table.Table.format_column_where", false]], "format_column_where() (treenodeoperationsrecorder method)": [[56, "deephaven.table.TreeNodeOperationsRecorder.format_column_where", false]], "format_columns() (inputtable method)": [[57, "deephaven.table_factory.InputTable.format_columns", false]], "format_columns() (table method)": [[56, "deephaven.table.Table.format_columns", false]], "format_row_where() (inputtable method)": [[57, "deephaven.table_factory.InputTable.format_row_where", false]], "format_row_where() (rollupnodeoperationsrecorder method)": [[56, "deephaven.table.RollupNodeOperationsRecorder.format_row_where", false]], "format_row_where() (table method)": [[56, "deephaven.table.Table.format_row_where", false]], "format_row_where() (treenodeoperationsrecorder method)": [[56, "deephaven.table.TreeNodeOperationsRecorder.format_row_where", false]], "formula() (in module deephaven.agg)": [[1, "deephaven.agg.formula", false]], "fortran (memorylayout attribute)": [[25, "deephaven.learn.gather.MemoryLayout.FORTRAN", false]], "forward_fill() (in module deephaven.updateby)": [[61, "deephaven.updateby.forward_fill", false]], "from_() (filter class method)": [[21, "deephaven.filters.Filter.from_", false]], "from_constituent_tables() (partitionedtable class method)": [[56, "deephaven.table.PartitionedTable.from_constituent_tables", false]], "from_jtype() (in module deephaven.dtypes)": [[13, "deephaven.dtypes.from_jtype", false]], "from_np_dtype() (in module deephaven.dtypes)": [[13, "deephaven.dtypes.from_np_dtype", false]], "from_partitioned_table() (partitionedtable class method)": [[56, "deephaven.table.PartitionedTable.from_partitioned_table", false]], "frozen (marketdatatype attribute)": [[63, "deephaven_ib.MarketDataType.FROZEN", false]], "full_outer_join() (in module deephaven.experimental.outer_joins)": [[18, "deephaven.experimental.outer_joins.full_outer_join", false]], "func() (figure method)": [[37, "deephaven.plot.figure.Figure.func", false]], "function_generated_table() (in module deephaven)": [[0, "deephaven.function_generated_table", false]], "function_generated_table() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.function_generated_table", false]], "garbage_collect() (in module deephaven)": [[0, "deephaven.garbage_collect", false]], "get_app_state() (in module deephaven.appmode)": [[2, "deephaven.appmode.get_app_state", false]], "get_constituent() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.get_constituent", false]], "get_exec_ctx() (in module deephaven.execution_context)": [[14, "deephaven.execution_context.get_exec_ctx", false]], "get_param_type() (jmethod method)": [[72, "jpy.JMethod.get_param_type", false]], "get_registered_contract() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.get_registered_contract", false]], "get_type() (in module jpy)": [[72, "jpy.get_type", false]], "get_version_string() (in module ibapi)": [[69, "ibapi.get_version_string", false]], "group() (in module deephaven.agg)": [[1, "deephaven.agg.group", false]], "group_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.group_by", false]], "group_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.group_by", false]], "group_by() (table method)": [[56, "deephaven.table.Table.group_by", false]], "has_columns() (inputtable method)": [[57, "deephaven.table_factory.InputTable.has_columns", false]], "has_columns() (table method)": [[56, "deephaven.table.Table.has_columns", false]], "has_data_index() (in module deephaven.experimental.data_index)": [[16, "deephaven.experimental.data_index.has_data_index", false]], "has_exclusive_lock() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.has_exclusive_lock", false]], "has_executor() (in module deephaven.server.executors)": [[49, "deephaven.server.executors.has_executor", false]], "has_jvm() (in module jpy)": [[72, "jpy.has_jvm", false]], "has_shared_lock() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.has_shared_lock", false]], "head() (inputtable method)": [[57, "deephaven.table_factory.InputTable.head", false]], "head() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.head", false]], "head() (table method)": [[56, "deephaven.table.Table.head", false]], "head_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.head_by", false]], "head_by() (table method)": [[56, "deephaven.table.Table.head_by", false]], "head_pct() (inputtable method)": [[57, "deephaven.table_factory.InputTable.head_pct", false]], "head_pct() (table method)": [[56, "deephaven.table.Table.head_pct", false]], "hide (searchdisplaymode attribute)": [[56, "deephaven.table.SearchDisplayMode.HIDE", false]], "histogram (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.HISTOGRAM", false]], "historical_volatility (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.HISTORICAL_VOLATILITY", false]], "horizontal_rectangle (shape attribute)": [[42, "deephaven.plot.shape.Shape.HORIZONTAL_RECTANGLE", false]], "host (ibsessiontws property)": [[63, "deephaven_ib.IbSessionTws.host", false]], "hour_1 (barsize attribute)": [[63, "deephaven_ib.BarSize.HOUR_1", false]], "hour_2 (barsize attribute)": [[63, "deephaven_ib.BarSize.HOUR_2", false]], "hour_3 (barsize attribute)": [[63, "deephaven_ib.BarSize.HOUR_3", false]], "hour_4 (barsize attribute)": [[63, "deephaven_ib.BarSize.HOUR_4", false]], "hour_8 (barsize attribute)": [[63, "deephaven_ib.BarSize.HOUR_8", false]], "ib_to_j_instant() (in module deephaven_ib.time)": [[64, "deephaven_ib.time.ib_to_j_instant", false]], "ibapi": [[69, "module-ibapi", false]], "ibapi.contract": [[70, "module-ibapi.contract", false]], "ibapi.order": [[71, "module-ibapi.order", false]], "ibsessiontws (class in deephaven_ib)": [[63, "deephaven_ib.IbSessionTws", false]], "import_class() (in module deephaven.query_library)": [[46, "deephaven.query_library.import_class", false]], "import_package() (in module deephaven.query_library)": [[46, "deephaven.query_library.import_package", false]], "import_static() (in module deephaven.query_library)": [[46, "deephaven.query_library.import_static", false]], "imports() (in module deephaven.query_library)": [[46, "deephaven.query_library.imports", false]], "increment (orderidstrategy attribute)": [[63, "deephaven_ib.OrderIdStrategy.INCREMENT", false]], "index (reference property)": [[45, "deephaven.plugin.object_type.Reference.index", false]], "input (class in deephaven.learn)": [[24, "deephaven.learn.Input", false]], "input_table() (in module deephaven)": [[0, "deephaven.input_table", false]], "input_table() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.input_table", false]], "inputcolumn (class in deephaven.column)": [[6, "deephaven.column.InputColumn", false]], "inputtable (class in deephaven.table_factory)": [[57, "deephaven.table_factory.InputTable", false]], "instant (in module deephaven.dtypes)": [[13, "deephaven.dtypes.Instant", false]], "instant_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.instant_array", false]], "int16 (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int16", false]], "int16_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int16_array", false]], "int32 (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int32", false]], "int32_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int32_array", false]], "int64 (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int64", false]], "int64_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int64_array", false]], "int8 (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int8", false]], "int8_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int8_array", false]], "int_ (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int_", false]], "int_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int_array", false]], "int_col() (in module deephaven.column)": [[6, "deephaven.column.int_col", false]], "is_alive (tablepublisher property)": [[55, "deephaven.stream.table_publisher.TablePublisher.is_alive", false]], "is_blink (inputtable property)": [[57, "deephaven.table_factory.InputTable.is_blink", false]], "is_blink (table property)": [[56, "deephaven.table.Table.is_blink", false]], "is_cancellable() (request method)": [[63, "deephaven_ib.Request.is_cancellable", false]], "is_connected() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.is_connected", false]], "is_final (jfield attribute)": [[72, "jpy.JField.is_final", false]], "is_flat (inputtable property)": [[57, "deephaven.table_factory.InputTable.is_flat", false]], "is_flat (table property)": [[56, "deephaven.table.Table.is_flat", false]], "is_java_type() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.is_java_type", false]], "is_liveness_referent() (in module deephaven.liveness_scope)": [[26, "deephaven.liveness_scope.is_liveness_referent", false]], "is_multi() (registeredcontract method)": [[63, "deephaven_ib.RegisteredContract.is_multi", false]], "is_not_null() (in module deephaven.filters)": [[21, "deephaven.filters.is_not_null", false]], "is_null() (in module deephaven.filters)": [[21, "deephaven.filters.is_null", false]], "is_param_mutable() (jmethod method)": [[72, "jpy.JMethod.is_param_mutable", false]], "is_param_output() (jmethod method)": [[72, "jpy.JMethod.is_param_output", false]], "is_param_return() (jmethod method)": [[72, "jpy.JMethod.is_param_return", false]], "is_refreshing (inputtable property)": [[57, "deephaven.table_factory.InputTable.is_refreshing", false]], "is_refreshing (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.is_refreshing", false]], "is_refreshing (partitionedtableproxy property)": [[56, "deephaven.table.PartitionedTableProxy.is_refreshing", false]], "is_refreshing (table property)": [[56, "deephaven.table.Table.is_refreshing", false]], "is_static (jfield attribute)": [[72, "jpy.JField.is_static", false]], "is_static (jmethod attribute)": [[72, "jpy.JMethod.is_static", false]], "is_type() (bidirectionalobjecttype method)": [[45, "deephaven.plugin.object_type.BidirectionalObjectType.is_type", false]], "is_type() (fetchonlyobjecttype method)": [[45, "deephaven.plugin.object_type.FetchOnlyObjectType.is_type", false]], "is_type() (objecttype method)": [[45, "deephaven.plugin.object_type.ObjectType.is_type", false]], "is_type() (pandasdataframeserializer method)": [[30, "deephaven.pandasplugin.pandas_as_table.PandasDataFrameSerializer.is_type", false]], "italic (fontstyle attribute)": [[38, "deephaven.plot.font.FontStyle.ITALIC", false]], "j_array_list() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_array_list", false]], "j_binary_operator() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_binary_operator", false]], "j_function() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_function", false]], "j_hashmap() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_hashmap", false]], "j_hashset() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_hashset", false]], "j_lambda() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_lambda", false]], "j_list_to_list() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_list_to_list", false]], "j_map_to_dict() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_map_to_dict", false]], "j_object_type (applicationstate attribute)": [[2, "deephaven.appmode.ApplicationState.j_object_type", false]], "j_object_type (autocloseable attribute)": [[23, "deephaven.jcompat.AutoCloseable.j_object_type", false]], "j_object_type (axisformat attribute)": [[34, "deephaven.plot.axisformat.AxisFormat.j_object_type", false]], "j_object_type (axistransform attribute)": [[35, "deephaven.plot.axistransform.AxisTransform.j_object_type", false]], "j_object_type (cdcspec attribute)": [[52, "deephaven.stream.kafka.cdc.CDCSpec.j_object_type", false]], "j_object_type (color attribute)": [[36, "deephaven.plot.color.Color.j_object_type", false]], "j_object_type (dataindex attribute)": [[16, "deephaven.experimental.data_index.DataIndex.j_object_type", false]], "j_object_type (decimalaxisformat attribute)": [[34, "deephaven.plot.axisformat.DecimalAxisFormat.j_object_type", false]], "j_object_type (dynamictablewriter attribute)": [[0, "deephaven.DynamicTableWriter.j_object_type", false], [57, "deephaven.table_factory.DynamicTableWriter.j_object_type", false]], "j_object_type (executioncontext attribute)": [[14, "deephaven.execution_context.ExecutionContext.j_object_type", false]], "j_object_type (figure attribute)": [[37, "deephaven.plot.figure.Figure.j_object_type", false]], "j_object_type (filter attribute)": [[21, "deephaven.filters.Filter.j_object_type", false]], "j_object_type (font attribute)": [[38, "deephaven.plot.font.Font.j_object_type", false]], "j_object_type (inputtable attribute)": [[57, "deephaven.table_factory.InputTable.j_object_type", false]], "j_object_type (keyvaluespec attribute)": [[53, "deephaven.stream.kafka.consumer.KeyValueSpec.j_object_type", false], [54, "deephaven.stream.kafka.producer.KeyValueSpec.j_object_type", false]], "j_object_type (linestyle attribute)": [[39, "deephaven.plot.linestyle.LineStyle.j_object_type", false]], "j_object_type (livenessscope attribute)": [[26, "deephaven.liveness_scope.LivenessScope.j_object_type", false]], "j_object_type (multijoininput attribute)": [[56, "deephaven.table.MultiJoinInput.j_object_type", false]], "j_object_type (multijointable attribute)": [[56, "deephaven.table.MultiJoinTable.j_object_type", false]], "j_object_type (nanosaxisformat attribute)": [[34, "deephaven.plot.axisformat.NanosAxisFormat.j_object_type", false]], "j_object_type (operationcontrol attribute)": [[61, "deephaven.updateby.OperationControl.j_object_type", false]], "j_object_type (partitionedtable attribute)": [[56, "deephaven.table.PartitionedTable.j_object_type", false]], "j_object_type (partitionedtableproxy attribute)": [[56, "deephaven.table.PartitionedTableProxy.j_object_type", false]], "j_object_type (protobufprotocol attribute)": [[53, "deephaven.stream.kafka.consumer.ProtobufProtocol.j_object_type", false]], "j_object_type (rollupnodeoperationsrecorder attribute)": [[56, "deephaven.table.RollupNodeOperationsRecorder.j_object_type", false]], "j_object_type (rolluptable attribute)": [[56, "deephaven.table.RollupTable.j_object_type", false]], "j_object_type (s3instructions attribute)": [[19, "deephaven.experimental.s3.S3Instructions.j_object_type", false]], "j_object_type (selectabledataset attribute)": [[41, "deephaven.plot.selectable_dataset.SelectableDataSet.j_object_type", false]], "j_object_type (simplelivenessscope attribute)": [[26, "deephaven.liveness_scope.SimpleLivenessScope.j_object_type", false]], "j_object_type (table attribute)": [[56, "deephaven.table.Table.j_object_type", false]], "j_object_type (tablelistenerhandle attribute)": [[58, "deephaven.table_listener.TableListenerHandle.j_object_type", false]], "j_object_type (tablepublisher attribute)": [[55, "deephaven.stream.table_publisher.TablePublisher.j_object_type", false]], "j_object_type (tablereplayer attribute)": [[0, "deephaven.TableReplayer.j_object_type", false], [47, "deephaven.replay.TableReplayer.j_object_type", false]], "j_object_type (tabletype attribute)": [[53, "deephaven.stream.kafka.consumer.TableType.j_object_type", false]], "j_object_type (tableupdate attribute)": [[58, "deephaven.table_listener.TableUpdate.j_object_type", false]], "j_object_type (treenodeoperationsrecorder attribute)": [[56, "deephaven.table.TreeNodeOperationsRecorder.j_object_type", false]], "j_object_type (treetable attribute)": [[56, "deephaven.table.TreeTable.j_object_type", false]], "j_object_type (updatebyoperation attribute)": [[61, "deephaven.updateby.UpdateByOperation.j_object_type", false]], "j_object_type (updategraph attribute)": [[60, "deephaven.update_graph.UpdateGraph.j_object_type", false]], "j_properties() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_properties", false]], "j_runnable() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_runnable", false]], "j_unary_operator() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_unary_operator", false]], "jexception": [[72, "jpy.JException", false]], "jfield (class in jpy)": [[72, "jpy.JField", false]], "jmethod (class in jpy)": [[72, "jpy.JMethod", false]], "jobj_col() (in module deephaven.column)": [[6, "deephaven.column.jobj_col", false]], "jobject (in module deephaven.dtypes)": [[13, "deephaven.dtypes.JObject", false]], "join() (inputtable method)": [[57, "deephaven.table_factory.InputTable.join", false]], "join() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.join", false]], "join() (table method)": [[56, "deephaven.table.Table.join", false]], "joverloadedmethod (class in jpy)": [[72, "jpy.JOverloadedMethod", false]], "jpy": [[72, "module-jpy", false]], "json_spec() (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.json_spec", false]], "json_spec() (in module deephaven.stream.kafka.producer)": [[54, "deephaven.stream.kafka.producer.json_spec", false]], "jsplugin (class in deephaven.plugin.js)": [[44, "deephaven.plugin.js.JsPlugin", false]], "jtype (class in jpy)": [[72, "jpy.JType", false]], "key_columns (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.key_columns", false]], "key_names (inputtable property)": [[57, "deephaven.table_factory.InputTable.key_names", false]], "keys (dataindex property)": [[16, "deephaven.experimental.data_index.DataIndex.keys", false]], "keys() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.keys", false]], "keyvaluespec (class in deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.KeyValueSpec", false]], "keyvaluespec (class in deephaven.stream.kafka.producer)": [[54, "deephaven.stream.kafka.producer.KeyValueSpec", false]], "kv_partitioned (parquetfilelayout attribute)": [[31, "deephaven.parquet.ParquetFileLayout.KV_PARTITIONED", false]], "last (tickdatatype attribute)": [[63, "deephaven_ib.TickDataType.LAST", false]], "last() (in module deephaven.agg)": [[1, "deephaven.agg.last", false]], "last_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.last_by", false]], "last_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.last_by", false]], "last_by() (table method)": [[56, "deephaven.table.Table.last_by", false]], "layout_hints() (inputtable method)": [[57, "deephaven.table_factory.InputTable.layout_hints", false]], "layout_hints() (table method)": [[56, "deephaven.table.Table.layout_hints", false]], "lazy_update() (inputtable method)": [[57, "deephaven.table_factory.InputTable.lazy_update", false]], "lazy_update() (table method)": [[56, "deephaven.table.Table.lazy_update", false]], "learn() (in module deephaven.learn)": [[24, "deephaven.learn.learn", false]], "left_outer_join() (in module deephaven.experimental.outer_joins)": [[18, "deephaven.experimental.outer_joins.left_outer_join", false]], "left_triangle (shape attribute)": [[42, "deephaven.plot.shape.Shape.LEFT_TRIANGLE", false]], "line (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.LINE", false]], "line() (figure method)": [[37, "deephaven.plot.figure.Figure.line", false]], "lineendstyle (class in deephaven.plot.linestyle)": [[39, "deephaven.plot.linestyle.LineEndStyle", false]], "linejoinstyle (class in deephaven.plot.linestyle)": [[39, "deephaven.plot.linestyle.LineJoinStyle", false]], "linestyle (class in deephaven.plot.linestyle)": [[39, "deephaven.plot.linestyle.LineStyle", false]], "list_plugins_console() (in module deephaven.plugin)": [[43, "deephaven.plugin.list_plugins_console", false]], "list_registrations_console() (in module deephaven.plugin)": [[43, "deephaven.plugin.list_registrations_console", false]], "listen() (in module deephaven.table_listener)": [[58, "deephaven.table_listener.listen", false]], "liveness_scope() (in module deephaven.liveness_scope)": [[26, "deephaven.liveness_scope.liveness_scope", false]], "livenessscope (class in deephaven.liveness_scope)": [[26, "deephaven.liveness_scope.LivenessScope", false]], "localdate (in module deephaven.dtypes)": [[13, "deephaven.dtypes.LocalDate", false]], "localtime (in module deephaven.dtypes)": [[13, "deephaven.dtypes.LocalTime", false]], "long (in module deephaven.dtypes)": [[13, "deephaven.dtypes.long", false]], "long_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.long_array", false]], "long_col() (in module deephaven.column)": [[6, "deephaven.column.long_col", false]], "main (jsplugin property)": [[44, "deephaven.plugin.js.JsPlugin.main", false]], "make_user_exec_ctx() (in module deephaven.execution_context)": [[14, "deephaven.execution_context.make_user_exec_ctx", false]], "manage() (livenessscope method)": [[26, "deephaven.liveness_scope.LivenessScope.manage", false]], "manage() (simplelivenessscope method)": [[26, "deephaven.liveness_scope.SimpleLivenessScope.manage", false]], "marketdatatype (class in deephaven_ib)": [[63, "deephaven_ib.MarketDataType", false]], "matches (patternmode attribute)": [[21, "deephaven.filters.PatternMode.MATCHES", false]], "mathcontext (class in deephaven.updateby)": [[61, "deephaven.updateby.MathContext", false]], "max_() (in module deephaven.agg)": [[1, "deephaven.agg.max_", false]], "max_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.max_by", false]], "max_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.max_by", false]], "max_by() (table method)": [[56, "deephaven.table.Table.max_by", false]], "max_byte (in module deephaven.constants)": [[7, "deephaven.constants.MAX_BYTE", false]], "max_char (in module deephaven.constants)": [[7, "deephaven.constants.MAX_CHAR", false]], "max_double (in module deephaven.constants)": [[7, "deephaven.constants.MAX_DOUBLE", false]], "max_finite_double (in module deephaven.constants)": [[7, "deephaven.constants.MAX_FINITE_DOUBLE", false]], "max_finite_float (in module deephaven.constants)": [[7, "deephaven.constants.MAX_FINITE_FLOAT", false]], "max_float (in module deephaven.constants)": [[7, "deephaven.constants.MAX_FLOAT", false]], "max_int (in module deephaven.constants)": [[7, "deephaven.constants.MAX_INT", false]], "max_long (in module deephaven.constants)": [[7, "deephaven.constants.MAX_LONG", false]], "max_short (in module deephaven.constants)": [[7, "deephaven.constants.MAX_SHORT", false]], "median() (in module deephaven.agg)": [[1, "deephaven.agg.median", false]], "median_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.median_by", false]], "median_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.median_by", false]], "median_by() (table method)": [[56, "deephaven.table.Table.median_by", false]], "memorylayout (class in deephaven.learn.gather)": [[25, "deephaven.learn.gather.MemoryLayout", false]], "merge() (in module deephaven)": [[0, "deephaven.merge", false]], "merge() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.merge", false]], "merge() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.merge", false]], "merge_sorted() (in module deephaven)": [[0, "deephaven.merge_sorted", false]], "merge_sorted() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.merge_sorted", false]], "messagestream (class in deephaven.plugin.object_type)": [[45, "deephaven.plugin.object_type.MessageStream", false]], "meta_table (inputtable property)": [[57, "deephaven.table_factory.InputTable.meta_table", false]], "meta_table (table property)": [[56, "deephaven.table.Table.meta_table", false]], "metadata_partitioned (parquetfilelayout attribute)": [[31, "deephaven.parquet.ParquetFileLayout.METADATA_PARTITIONED", false]], "methods (joverloadedmethod attribute)": [[72, "jpy.JOverloadedMethod.methods", false]], "metrics_get_counters() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.metrics_get_counters", false]], "metrics_reset_counters() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.metrics_reset_counters", false]], "midpoint (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.MIDPOINT", false]], "midpoint (tickdatatype attribute)": [[63, "deephaven_ib.TickDataType.MIDPOINT", false]], "min_() (in module deephaven.agg)": [[1, "deephaven.agg.min_", false]], "min_1 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_1", false]], "min_10 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_10", false]], "min_15 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_15", false]], "min_2 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_2", false]], "min_20 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_20", false]], "min_3 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_3", false]], "min_30 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_30", false]], "min_5 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_5", false]], "min_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.min_by", false]], "min_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.min_by", false]], "min_by() (table method)": [[56, "deephaven.table.Table.min_by", false]], "min_byte (in module deephaven.constants)": [[7, "deephaven.constants.MIN_BYTE", false]], "min_char (in module deephaven.constants)": [[7, "deephaven.constants.MIN_CHAR", false]], "min_double (in module deephaven.constants)": [[7, "deephaven.constants.MIN_DOUBLE", false]], "min_finite_double (in module deephaven.constants)": [[7, "deephaven.constants.MIN_FINITE_DOUBLE", false]], "min_finite_float (in module deephaven.constants)": [[7, "deephaven.constants.MIN_FINITE_FLOAT", false]], "min_float (in module deephaven.constants)": [[7, "deephaven.constants.MIN_FLOAT", false]], "min_int (in module deephaven.constants)": [[7, "deephaven.constants.MIN_INT", false]], "min_long (in module deephaven.constants)": [[7, "deephaven.constants.MIN_LONG", false]], "min_pos_double (in module deephaven.constants)": [[7, "deephaven.constants.MIN_POS_DOUBLE", false]], "min_pos_float (in module deephaven.constants)": [[7, "deephaven.constants.MIN_POS_FLOAT", false]], "min_short (in module deephaven.constants)": [[7, "deephaven.constants.MIN_SHORT", false]], "miter (linejoinstyle attribute)": [[39, "deephaven.plot.linestyle.LineJoinStyle.MITER", false]], "modified() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.modified", false]], "modified_chunks() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.modified_chunks", false]], "modified_columns (tableupdate property)": [[58, "deephaven.table_listener.TableUpdate.modified_columns", false]], "modified_prev() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.modified_prev", false]], "modified_prev_chunks() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.modified_prev_chunks", false]], "module": [[0, "module-deephaven", false], [1, "module-deephaven.agg", false], [2, "module-deephaven.appmode", false], [3, "module-deephaven.arrow", false], [4, "module-deephaven.barrage", false], [5, "module-deephaven.calendar", false], [6, "module-deephaven.column", false], [7, "module-deephaven.constants", false], [8, "module-deephaven.csv", false], [9, "module-deephaven.dbc", false], [12, "module-deephaven.dherror", false], [13, "module-deephaven.dtypes", false], [14, "module-deephaven.execution_context", false], [15, "module-deephaven.experimental", false], [16, "module-deephaven.experimental.data_index", false], [17, "module-deephaven.experimental.ema", false], [18, "module-deephaven.experimental.outer_joins", false], [19, "module-deephaven.experimental.s3", false], [20, "module-deephaven.experimental.sql", false], [21, "module-deephaven.filters", false], [22, "module-deephaven.html", false], [23, "module-deephaven.jcompat", false], [24, "module-deephaven.learn", false], [25, "module-deephaven.learn.gather", false], [26, "module-deephaven.liveness_scope", false], [27, "module-deephaven.numpy", false], [28, "module-deephaven.pandas", false], [29, "module-deephaven.pandasplugin", false], [30, "module-deephaven.pandasplugin.pandas_as_table", false], [31, "module-deephaven.parquet", false], [32, "module-deephaven.perfmon", false], [33, "module-deephaven.plot", false], [34, "module-deephaven.plot.axisformat", false], [35, "module-deephaven.plot.axistransform", false], [36, "module-deephaven.plot.color", false], [37, "module-deephaven.plot.figure", false], [38, "module-deephaven.plot.font", false], [39, "module-deephaven.plot.linestyle", false], [40, "module-deephaven.plot.plotstyle", false], [41, "module-deephaven.plot.selectable_dataset", false], [42, "module-deephaven.plot.shape", false], [43, "module-deephaven.plugin", false], [44, "module-deephaven.plugin.js", false], [45, "module-deephaven.plugin.object_type", false], [46, "module-deephaven.query_library", false], [47, "module-deephaven.replay", false], [48, "module-deephaven.server", false], [49, "module-deephaven.server.executors", false], [50, "module-deephaven.stream", false], [51, "module-deephaven.stream.kafka", false], [52, "module-deephaven.stream.kafka.cdc", false], [53, "module-deephaven.stream.kafka.consumer", false], [54, "module-deephaven.stream.kafka.producer", false], [55, "module-deephaven.stream.table_publisher", false], [56, "module-deephaven.table", false], [57, "module-deephaven.table_factory", false], [58, "module-deephaven.table_listener", false], [59, "module-deephaven.time", false], [60, "module-deephaven.update_graph", false], [61, "module-deephaven.updateby", false], [62, "module-deephaven.uri", false], [63, "module-deephaven_ib", false], [64, "module-deephaven_ib.time", false], [65, "module-deephaven_server", false], [66, "module-deephaven_server.cli", false], [67, "module-deephaven_server.server", false], [68, "module-deephaven_server.start_jvm", false], [69, "module-ibapi", false], [70, "module-ibapi.contract", false], [71, "module-ibapi.order", false], [72, "module-jpy", false]], "month_1 (barsize attribute)": [[63, "deephaven_ib.BarSize.MONTH_1", false]], "months() (duration static method)": [[63, "deephaven_ib.Duration.months", false]], "move_columns() (inputtable method)": [[57, "deephaven.table_factory.InputTable.move_columns", false]], "move_columns() (table method)": [[56, "deephaven.table.Table.move_columns", false]], "move_columns_down() (inputtable method)": [[57, "deephaven.table_factory.InputTable.move_columns_down", false]], "move_columns_down() (table method)": [[56, "deephaven.table.Table.move_columns_down", false]], "move_columns_up() (inputtable method)": [[57, "deephaven.table_factory.InputTable.move_columns_up", false]], "move_columns_up() (table method)": [[56, "deephaven.table.Table.move_columns_up", false]], "multi_join() (in module deephaven.table)": [[56, "deephaven.table.multi_join", false]], "multijoininput (class in deephaven.table)": [[56, "deephaven.table.MultiJoinInput", false]], "multijointable (class in deephaven.table)": [[56, "deephaven.table.MultiJoinTable", false]], "name (bidirectionalobjecttype property)": [[45, "deephaven.plugin.object_type.BidirectionalObjectType.name", false]], "name (fetchonlyobjecttype property)": [[45, "deephaven.plugin.object_type.FetchOnlyObjectType.name", false]], "name (jfield attribute)": [[72, "jpy.JField.name", false]], "name (jmethod attribute)": [[72, "jpy.JMethod.name", false]], "name (joverloadedmethod attribute)": [[72, "jpy.JOverloadedMethod.name", false]], "name (jsplugin property)": [[44, "deephaven.plugin.js.JsPlugin.name", false]], "name (objecttype property)": [[45, "deephaven.plugin.object_type.ObjectType.name", false]], "name (pandasdataframeserializer property)": [[30, "deephaven.pandasplugin.pandas_as_table.PandasDataFrameSerializer.name", false]], "nan_double (in module deephaven.constants)": [[7, "deephaven.constants.NAN_DOUBLE", false]], "nan_float (in module deephaven.constants)": [[7, "deephaven.constants.NAN_FLOAT", false]], "nanosaxisformat (class in deephaven.plot.axisformat)": [[34, "deephaven.plot.axisformat.NanosAxisFormat", false]], "natural_join() (inputtable method)": [[57, "deephaven.table_factory.InputTable.natural_join", false]], "natural_join() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.natural_join", false]], "natural_join() (table method)": [[56, "deephaven.table.Table.natural_join", false]], "neg_infinity_double (in module deephaven.constants)": [[7, "deephaven.constants.NEG_INFINITY_DOUBLE", false]], "neg_infinity_float (in module deephaven.constants)": [[7, "deephaven.constants.NEG_INFINITY_FLOAT", false]], "new_axes() (figure method)": [[37, "deephaven.plot.figure.Figure.new_axes", false]], "new_chart() (figure method)": [[37, "deephaven.plot.figure.Figure.new_chart", false]], "new_table() (in module deephaven)": [[0, "deephaven.new_table", false]], "new_table() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.new_table", false]], "node_operation_recorder() (rolluptable method)": [[56, "deephaven.table.RollupTable.node_operation_recorder", false]], "node_operation_recorder() (treetable method)": [[56, "deephaven.table.TreeTable.node_operation_recorder", false]], "nodetype (class in deephaven.table)": [[56, "deephaven.table.NodeType", false]], "normal (columntype attribute)": [[6, "deephaven.column.ColumnType.NORMAL", false]], "not_() (filter method)": [[21, "deephaven.filters.Filter.not_", false]], "not_() (in module deephaven.filters)": [[21, "deephaven.filters.not_", false]], "null_boolean (in module deephaven.constants)": [[7, "deephaven.constants.NULL_BOOLEAN", false]], "null_byte (in module deephaven.constants)": [[7, "deephaven.constants.NULL_BYTE", false]], "null_char (in module deephaven.constants)": [[7, "deephaven.constants.NULL_CHAR", false]], "null_dominates (deltacontrol attribute)": [[61, "deephaven.updateby.DeltaControl.NULL_DOMINATES", false]], "null_double (in module deephaven.constants)": [[7, "deephaven.constants.NULL_DOUBLE", false]], "null_float (in module deephaven.constants)": [[7, "deephaven.constants.NULL_FLOAT", false]], "null_int (in module deephaven.constants)": [[7, "deephaven.constants.NULL_INT", false]], "null_long (in module deephaven.constants)": [[7, "deephaven.constants.NULL_LONG", false]], "null_remap() (in module deephaven.dtypes)": [[13, "deephaven.dtypes.null_remap", false]], "null_short (in module deephaven.constants)": [[7, "deephaven.constants.NULL_SHORT", false]], "objecttype (class in deephaven.plugin.object_type)": [[45, "deephaven.plugin.object_type.ObjectType", false]], "of_hsl() (color static method)": [[36, "deephaven.plot.color.Color.of_hsl", false]], "of_name() (color static method)": [[36, "deephaven.plot.color.Color.of_name", false]], "of_rgb() (color static method)": [[36, "deephaven.plot.color.Color.of_rgb", false]], "of_rgb_f() (color static method)": [[36, "deephaven.plot.color.Color.of_rgb_f", false]], "ohlc (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.OHLC", false]], "on_close() (messagestream method)": [[45, "deephaven.plugin.object_type.MessageStream.on_close", false]], "on_data() (messagestream method)": [[45, "deephaven.plugin.object_type.MessageStream.on_data", false]], "on_update() (tablelistener method)": [[58, "deephaven.table_listener.TableListener.on_update", false]], "one_click() (in module deephaven.plot.selectable_dataset)": [[41, "deephaven.plot.selectable_dataset.one_click", false]], "one_click_partitioned_table() (in module deephaven.plot.selectable_dataset)": [[41, "deephaven.plot.selectable_dataset.one_click_partitioned_table", false]], "open() (livenessscope method)": [[26, "deephaven.liveness_scope.LivenessScope.open", false]], "operationcontrol (class in deephaven.updateby)": [[61, "deephaven.updateby.OperationControl", false]], "option_implied_volatility (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.OPTION_IMPLIED_VOLATILITY", false]], "or_() (in module deephaven.filters)": [[21, "deephaven.filters.or_", false]], "order (class in ibapi.order)": [[71, "ibapi.order.Order", false]], "order_cancel() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.order_cancel", false]], "order_cancel_all() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.order_cancel_all", false]], "order_place() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.order_place", false]], "ordercomboleg (class in ibapi.order)": [[71, "ibapi.order.OrderComboLeg", false]], "orderidstrategy (class in deephaven_ib)": [[63, "deephaven_ib.OrderIdStrategy", false]], "output (class in deephaven.learn)": [[24, "deephaven.learn.Output", false]], "pandasdataframeserializer (class in deephaven.pandasplugin.pandas_as_table)": [[30, "deephaven.pandasplugin.pandas_as_table.PandasDataFrameSerializer", false]], "pandaspluginregistration (class in deephaven.pandasplugin)": [[29, "deephaven.pandasplugin.PandasPluginRegistration", false]], "param_count (jmethod attribute)": [[72, "jpy.JMethod.param_count", false]], "parquetfilelayout (class in deephaven.parquet)": [[31, "deephaven.parquet.ParquetFileLayout", false]], "partition() (in module deephaven.agg)": [[1, "deephaven.agg.partition", false]], "partition_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.partition_by", false]], "partition_by() (table method)": [[56, "deephaven.table.Table.partition_by", false]], "partitioned_agg_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.partitioned_agg_by", false]], "partitioned_agg_by() (table method)": [[56, "deephaven.table.Table.partitioned_agg_by", false]], "partitioned_transform() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.partitioned_transform", false]], "partitionedtable (class in deephaven.table)": [[56, "deephaven.table.PartitionedTable", false]], "partitionedtableproxy (class in deephaven.table)": [[56, "deephaven.table.PartitionedTableProxy", false]], "partitioning (columntype attribute)": [[6, "deephaven.column.ColumnType.PARTITIONING", false]], "path() (jsplugin method)": [[44, "deephaven.plugin.js.JsPlugin.path", false]], "pattern() (in module deephaven.filters)": [[21, "deephaven.filters.pattern", false]], "patternmode (class in deephaven.filters)": [[21, "deephaven.filters.PatternMode", false]], "pct() (in module deephaven.agg)": [[1, "deephaven.agg.pct", false]], "period (in module deephaven.dtypes)": [[13, "deephaven.dtypes.Period", false]], "pie (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.PIE", false]], "plain (fontstyle attribute)": [[38, "deephaven.plot.font.FontStyle.PLAIN", false]], "plot_cat() (figure method)": [[37, "deephaven.plot.figure.Figure.plot_cat", false]], "plot_cat_hist() (figure method)": [[37, "deephaven.plot.figure.Figure.plot_cat_hist", false]], "plot_ohlc() (figure method)": [[37, "deephaven.plot.figure.Figure.plot_ohlc", false]], "plot_pie() (figure method)": [[37, "deephaven.plot.figure.Figure.plot_pie", false]], "plot_treemap() (figure method)": [[37, "deephaven.plot.figure.Figure.plot_treemap", false]], "plot_xy() (figure method)": [[37, "deephaven.plot.figure.Figure.plot_xy", false]], "plot_xy_hist() (figure method)": [[37, "deephaven.plot.figure.Figure.plot_xy_hist", false]], "plotstyle (class in deephaven.plot.plotstyle)": [[40, "deephaven.plot.plotstyle.PlotStyle", false]], "plugin (class in deephaven.plugin)": [[43, "deephaven.plugin.Plugin", false]], "point() (figure method)": [[37, "deephaven.plot.figure.Figure.point", false]], "poison (baddatabehavior attribute)": [[61, "deephaven.updateby.BadDataBehavior.POISON", false]], "port (ibsessiontws property)": [[63, "deephaven_ib.IbSessionTws.port", false]], "port (server property)": [[67, "deephaven_server.server.Server.port", false]], "pos_infinity_double (in module deephaven.constants)": [[7, "deephaven.constants.POS_INFINITY_DOUBLE", false]], "pos_infinity_float (in module deephaven.constants)": [[7, "deephaven.constants.POS_INFINITY_FLOAT", false]], "preserve() (livenessscope method)": [[26, "deephaven.liveness_scope.LivenessScope.preserve", false]], "preserve() (simplelivenessscope method)": [[26, "deephaven.liveness_scope.SimpleLivenessScope.preserve", false]], "process_info() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.process_info", false]], "process_info_log() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.process_info_log", false]], "process_metrics_log() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.process_metrics_log", false]], "produce() (in module deephaven.stream.kafka.producer)": [[54, "deephaven.stream.kafka.producer.produce", false]], "protobuf_spec() (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.protobuf_spec", false]], "protobufprotocol (class in deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.ProtobufProtocol", false]], "proxy() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.proxy", false]], "publish_failure() (tablepublisher method)": [[55, "deephaven.stream.table_publisher.TablePublisher.publish_failure", false]], "pyobj_col() (in module deephaven.column)": [[6, "deephaven.column.pyobj_col", false]], "pyobject (in module deephaven.dtypes)": [[13, "deephaven.dtypes.PyObject", false]], "query_operation_performance() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_operation_performance", false]], "query_operation_performance_log() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_operation_performance_log", false]], "query_operation_performance_tree_table() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_operation_performance_tree_table", false]], "query_performance() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_performance", false]], "query_performance_log() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_performance_log", false]], "query_performance_tree_table() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_performance_tree_table", false]], "query_update_performance() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_update_performance", false]], "query_update_performance_map() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_update_performance_map", false]], "raj() (inputtable method)": [[57, "deephaven.table_factory.InputTable.raj", false]], "raj() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.raj", false]], "raj() (table method)": [[56, "deephaven.table.Table.raj", false]], "range_join() (inputtable method)": [[57, "deephaven.table_factory.InputTable.range_join", false]], "range_join() (table method)": [[56, "deephaven.table.Table.range_join", false]], "raw() (protobufprotocol static method)": [[53, "deephaven.stream.kafka.consumer.ProtobufProtocol.raw", false]], "read() (in module deephaven.csv)": [[8, "deephaven.csv.read", false]], "read() (in module deephaven.parquet)": [[31, "deephaven.parquet.read", false]], "read_csv() (in module deephaven)": [[0, "deephaven.read_csv", false]], "read_feather() (in module deephaven.arrow)": [[3, "deephaven.arrow.read_feather", false]], "read_only (ibsessiontws property)": [[63, "deephaven_ib.IbSessionTws.read_only", false]], "read_sql() (in module deephaven)": [[0, "deephaven.read_sql", false]], "read_sql() (in module deephaven.dbc)": [[9, "deephaven.dbc.read_sql", false]], "real_time (marketdatatype attribute)": [[63, "deephaven_ib.MarketDataType.REAL_TIME", false]], "rebate_rate (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.REBATE_RATE", false]], "reference (class in deephaven.plugin.object_type)": [[45, "deephaven.plugin.object_type.Reference", false]], "reference() (exporter method)": [[45, "deephaven.plugin.object_type.Exporter.reference", false]], "register() (callback method)": [[43, "deephaven.plugin.Callback.register", false]], "register_into() (pandaspluginregistration class method)": [[29, "deephaven.pandasplugin.PandasPluginRegistration.register_into", false]], "register_into() (registration class method)": [[43, "deephaven.plugin.Registration.register_into", false]], "registeredcontract (class in deephaven_ib)": [[63, "deephaven_ib.RegisteredContract", false]], "registration (class in deephaven.plugin)": [[43, "deephaven.plugin.Registration", false]], "release() (livenessscope method)": [[26, "deephaven.liveness_scope.LivenessScope.release", false]], "remove_calendar() (in module deephaven.calendar)": [[5, "deephaven.calendar.remove_calendar", false]], "removed() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.removed", false]], "removed_chunks() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.removed_chunks", false]], "rename_columns() (inputtable method)": [[57, "deephaven.table_factory.InputTable.rename_columns", false]], "rename_columns() (table method)": [[56, "deephaven.table.Table.rename_columns", false]], "request (class in deephaven_ib)": [[63, "deephaven_ib.Request", false]], "request_account_overview() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_account_overview", false]], "request_account_pnl() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_account_pnl", false]], "request_account_positions() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_account_positions", false]], "request_bars_historical() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_bars_historical", false]], "request_bars_realtime() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_bars_realtime", false]], "request_contracts_matching() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_contracts_matching", false]], "request_market_data() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_market_data", false]], "request_news_article() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_news_article", false]], "request_news_historical() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_news_historical", false]], "request_tick_data_historical() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_tick_data_historical", false]], "request_tick_data_realtime() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_tick_data_realtime", false]], "require_matching_keys (partitionedtableproxy attribute)": [[56, "deephaven.table.PartitionedTableProxy.require_matching_keys", false]], "reset (baddatabehavior attribute)": [[61, "deephaven.updateby.BadDataBehavior.RESET", false]], "resolve() (in module deephaven.uri)": [[62, "deephaven.uri.resolve", false]], "restrict_sort_to() (inputtable method)": [[57, "deephaven.table_factory.InputTable.restrict_sort_to", false]], "restrict_sort_to() (table method)": [[56, "deephaven.table.Table.restrict_sort_to", false]], "retry (orderidstrategy attribute)": [[63, "deephaven_ib.OrderIdStrategy.RETRY", false]], "reverse() (inputtable method)": [[57, "deephaven.table_factory.InputTable.reverse", false]], "reverse() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.reverse", false]], "reverse() (table method)": [[56, "deephaven.table.Table.reverse", false]], "right_triangle (shape attribute)": [[42, "deephaven.plot.shape.Shape.RIGHT_TRIANGLE", false]], "ring() (tabletype static method)": [[53, "deephaven.stream.kafka.consumer.TableType.ring", false]], "ring_table() (in module deephaven)": [[0, "deephaven.ring_table", false]], "ring_table() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.ring_table", false]], "rolling_avg_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_avg_tick", false]], "rolling_avg_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_avg_time", false]], "rolling_count_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_count_tick", false]], "rolling_count_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_count_time", false]], "rolling_formula_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_formula_tick", false]], "rolling_formula_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_formula_time", false]], "rolling_group_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_group_tick", false]], "rolling_group_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_group_time", false]], "rolling_max_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_max_tick", false]], "rolling_max_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_max_time", false]], "rolling_min_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_min_tick", false]], "rolling_min_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_min_time", false]], "rolling_prod_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_prod_tick", false]], "rolling_prod_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_prod_time", false]], "rolling_std_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_std_tick", false]], "rolling_std_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_std_time", false]], "rolling_sum_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_sum_tick", false]], "rolling_sum_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_sum_time", false]], "rolling_wavg_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_wavg_tick", false]], "rolling_wavg_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_wavg_time", false]], "rollup() (inputtable method)": [[57, "deephaven.table_factory.InputTable.rollup", false]], "rollup() (table method)": [[56, "deephaven.table.Table.rollup", false]], "rollupnodeoperationsrecorder (class in deephaven.table)": [[56, "deephaven.table.RollupNodeOperationsRecorder", false]], "rolluptable (class in deephaven.table)": [[56, "deephaven.table.RollupTable", false]], "root_cause (dherror property)": [[0, "deephaven.DHError.root_cause", false], [12, "deephaven.dherror.DHError.root_cause", false]], "round (lineendstyle attribute)": [[39, "deephaven.plot.linestyle.LineEndStyle.ROUND", false]], "round (linejoinstyle attribute)": [[39, "deephaven.plot.linestyle.LineJoinStyle.ROUND", false]], "row_major (memorylayout attribute)": [[25, "deephaven.learn.gather.MemoryLayout.ROW_MAJOR", false]], "s3instructions (class in deephaven.experimental.s3)": [[19, "deephaven.experimental.s3.S3Instructions", false]], "sanity_check_joins (partitionedtableproxy attribute)": [[56, "deephaven.table.PartitionedTableProxy.sanity_check_joins", false]], "save() (figure method)": [[37, "deephaven.plot.figure.Figure.save", false]], "scatter (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.SCATTER", false]], "searchdisplaymode (class in deephaven.table)": [[56, "deephaven.table.SearchDisplayMode", false]], "sec_1 (barsize attribute)": [[63, "deephaven_ib.BarSize.SEC_1", false]], "sec_10 (barsize attribute)": [[63, "deephaven_ib.BarSize.SEC_10", false]], "sec_15 (barsize attribute)": [[63, "deephaven_ib.BarSize.SEC_15", false]], "sec_30 (barsize attribute)": [[63, "deephaven_ib.BarSize.SEC_30", false]], "sec_5 (barsize attribute)": [[63, "deephaven_ib.BarSize.SEC_5", false]], "seconds() (duration static method)": [[63, "deephaven_ib.Duration.seconds", false]], "seek_to_beginning (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.SEEK_TO_BEGINNING", false]], "seek_to_end (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.SEEK_TO_END", false]], "select() (inputtable method)": [[57, "deephaven.table_factory.InputTable.select", false]], "select() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.select", false]], "select() (table method)": [[56, "deephaven.table.Table.select", false]], "select_distinct() (inputtable method)": [[57, "deephaven.table_factory.InputTable.select_distinct", false]], "select_distinct() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.select_distinct", false]], "select_distinct() (table method)": [[56, "deephaven.table.Table.select_distinct", false]], "selectabledataset (class in deephaven.plot.selectable_dataset)": [[41, "deephaven.plot.selectable_dataset.SelectableDataSet", false]], "serdes() (protobufprotocol static method)": [[53, "deephaven.stream.kafka.consumer.ProtobufProtocol.serdes", false]], "series() (figure method)": [[37, "deephaven.plot.figure.Figure.series", false]], "server (class in deephaven_server.server)": [[67, "deephaven_server.server.Server", false]], "server_config (server property)": [[67, "deephaven_server.server.Server.server_config", false]], "server_state() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.server_state", false]], "server_state_log() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.server_state_log", false]], "serverconfig (class in deephaven_server.server)": [[67, "deephaven_server.server.ServerConfig", false]], "set_calendar() (in module deephaven.calendar)": [[5, "deephaven.calendar.set_calendar", false]], "set_market_data_type() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.set_market_data_type", false]], "set_param_mutable() (jmethod method)": [[72, "jpy.JMethod.set_param_mutable", false]], "set_param_output() (jmethod method)": [[72, "jpy.JMethod.set_param_output", false]], "set_param_return() (jmethod method)": [[72, "jpy.JMethod.set_param_return", false]], "set_pattern() (axisformat method)": [[34, "deephaven.plot.axisformat.AxisFormat.set_pattern", false]], "set_pattern() (decimalaxisformat method)": [[34, "deephaven.plot.axisformat.DecimalAxisFormat.set_pattern", false]], "set_pattern() (nanosaxisformat method)": [[34, "deephaven.plot.axisformat.NanosAxisFormat.set_pattern", false]], "shape (class in deephaven.plot.shape)": [[42, "deephaven.plot.shape.Shape", false]], "shared_lock() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.shared_lock", false]], "shared_locked() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.shared_locked", false]], "short (in module deephaven.dtypes)": [[13, "deephaven.dtypes.short", false]], "short_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.short_array", false]], "short_col() (in module deephaven.column)": [[6, "deephaven.column.short_col", false]], "show (searchdisplaymode attribute)": [[56, "deephaven.table.SearchDisplayMode.SHOW", false]], "show() (figure method)": [[37, "deephaven.plot.figure.Figure.show", false]], "shutdown() (tablereplayer method)": [[0, "deephaven.TableReplayer.shutdown", false], [47, "deephaven.replay.TableReplayer.shutdown", false]], "simple_date_format() (in module deephaven.time)": [[59, "deephaven.time.simple_date_format", false]], "simple_spec() (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.simple_spec", false]], "simple_spec() (in module deephaven.stream.kafka.producer)": [[54, "deephaven.stream.kafka.producer.simple_spec", false]], "simplelivenessscope (class in deephaven.liveness_scope)": [[26, "deephaven.liveness_scope.SimpleLivenessScope", false]], "single (in module deephaven.dtypes)": [[13, "deephaven.dtypes.single", false]], "single_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.single_array", false]], "single_file (parquetfilelayout attribute)": [[31, "deephaven.parquet.ParquetFileLayout.SINGLE_FILE", false]], "size (inputtable property)": [[57, "deephaven.table_factory.InputTable.size", false]], "size (table property)": [[56, "deephaven.table.Table.size", false]], "skip (baddatabehavior attribute)": [[61, "deephaven.updateby.BadDataBehavior.SKIP", false]], "slice() (inputtable method)": [[57, "deephaven.table_factory.InputTable.slice", false]], "slice() (table method)": [[56, "deephaven.table.Table.slice", false]], "slice_pct() (inputtable method)": [[57, "deephaven.table_factory.InputTable.slice_pct", false]], "slice_pct() (table method)": [[56, "deephaven.table.Table.slice_pct", false]], "snapshot() (barragesession method)": [[4, "deephaven.barrage.BarrageSession.snapshot", false]], "snapshot() (inputtable method)": [[57, "deephaven.table_factory.InputTable.snapshot", false]], "snapshot() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.snapshot", false]], "snapshot() (table method)": [[56, "deephaven.table.Table.snapshot", false]], "snapshot_when() (inputtable method)": [[57, "deephaven.table_factory.InputTable.snapshot_when", false]], "snapshot_when() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.snapshot_when", false]], "snapshot_when() (table method)": [[56, "deephaven.table.Table.snapshot_when", false]], "sort() (inputtable method)": [[57, "deephaven.table_factory.InputTable.sort", false]], "sort() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.sort", false]], "sort() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.sort", false]], "sort() (rollupnodeoperationsrecorder method)": [[56, "deephaven.table.RollupNodeOperationsRecorder.sort", false]], "sort() (table method)": [[56, "deephaven.table.Table.sort", false]], "sort() (treenodeoperationsrecorder method)": [[56, "deephaven.table.TreeNodeOperationsRecorder.sort", false]], "sort_descending() (inputtable method)": [[57, "deephaven.table_factory.InputTable.sort_descending", false]], "sort_descending() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.sort_descending", false]], "sort_descending() (rollupnodeoperationsrecorder method)": [[56, "deephaven.table.RollupNodeOperationsRecorder.sort_descending", false]], "sort_descending() (table method)": [[56, "deephaven.table.Table.sort_descending", false]], "sort_descending() (treenodeoperationsrecorder method)": [[56, "deephaven.table.TreeNodeOperationsRecorder.sort_descending", false]], "sortdirection (class in deephaven)": [[0, "deephaven.SortDirection", false]], "sortdirection (class in deephaven.table)": [[56, "deephaven.table.SortDirection", false]], "sorted_first() (in module deephaven.agg)": [[1, "deephaven.agg.sorted_first", false]], "sorted_last() (in module deephaven.agg)": [[1, "deephaven.agg.sorted_last", false]], "square (lineendstyle attribute)": [[39, "deephaven.plot.linestyle.LineEndStyle.SQUARE", false]], "square (shape attribute)": [[42, "deephaven.plot.shape.Shape.SQUARE", false]], "stacked_area (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.STACKED_AREA", false]], "stacked_bar (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.STACKED_BAR", false]], "start() (server method)": [[67, "deephaven_server.server.Server.start", false]], "start() (tablelistenerhandle method)": [[58, "deephaven.table_listener.TableListenerHandle.start", false]], "start() (tablereplayer method)": [[0, "deephaven.TableReplayer.start", false], [47, "deephaven.replay.TableReplayer.start", false]], "start_jvm() (in module deephaven_server.start_jvm)": [[68, "deephaven_server.start_jvm.start_jvm", false]], "std() (in module deephaven.agg)": [[1, "deephaven.agg.std", false]], "std_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.std_by", false]], "std_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.std_by", false]], "std_by() (table method)": [[56, "deephaven.table.Table.std_by", false]], "step (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.STEP", false]], "stop() (tablelistenerhandle method)": [[58, "deephaven.table_listener.TableListenerHandle.stop", false]], "stream() (tabletype static method)": [[53, "deephaven.stream.kafka.consumer.TableType.stream", false]], "stream_to_append_only() (in module deephaven.stream)": [[50, "deephaven.stream.stream_to_append_only", false]], "string (in module deephaven.dtypes)": [[13, "deephaven.dtypes.string", false]], "string_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.string_array", false]], "string_col() (in module deephaven.column)": [[6, "deephaven.column.string_col", false]], "stringset (in module deephaven.dtypes)": [[13, "deephaven.dtypes.StringSet", false]], "submit_task() (in module deephaven.server.executors)": [[49, "deephaven.server.executors.submit_task", false]], "subscribe() (barragesession method)": [[4, "deephaven.barrage.BarrageSession.subscribe", false]], "sum_() (in module deephaven.agg)": [[1, "deephaven.agg.sum_", false]], "sum_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.sum_by", false]], "sum_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.sum_by", false]], "sum_by() (table method)": [[56, "deephaven.table.Table.sum_by", false]], "table (class in deephaven.table)": [[56, "deephaven.table.Table", false]], "table (dataindex property)": [[16, "deephaven.experimental.data_index.DataIndex.table", false]], "table (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.table", false]], "table() (multijointable method)": [[56, "deephaven.table.MultiJoinTable.table", false]], "table_publisher() (in module deephaven.stream.table_publisher)": [[55, "deephaven.stream.table_publisher.table_publisher", false]], "table_to_numpy_2d() (in module deephaven.learn.gather)": [[25, "deephaven.learn.gather.table_to_numpy_2d", false]], "tablelistener (class in deephaven.table_listener)": [[58, "deephaven.table_listener.TableListener", false]], "tablelistenerhandle (class in deephaven.table_listener)": [[58, "deephaven.table_listener.TableListenerHandle", false]], "tablepublisher (class in deephaven.stream.table_publisher)": [[55, "deephaven.stream.table_publisher.TablePublisher", false]], "tablereplayer (class in deephaven)": [[0, "deephaven.TableReplayer", false]], "tablereplayer (class in deephaven.replay)": [[47, "deephaven.replay.TableReplayer", false]], "tables (ibsessiontws property)": [[63, "deephaven_ib.IbSessionTws.tables", false]], "tables_raw (ibsessiontws property)": [[63, "deephaven_ib.IbSessionTws.tables_raw", false]], "tabletype (class in deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.TableType", false]], "tableupdate (class in deephaven.table_listener)": [[58, "deephaven.table_listener.TableUpdate", false]], "tail() (inputtable method)": [[57, "deephaven.table_factory.InputTable.tail", false]], "tail() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.tail", false]], "tail() (table method)": [[56, "deephaven.table.Table.tail", false]], "tail_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.tail_by", false]], "tail_by() (table method)": [[56, "deephaven.table.Table.tail_by", false]], "tail_pct() (inputtable method)": [[57, "deephaven.table_factory.InputTable.tail_pct", false]], "tail_pct() (table method)": [[56, "deephaven.table.Table.tail_pct", false]], "target (partitionedtableproxy attribute)": [[56, "deephaven.table.PartitionedTableProxy.target", false]], "target_url_or_default (serverconfig property)": [[67, "deephaven_server.server.ServerConfig.target_url_or_default", false]], "throw (baddatabehavior attribute)": [[61, "deephaven.updateby.BadDataBehavior.THROW", false]], "tickdatatype (class in deephaven_ib)": [[63, "deephaven_ib.TickDataType", false]], "ticks() (figure method)": [[37, "deephaven.plot.figure.Figure.ticks", false]], "ticks_minor() (figure method)": [[37, "deephaven.plot.figure.Figure.ticks_minor", false]], "time_table() (in module deephaven)": [[0, "deephaven.time_table", false]], "time_table() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.time_table", false]], "time_window() (in module deephaven.experimental)": [[15, "deephaven.experimental.time_window", false]], "time_zone_alias_add() (in module deephaven.time)": [[59, "deephaven.time.time_zone_alias_add", false]], "time_zone_alias_rm() (in module deephaven.time)": [[59, "deephaven.time.time_zone_alias_rm", false]], "timezone (in module deephaven.dtypes)": [[13, "deephaven.dtypes.TimeZone", false]], "to_arrow() (in module deephaven.arrow)": [[3, "deephaven.arrow.to_arrow", false]], "to_bytes() (fetchonlyobjecttype method)": [[45, "deephaven.plugin.object_type.FetchOnlyObjectType.to_bytes", false]], "to_bytes() (pandasdataframeserializer method)": [[30, "deephaven.pandasplugin.pandas_as_table.PandasDataFrameSerializer.to_bytes", false]], "to_date() (in module deephaven.time)": [[59, "deephaven.time.to_date", false]], "to_datetime() (in module deephaven.time)": [[59, "deephaven.time.to_datetime", false]], "to_html() (in module deephaven.html)": [[22, "deephaven.html.to_html", false]], "to_ib_datetime() (in module deephaven_ib.time)": [[64, "deephaven_ib.time.to_ib_datetime", false]], "to_j_duration() (in module deephaven.time)": [[59, "deephaven.time.to_j_duration", false]], "to_j_instant() (in module deephaven.time)": [[59, "deephaven.time.to_j_instant", false]], "to_j_local_date() (in module deephaven.time)": [[59, "deephaven.time.to_j_local_date", false]], "to_j_local_time() (in module deephaven.time)": [[59, "deephaven.time.to_j_local_time", false]], "to_j_period() (in module deephaven.time)": [[59, "deephaven.time.to_j_period", false]], "to_j_time_zone() (in module deephaven.time)": [[59, "deephaven.time.to_j_time_zone", false]], "to_j_zdt() (in module deephaven.time)": [[59, "deephaven.time.to_j_zdt", false]], "to_np_busdaycalendar() (in module deephaven.numpy)": [[27, "deephaven.numpy.to_np_busdaycalendar", false]], "to_np_datetime64() (in module deephaven.time)": [[59, "deephaven.time.to_np_datetime64", false]], "to_np_timedelta64() (in module deephaven.time)": [[59, "deephaven.time.to_np_timedelta64", false]], "to_numpy() (in module deephaven.numpy)": [[27, "deephaven.numpy.to_numpy", false]], "to_pandas() (in module deephaven.pandas)": [[28, "deephaven.pandas.to_pandas", false]], "to_pd_timedelta() (in module deephaven.time)": [[59, "deephaven.time.to_pd_timedelta", false]], "to_pd_timestamp() (in module deephaven.time)": [[59, "deephaven.time.to_pd_timestamp", false]], "to_sequence() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.to_sequence", false]], "to_string() (inputtable method)": [[57, "deephaven.table_factory.InputTable.to_string", false]], "to_string() (table method)": [[56, "deephaven.table.Table.to_string", false]], "to_table() (in module deephaven.arrow)": [[3, "deephaven.arrow.to_table", false]], "to_table() (in module deephaven.numpy)": [[27, "deephaven.numpy.to_table", false]], "to_table() (in module deephaven.pandas)": [[28, "deephaven.pandas.to_table", false]], "to_time() (in module deephaven.time)": [[59, "deephaven.time.to_time", false]], "to_timedelta() (in module deephaven.time)": [[59, "deephaven.time.to_timedelta", false]], "topics() (in module deephaven.stream.kafka)": [[51, "deephaven.stream.kafka.topics", false]], "traceback (dherror property)": [[0, "deephaven.DHError.traceback", false], [12, "deephaven.dherror.DHError.traceback", false]], "trades (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.TRADES", false]], "transform() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.transform", false]], "tree() (inputtable method)": [[57, "deephaven.table_factory.InputTable.tree", false]], "tree() (table method)": [[56, "deephaven.table.Table.tree", false]], "treenodeoperationsrecorder (class in deephaven.table)": [[56, "deephaven.table.TreeNodeOperationsRecorder", false]], "treetable (class in deephaven.table)": [[56, "deephaven.table.TreeTable", false]], "twin() (figure method)": [[37, "deephaven.plot.figure.Figure.twin", false]], "ungroup() (inputtable method)": [[57, "deephaven.table_factory.InputTable.ungroup", false]], "ungroup() (table method)": [[56, "deephaven.table.Table.ungroup", false]], "unique() (in module deephaven.agg)": [[1, "deephaven.agg.unique", false]], "unique_keys (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.unique_keys", false]], "unix_sec_to_j_instant() (in module deephaven_ib.time)": [[64, "deephaven_ib.time.unix_sec_to_j_instant", false]], "unlimited (mathcontext attribute)": [[61, "deephaven.updateby.MathContext.UNLIMITED", false]], "unmanage() (livenessscope method)": [[26, "deephaven.liveness_scope.LivenessScope.unmanage", false]], "unmanage() (simplelivenessscope method)": [[26, "deephaven.liveness_scope.SimpleLivenessScope.unmanage", false]], "up_triangle (shape attribute)": [[42, "deephaven.plot.shape.Shape.UP_TRIANGLE", false]], "update() (inputtable method)": [[57, "deephaven.table_factory.InputTable.update", false]], "update() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.update", false]], "update() (table method)": [[56, "deephaven.table.Table.update", false]], "update_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.update_by", false]], "update_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.update_by", false]], "update_by() (table method)": [[56, "deephaven.table.Table.update_by", false]], "update_graph (inputtable property)": [[57, "deephaven.table_factory.InputTable.update_graph", false]], "update_graph (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.update_graph", false]], "update_graph (partitionedtableproxy property)": [[56, "deephaven.table.PartitionedTableProxy.update_graph", false]], "update_graph (table property)": [[56, "deephaven.table.Table.update_graph", false]], "update_performance_log() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.update_performance_log", false]], "update_view() (inputtable method)": [[57, "deephaven.table_factory.InputTable.update_view", false]], "update_view() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.update_view", false]], "update_view() (table method)": [[56, "deephaven.table.Table.update_view", false]], "updatebyoperation (class in deephaven.updateby)": [[61, "deephaven.updateby.UpdateByOperation", false]], "updategraph (class in deephaven.update_graph)": [[60, "deephaven.update_graph.UpdateGraph", false]], "urls() (authenticationhandler method)": [[67, "deephaven_server.server.AuthenticationHandler.urls", false]], "value_dominates (deltacontrol attribute)": [[61, "deephaven.updateby.DeltaControl.VALUE_DOMINATES", false]], "value_names (inputtable property)": [[57, "deephaven.table_factory.InputTable.value_names", false]], "var() (in module deephaven.agg)": [[1, "deephaven.agg.var", false]], "var_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.var_by", false]], "var_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.var_by", false]], "var_by() (table method)": [[56, "deephaven.table.Table.var_by", false]], "version (jsplugin property)": [[44, "deephaven.plugin.js.JsPlugin.version", false]], "vertical_rectangle (shape attribute)": [[42, "deephaven.plot.shape.Shape.VERTICAL_RECTANGLE", false]], "view() (inputtable method)": [[57, "deephaven.table_factory.InputTable.view", false]], "view() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.view", false]], "view() (table method)": [[56, "deephaven.table.Table.view", false]], "week_1 (barsize attribute)": [[63, "deephaven_ib.BarSize.WEEK_1", false]], "weeks() (duration static method)": [[63, "deephaven_ib.Duration.weeks", false]], "weighted_avg() (in module deephaven.agg)": [[1, "deephaven.agg.weighted_avg", false]], "weighted_avg_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.weighted_avg_by", false]], "weighted_avg_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.weighted_avg_by", false]], "weighted_avg_by() (table method)": [[56, "deephaven.table.Table.weighted_avg_by", false]], "weighted_sum() (in module deephaven.agg)": [[1, "deephaven.agg.weighted_sum", false]], "weighted_sum_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.weighted_sum_by", false]], "weighted_sum_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.weighted_sum_by", false]], "weighted_sum_by() (table method)": [[56, "deephaven.table.Table.weighted_sum_by", false]], "where() (inputtable method)": [[57, "deephaven.table_factory.InputTable.where", false]], "where() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.where", false]], "where() (table method)": [[56, "deephaven.table.Table.where", false]], "where() (treenodeoperationsrecorder method)": [[56, "deephaven.table.TreeNodeOperationsRecorder.where", false]], "where_in() (inputtable method)": [[57, "deephaven.table_factory.InputTable.where_in", false]], "where_in() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.where_in", false]], "where_in() (table method)": [[56, "deephaven.table.Table.where_in", false]], "where_not_in() (inputtable method)": [[57, "deephaven.table_factory.InputTable.where_not_in", false]], "where_not_in() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.where_not_in", false]], "where_not_in() (table method)": [[56, "deephaven.table.Table.where_not_in", false]], "where_one_of() (inputtable method)": [[57, "deephaven.table_factory.InputTable.where_one_of", false]], "where_one_of() (table method)": [[56, "deephaven.table.Table.where_one_of", false]], "with_attributes() (inputtable method)": [[57, "deephaven.table_factory.InputTable.with_attributes", false]], "with_attributes() (table method)": [[56, "deephaven.table.Table.with_attributes", false]], "with_filters() (rolluptable method)": [[56, "deephaven.table.RollupTable.with_filters", false]], "with_filters() (treetable method)": [[56, "deephaven.table.TreeTable.with_filters", false]], "with_node_operations() (rolluptable method)": [[56, "deephaven.table.RollupTable.with_node_operations", false]], "with_node_operations() (treetable method)": [[56, "deephaven.table.TreeTable.with_node_operations", false]], "with_traceback() (dherror method)": [[0, "deephaven.DHError.with_traceback", false], [12, "deephaven.dherror.DHError.with_traceback", false]], "with_traceback() (jexception method)": [[72, "jpy.JException.with_traceback", false]], "without_attributes() (inputtable method)": [[57, "deephaven.table_factory.InputTable.without_attributes", false]], "without_attributes() (table method)": [[56, "deephaven.table.Table.without_attributes", false]], "write() (in module deephaven.csv)": [[8, "deephaven.csv.write", false]], "write() (in module deephaven.parquet)": [[31, "deephaven.parquet.write", false]], "write_csv() (in module deephaven)": [[0, "deephaven.write_csv", false]], "write_partitioned() (in module deephaven.parquet)": [[31, "deephaven.parquet.write_partitioned", false]], "write_row() (dynamictablewriter method)": [[0, "deephaven.DynamicTableWriter.write_row", false], [57, "deephaven.table_factory.DynamicTableWriter.write_row", false]], "x_axis() (figure method)": [[37, "deephaven.plot.figure.Figure.x_axis", false]], "x_ticks() (figure method)": [[37, "deephaven.plot.figure.Figure.x_ticks", false]], "x_ticks_minor() (figure method)": [[37, "deephaven.plot.figure.Figure.x_ticks_minor", false]], "x_twin() (figure method)": [[37, "deephaven.plot.figure.Figure.x_twin", false]], "y_axis() (figure method)": [[37, "deephaven.plot.figure.Figure.y_axis", false]], "y_ticks() (figure method)": [[37, "deephaven.plot.figure.Figure.y_ticks", false]], "y_ticks_minor() (figure method)": [[37, "deephaven.plot.figure.Figure.y_ticks_minor", false]], "y_twin() (figure method)": [[37, "deephaven.plot.figure.Figure.y_twin", false]], "years() (duration static method)": [[63, "deephaven_ib.Duration.years", false]], "yield_ask (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.YIELD_ASK", false]], "yield_bid (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.YIELD_BID", false]], "yield_bid_ask (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.YIELD_BID_ASK", false]], "yield_last (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.YIELD_LAST", false]], "zdt_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.zdt_array", false]], "zero_dominates (deltacontrol attribute)": [[61, "deephaven.updateby.DeltaControl.ZERO_DOMINATES", false]], "zoneddatetime (in module deephaven.dtypes)": [[13, "deephaven.dtypes.ZonedDateTime", false]]}, "objects": {"": [[0, 0, 0, "-", "deephaven"], [63, 0, 0, "-", "deephaven_ib"], [65, 0, 0, "-", "deephaven_server"], [69, 0, 0, "-", "ibapi"], [72, 0, 0, "-", "jpy"]], "deephaven": [[0, 1, 1, "", "DHError"], [0, 4, 1, "", "DynamicTableWriter"], [0, 4, 1, "", "SortDirection"], [0, 4, 1, "", "TableReplayer"], [1, 0, 0, "-", "agg"], [2, 0, 0, "-", "appmode"], [3, 0, 0, "-", "arrow"], [4, 0, 0, "-", "barrage"], [5, 0, 0, "-", "calendar"], [6, 0, 0, "-", "column"], [7, 0, 0, "-", "constants"], [8, 0, 0, "-", "csv"], [9, 0, 0, "-", "dbc"], [12, 0, 0, "-", "dherror"], [13, 0, 0, "-", "dtypes"], [0, 6, 1, "", "empty_table"], [14, 0, 0, "-", "execution_context"], [15, 0, 0, "-", "experimental"], [21, 0, 0, "-", "filters"], [0, 6, 1, "", "function_generated_table"], [0, 6, 1, "", "garbage_collect"], [22, 0, 0, "-", "html"], [0, 6, 1, "", "input_table"], [23, 0, 0, "-", "jcompat"], [24, 0, 0, "-", "learn"], [26, 0, 0, "-", "liveness_scope"], [0, 6, 1, "", "merge"], [0, 6, 1, "", "merge_sorted"], [0, 6, 1, "", "new_table"], [27, 0, 0, "-", "numpy"], [28, 0, 0, "-", "pandas"], [29, 0, 0, "-", "pandasplugin"], [31, 0, 0, "-", "parquet"], [32, 0, 0, "-", "perfmon"], [33, 0, 0, "-", "plot"], [43, 0, 0, "-", "plugin"], [46, 0, 0, "-", "query_library"], [0, 6, 1, "", "read_csv"], [0, 6, 1, "", "read_sql"], [47, 0, 0, "-", "replay"], [0, 6, 1, "", "ring_table"], [48, 0, 0, "-", "server"], [50, 0, 0, "-", "stream"], [56, 0, 0, "-", "table"], [57, 0, 0, "-", "table_factory"], [58, 0, 0, "-", "table_listener"], [59, 0, 0, "-", "time"], [0, 6, 1, "", "time_table"], [60, 0, 0, "-", "update_graph"], [61, 0, 0, "-", "updateby"], [62, 0, 0, "-", "uri"], [0, 6, 1, "", "write_csv"]], "deephaven.DHError": [[0, 2, 1, "", "compact_traceback"], [0, 2, 1, "", "root_cause"], [0, 2, 1, "", "traceback"], [0, 3, 1, "", "with_traceback"]], "deephaven.DynamicTableWriter": [[0, 3, 1, "", "close"], [0, 5, 1, "", "j_object_type"], [0, 3, 1, "", "write_row"]], "deephaven.SortDirection": [[0, 5, 1, "", "ASCENDING"], [0, 5, 1, "", "DESCENDING"]], "deephaven.TableReplayer": [[0, 3, 1, "", "add_table"], [0, 5, 1, "", "j_object_type"], [0, 3, 1, "", "shutdown"], [0, 3, 1, "", "start"]], "deephaven.agg": [[1, 4, 1, "", "Aggregation"], [1, 6, 1, "", "abs_sum"], [1, 6, 1, "", "avg"], [1, 6, 1, "", "count_"], [1, 6, 1, "", "count_distinct"], [1, 6, 1, "", "distinct"], [1, 6, 1, "", "first"], [1, 6, 1, "", "formula"], [1, 6, 1, "", "group"], [1, 6, 1, "", "last"], [1, 6, 1, "", "max_"], [1, 6, 1, "", "median"], [1, 6, 1, "", "min_"], [1, 6, 1, "", "partition"], [1, 6, 1, "", "pct"], [1, 6, 1, "", "sorted_first"], [1, 6, 1, "", "sorted_last"], [1, 6, 1, "", "std"], [1, 6, 1, "", "sum_"], [1, 6, 1, "", "unique"], [1, 6, 1, "", "var"], [1, 6, 1, "", "weighted_avg"], [1, 6, 1, "", "weighted_sum"]], "deephaven.appmode": [[2, 4, 1, "", "ApplicationState"], [2, 6, 1, "", "get_app_state"]], "deephaven.appmode.ApplicationState": [[2, 5, 1, "", "j_object_type"]], "deephaven.arrow": [[3, 6, 1, "", "read_feather"], [3, 6, 1, "", "to_arrow"], [3, 6, 1, "", "to_table"]], "deephaven.barrage": [[4, 4, 1, "", "BarrageSession"], [4, 6, 1, "", "barrage_session"]], "deephaven.barrage.BarrageSession": [[4, 3, 1, "", "close"], [4, 3, 1, "", "snapshot"], [4, 3, 1, "", "subscribe"]], "deephaven.calendar": [[5, 6, 1, "", "add_calendar"], [5, 6, 1, "", "calendar"], [5, 6, 1, "", "calendar_name"], [5, 6, 1, "", "calendar_names"], [5, 6, 1, "", "remove_calendar"], [5, 6, 1, "", "set_calendar"]], "deephaven.column": [[6, 4, 1, "", "Column"], [6, 4, 1, "", "ColumnType"], [6, 4, 1, "", "InputColumn"], [6, 6, 1, "", "bool_col"], [6, 6, 1, "", "byte_col"], [6, 6, 1, "", "char_col"], [6, 6, 1, "", "datetime_col"], [6, 6, 1, "", "double_col"], [6, 6, 1, "", "float_col"], [6, 6, 1, "", "int_col"], [6, 6, 1, "", "jobj_col"], [6, 6, 1, "", "long_col"], [6, 6, 1, "", "pyobj_col"], [6, 6, 1, "", "short_col"], [6, 6, 1, "", "string_col"]], "deephaven.column.ColumnType": [[6, 5, 1, "", "NORMAL"], [6, 5, 1, "", "PARTITIONING"]], "deephaven.constants": [[7, 7, 1, "", "MAX_BYTE"], [7, 7, 1, "", "MAX_CHAR"], [7, 7, 1, "", "MAX_DOUBLE"], [7, 7, 1, "", "MAX_FINITE_DOUBLE"], [7, 7, 1, "", "MAX_FINITE_FLOAT"], [7, 7, 1, "", "MAX_FLOAT"], [7, 7, 1, "", "MAX_INT"], [7, 7, 1, "", "MAX_LONG"], [7, 7, 1, "", "MAX_SHORT"], [7, 7, 1, "", "MIN_BYTE"], [7, 7, 1, "", "MIN_CHAR"], [7, 7, 1, "", "MIN_DOUBLE"], [7, 7, 1, "", "MIN_FINITE_DOUBLE"], [7, 7, 1, "", "MIN_FINITE_FLOAT"], [7, 7, 1, "", "MIN_FLOAT"], [7, 7, 1, "", "MIN_INT"], [7, 7, 1, "", "MIN_LONG"], [7, 7, 1, "", "MIN_POS_DOUBLE"], [7, 7, 1, "", "MIN_POS_FLOAT"], [7, 7, 1, "", "MIN_SHORT"], [7, 7, 1, "", "NAN_DOUBLE"], [7, 7, 1, "", "NAN_FLOAT"], [7, 7, 1, "", "NEG_INFINITY_DOUBLE"], [7, 7, 1, "", "NEG_INFINITY_FLOAT"], [7, 7, 1, "", "NULL_BOOLEAN"], [7, 7, 1, "", "NULL_BYTE"], [7, 7, 1, "", "NULL_CHAR"], [7, 7, 1, "", "NULL_DOUBLE"], [7, 7, 1, "", "NULL_FLOAT"], [7, 7, 1, "", "NULL_INT"], [7, 7, 1, "", "NULL_LONG"], [7, 7, 1, "", "NULL_SHORT"], [7, 7, 1, "", "POS_INFINITY_DOUBLE"], [7, 7, 1, "", "POS_INFINITY_FLOAT"]], "deephaven.csv": [[8, 6, 1, "", "read"], [8, 6, 1, "", "write"]], "deephaven.dbc": [[9, 6, 1, "", "read_sql"]], "deephaven.dherror": [[12, 1, 1, "", "DHError"]], "deephaven.dherror.DHError": [[12, 2, 1, "", "compact_traceback"], [12, 2, 1, "", "root_cause"], [12, 2, 1, "", "traceback"], [12, 3, 1, "", "with_traceback"]], "deephaven.dtypes": [[13, 7, 1, "", "BigDecimal"], [13, 7, 1, "", "BusinessCalendar"], [13, 7, 1, "", "Character"], [13, 4, 1, "", "DType"], [13, 7, 1, "", "Duration"], [13, 7, 1, "", "Instant"], [13, 7, 1, "", "JObject"], [13, 7, 1, "", "LocalDate"], [13, 7, 1, "", "LocalTime"], [13, 7, 1, "", "Period"], [13, 7, 1, "", "PyObject"], [13, 7, 1, "", "StringSet"], [13, 7, 1, "", "TimeZone"], [13, 7, 1, "", "ZonedDateTime"], [13, 6, 1, "", "array"], [13, 7, 1, "", "bool_"], [13, 7, 1, "", "bool_array"], [13, 7, 1, "", "boolean_array"], [13, 7, 1, "", "byte"], [13, 7, 1, "", "byte_array"], [13, 7, 1, "", "char"], [13, 7, 1, "", "char_array"], [13, 7, 1, "", "double"], [13, 7, 1, "", "double_array"], [13, 7, 1, "", "float32"], [13, 7, 1, "", "float32_array"], [13, 7, 1, "", "float64"], [13, 7, 1, "", "float64_array"], [13, 7, 1, "", "float_"], [13, 7, 1, "", "float_array"], [13, 6, 1, "", "from_jtype"], [13, 6, 1, "", "from_np_dtype"], [13, 7, 1, "", "instant_array"], [13, 7, 1, "", "int16"], [13, 7, 1, "", "int16_array"], [13, 7, 1, "", "int32"], [13, 7, 1, "", "int32_array"], [13, 7, 1, "", "int64"], [13, 7, 1, "", "int64_array"], [13, 7, 1, "", "int8"], [13, 7, 1, "", "int8_array"], [13, 7, 1, "", "int_"], [13, 7, 1, "", "int_array"], [13, 7, 1, "", "long"], [13, 7, 1, "", "long_array"], [13, 6, 1, "", "null_remap"], [13, 7, 1, "", "short"], [13, 7, 1, "", "short_array"], [13, 7, 1, "", "single"], [13, 7, 1, "", "single_array"], [13, 7, 1, "", "string"], [13, 7, 1, "", "string_array"], [13, 7, 1, "", "zdt_array"]], "deephaven.execution_context": [[14, 4, 1, "", "ExecutionContext"], [14, 6, 1, "", "get_exec_ctx"], [14, 6, 1, "", "make_user_exec_ctx"]], "deephaven.execution_context.ExecutionContext": [[14, 5, 1, "", "j_object_type"]], "deephaven.experimental": [[16, 0, 0, "-", "data_index"], [17, 0, 0, "-", "ema"], [18, 0, 0, "-", "outer_joins"], [19, 0, 0, "-", "s3"], [20, 0, 0, "-", "sql"], [15, 6, 1, "", "time_window"]], "deephaven.experimental.data_index": [[16, 4, 1, "", "DataIndex"], [16, 6, 1, "", "data_index"], [16, 6, 1, "", "has_data_index"]], "deephaven.experimental.data_index.DataIndex": [[16, 5, 1, "", "j_object_type"], [16, 2, 1, "", "keys"], [16, 2, 1, "", "table"]], "deephaven.experimental.ema": [[17, 6, 1, "", "ByEmaSimple"], [17, 6, 1, "", "Ema"], [17, 6, 1, "", "EmaArray"], [17, 6, 1, "", "ExponentiallyDecayedSum"]], "deephaven.experimental.outer_joins": [[18, 6, 1, "", "full_outer_join"], [18, 6, 1, "", "left_outer_join"]], "deephaven.experimental.s3": [[19, 4, 1, "", "S3Instructions"]], "deephaven.experimental.s3.S3Instructions": [[19, 5, 1, "", "j_object_type"]], "deephaven.experimental.sql": [[20, 6, 1, "", "evaluate"]], "deephaven.filters": [[21, 4, 1, "", "Filter"], [21, 4, 1, "", "PatternMode"], [21, 6, 1, "", "and_"], [21, 6, 1, "", "is_not_null"], [21, 6, 1, "", "is_null"], [21, 6, 1, "", "not_"], [21, 6, 1, "", "or_"], [21, 6, 1, "", "pattern"]], "deephaven.filters.Filter": [[21, 3, 1, "", "from_"], [21, 5, 1, "", "j_object_type"], [21, 3, 1, "", "not_"]], "deephaven.filters.PatternMode": [[21, 5, 1, "", "FIND"], [21, 5, 1, "", "MATCHES"]], "deephaven.html": [[22, 6, 1, "", "to_html"]], "deephaven.jcompat": [[23, 4, 1, "", "AutoCloseable"], [23, 6, 1, "", "dh_null_to_nan"], [23, 6, 1, "", "is_java_type"], [23, 6, 1, "", "j_array_list"], [23, 6, 1, "", "j_binary_operator"], [23, 6, 1, "", "j_function"], [23, 6, 1, "", "j_hashmap"], [23, 6, 1, "", "j_hashset"], [23, 6, 1, "", "j_lambda"], [23, 6, 1, "", "j_list_to_list"], [23, 6, 1, "", "j_map_to_dict"], [23, 6, 1, "", "j_properties"], [23, 6, 1, "", "j_runnable"], [23, 6, 1, "", "j_unary_operator"], [23, 6, 1, "", "to_sequence"]], "deephaven.jcompat.AutoCloseable": [[23, 5, 1, "", "j_object_type"]], "deephaven.learn": [[24, 4, 1, "", "Input"], [24, 4, 1, "", "Output"], [25, 0, 0, "-", "gather"], [24, 6, 1, "", "learn"]], "deephaven.learn.gather": [[25, 4, 1, "", "MemoryLayout"], [25, 6, 1, "", "table_to_numpy_2d"]], "deephaven.learn.gather.MemoryLayout": [[25, 5, 1, "", "C"], [25, 5, 1, "", "COLUMN_MAJOR"], [25, 5, 1, "", "FORTRAN"], [25, 5, 1, "", "ROW_MAJOR"]], "deephaven.liveness_scope": [[26, 4, 1, "", "LivenessScope"], [26, 4, 1, "", "SimpleLivenessScope"], [26, 6, 1, "", "is_liveness_referent"], [26, 6, 1, "", "liveness_scope"]], "deephaven.liveness_scope.LivenessScope": [[26, 5, 1, "", "j_object_type"], [26, 3, 1, "", "manage"], [26, 3, 1, "", "open"], [26, 3, 1, "", "preserve"], [26, 3, 1, "", "release"], [26, 3, 1, "", "unmanage"]], "deephaven.liveness_scope.SimpleLivenessScope": [[26, 5, 1, "", "j_object_type"], [26, 3, 1, "", "manage"], [26, 3, 1, "", "preserve"], [26, 3, 1, "", "unmanage"]], "deephaven.numpy": [[27, 6, 1, "", "to_np_busdaycalendar"], [27, 6, 1, "", "to_numpy"], [27, 6, 1, "", "to_table"]], "deephaven.pandas": [[28, 6, 1, "", "to_pandas"], [28, 6, 1, "", "to_table"]], "deephaven.pandasplugin": [[29, 4, 1, "", "PandasPluginRegistration"], [30, 0, 0, "-", "pandas_as_table"]], "deephaven.pandasplugin.PandasPluginRegistration": [[29, 3, 1, "", "register_into"]], "deephaven.pandasplugin.pandas_as_table": [[30, 4, 1, "", "PandasDataFrameSerializer"]], "deephaven.pandasplugin.pandas_as_table.PandasDataFrameSerializer": [[30, 3, 1, "", "is_type"], [30, 2, 1, "", "name"], [30, 3, 1, "", "to_bytes"]], "deephaven.parquet": [[31, 4, 1, "", "ColumnInstruction"], [31, 4, 1, "", "ParquetFileLayout"], [31, 6, 1, "", "batch_write"], [31, 6, 1, "", "delete"], [31, 6, 1, "", "read"], [31, 6, 1, "", "write"], [31, 6, 1, "", "write_partitioned"]], "deephaven.parquet.ParquetFileLayout": [[31, 5, 1, "", "FLAT_PARTITIONED"], [31, 5, 1, "", "KV_PARTITIONED"], [31, 5, 1, "", "METADATA_PARTITIONED"], [31, 5, 1, "", "SINGLE_FILE"]], "deephaven.perfmon": [[32, 6, 1, "", "metrics_get_counters"], [32, 6, 1, "", "metrics_reset_counters"], [32, 6, 1, "", "process_info"], [32, 6, 1, "", "process_info_log"], [32, 6, 1, "", "process_metrics_log"], [32, 6, 1, "", "query_operation_performance"], [32, 6, 1, "", "query_operation_performance_log"], [32, 6, 1, "", "query_operation_performance_tree_table"], [32, 6, 1, "", "query_performance"], [32, 6, 1, "", "query_performance_log"], [32, 6, 1, "", "query_performance_tree_table"], [32, 6, 1, "", "query_update_performance"], [32, 6, 1, "", "query_update_performance_map"], [32, 6, 1, "", "server_state"], [32, 6, 1, "", "server_state_log"], [32, 6, 1, "", "update_performance_log"]], "deephaven.plot": [[34, 0, 0, "-", "axisformat"], [35, 0, 0, "-", "axistransform"], [36, 0, 0, "-", "color"], [37, 0, 0, "-", "figure"], [38, 0, 0, "-", "font"], [39, 0, 0, "-", "linestyle"], [40, 0, 0, "-", "plotstyle"], [41, 0, 0, "-", "selectable_dataset"], [42, 0, 0, "-", "shape"]], "deephaven.plot.axisformat": [[34, 4, 1, "", "AxisFormat"], [34, 4, 1, "", "DecimalAxisFormat"], [34, 4, 1, "", "NanosAxisFormat"]], "deephaven.plot.axisformat.AxisFormat": [[34, 5, 1, "", "j_object_type"], [34, 3, 1, "", "set_pattern"]], "deephaven.plot.axisformat.DecimalAxisFormat": [[34, 5, 1, "", "j_object_type"], [34, 3, 1, "", "set_pattern"]], "deephaven.plot.axisformat.NanosAxisFormat": [[34, 5, 1, "", "j_object_type"], [34, 3, 1, "", "set_pattern"]], "deephaven.plot.axistransform": [[35, 4, 1, "", "AxisTransform"], [35, 6, 1, "", "axis_transform"], [35, 6, 1, "", "axis_transform_names"]], "deephaven.plot.axistransform.AxisTransform": [[35, 5, 1, "", "j_object_type"]], "deephaven.plot.color": [[36, 4, 1, "", "Color"], [36, 4, 1, "", "Colors"]], "deephaven.plot.color.Color": [[36, 5, 1, "", "j_object_type"], [36, 3, 1, "", "of_hsl"], [36, 3, 1, "", "of_name"], [36, 3, 1, "", "of_rgb"], [36, 3, 1, "", "of_rgb_f"]], "deephaven.plot.figure": [[37, 4, 1, "", "Figure"]], "deephaven.plot.figure.Figure": [[37, 3, 1, "", "axes"], [37, 3, 1, "", "axis"], [37, 3, 1, "", "chart"], [37, 3, 1, "", "chart_legend"], [37, 3, 1, "", "chart_title"], [37, 3, 1, "", "figure"], [37, 3, 1, "", "figure_title"], [37, 3, 1, "", "func"], [37, 5, 1, "", "j_object_type"], [37, 3, 1, "", "line"], [37, 3, 1, "", "new_axes"], [37, 3, 1, "", "new_chart"], [37, 3, 1, "", "plot_cat"], [37, 3, 1, "", "plot_cat_hist"], [37, 3, 1, "", "plot_ohlc"], [37, 3, 1, "", "plot_pie"], [37, 3, 1, "", "plot_treemap"], [37, 3, 1, "", "plot_xy"], [37, 3, 1, "", "plot_xy_hist"], [37, 3, 1, "", "point"], [37, 3, 1, "", "save"], [37, 3, 1, "", "series"], [37, 3, 1, "", "show"], [37, 3, 1, "", "ticks"], [37, 3, 1, "", "ticks_minor"], [37, 3, 1, "", "twin"], [37, 3, 1, "", "x_axis"], [37, 3, 1, "", "x_ticks"], [37, 3, 1, "", "x_ticks_minor"], [37, 3, 1, "", "x_twin"], [37, 3, 1, "", "y_axis"], [37, 3, 1, "", "y_ticks"], [37, 3, 1, "", "y_ticks_minor"], [37, 3, 1, "", "y_twin"]], "deephaven.plot.font": [[38, 4, 1, "", "Font"], [38, 4, 1, "", "FontStyle"], [38, 6, 1, "", "font_family_names"]], "deephaven.plot.font.Font": [[38, 5, 1, "", "j_object_type"]], "deephaven.plot.font.FontStyle": [[38, 5, 1, "", "BOLD"], [38, 5, 1, "", "BOLD_ITALIC"], [38, 5, 1, "", "ITALIC"], [38, 5, 1, "", "PLAIN"]], "deephaven.plot.linestyle": [[39, 4, 1, "", "LineEndStyle"], [39, 4, 1, "", "LineJoinStyle"], [39, 4, 1, "", "LineStyle"]], "deephaven.plot.linestyle.LineEndStyle": [[39, 5, 1, "", "BUTT"], [39, 5, 1, "", "ROUND"], [39, 5, 1, "", "SQUARE"]], "deephaven.plot.linestyle.LineJoinStyle": [[39, 5, 1, "", "BEVEL"], [39, 5, 1, "", "MITER"], [39, 5, 1, "", "ROUND"]], "deephaven.plot.linestyle.LineStyle": [[39, 5, 1, "", "j_object_type"]], "deephaven.plot.plotstyle": [[40, 4, 1, "", "PlotStyle"]], "deephaven.plot.plotstyle.PlotStyle": [[40, 5, 1, "", "AREA"], [40, 5, 1, "", "BAR"], [40, 5, 1, "", "ERROR_BAR"], [40, 5, 1, "", "HISTOGRAM"], [40, 5, 1, "", "LINE"], [40, 5, 1, "", "OHLC"], [40, 5, 1, "", "PIE"], [40, 5, 1, "", "SCATTER"], [40, 5, 1, "", "STACKED_AREA"], [40, 5, 1, "", "STACKED_BAR"], [40, 5, 1, "", "STEP"]], "deephaven.plot.selectable_dataset": [[41, 4, 1, "", "SelectableDataSet"], [41, 6, 1, "", "one_click"], [41, 6, 1, "", "one_click_partitioned_table"]], "deephaven.plot.selectable_dataset.SelectableDataSet": [[41, 5, 1, "", "j_object_type"]], "deephaven.plot.shape": [[42, 4, 1, "", "Shape"]], "deephaven.plot.shape.Shape": [[42, 5, 1, "", "CIRCLE"], [42, 5, 1, "", "DIAMOND"], [42, 5, 1, "", "DOWN_TRIANGLE"], [42, 5, 1, "", "ELLIPSE"], [42, 5, 1, "", "HORIZONTAL_RECTANGLE"], [42, 5, 1, "", "LEFT_TRIANGLE"], [42, 5, 1, "", "RIGHT_TRIANGLE"], [42, 5, 1, "", "SQUARE"], [42, 5, 1, "", "UP_TRIANGLE"], [42, 5, 1, "", "VERTICAL_RECTANGLE"]], "deephaven.plugin": [[43, 4, 1, "", "Callback"], [43, 4, 1, "", "Plugin"], [43, 4, 1, "", "Registration"], [44, 0, 0, "-", "js"], [43, 6, 1, "", "list_plugins_console"], [43, 6, 1, "", "list_registrations_console"], [45, 0, 0, "-", "object_type"]], "deephaven.plugin.Callback": [[43, 3, 1, "", "register"]], "deephaven.plugin.Registration": [[43, 3, 1, "", "register_into"]], "deephaven.plugin.js": [[44, 4, 1, "", "JsPlugin"]], "deephaven.plugin.js.JsPlugin": [[44, 2, 1, "", "main"], [44, 2, 1, "", "name"], [44, 3, 1, "", "path"], [44, 2, 1, "", "version"]], "deephaven.plugin.object_type": [[45, 4, 1, "", "BidirectionalObjectType"], [45, 4, 1, "", "Exporter"], [45, 4, 1, "", "FetchOnlyObjectType"], [45, 4, 1, "", "MessageStream"], [45, 4, 1, "", "ObjectType"], [45, 4, 1, "", "Reference"]], "deephaven.plugin.object_type.BidirectionalObjectType": [[45, 3, 1, "", "create_client_connection"], [45, 3, 1, "", "is_type"], [45, 2, 1, "", "name"]], "deephaven.plugin.object_type.Exporter": [[45, 3, 1, "", "reference"]], "deephaven.plugin.object_type.FetchOnlyObjectType": [[45, 3, 1, "", "is_type"], [45, 2, 1, "", "name"], [45, 3, 1, "", "to_bytes"]], "deephaven.plugin.object_type.MessageStream": [[45, 3, 1, "", "on_close"], [45, 3, 1, "", "on_data"]], "deephaven.plugin.object_type.ObjectType": [[45, 3, 1, "", "is_type"], [45, 2, 1, "", "name"]], "deephaven.plugin.object_type.Reference": [[45, 2, 1, "", "index"]], "deephaven.query_library": [[46, 6, 1, "", "import_class"], [46, 6, 1, "", "import_package"], [46, 6, 1, "", "import_static"], [46, 6, 1, "", "imports"]], "deephaven.replay": [[47, 4, 1, "", "TableReplayer"]], "deephaven.replay.TableReplayer": [[47, 3, 1, "", "add_table"], [47, 5, 1, "", "j_object_type"], [47, 3, 1, "", "shutdown"], [47, 3, 1, "", "start"]], "deephaven.server": [[49, 0, 0, "-", "executors"]], "deephaven.server.executors": [[49, 6, 1, "", "executor_names"], [49, 6, 1, "", "has_executor"], [49, 6, 1, "", "submit_task"]], "deephaven.stream": [[50, 6, 1, "", "blink_to_append_only"], [51, 0, 0, "-", "kafka"], [50, 6, 1, "", "stream_to_append_only"], [55, 0, 0, "-", "table_publisher"]], "deephaven.stream.kafka": [[52, 0, 0, "-", "cdc"], [53, 0, 0, "-", "consumer"], [54, 0, 0, "-", "producer"], [51, 6, 1, "", "topics"]], "deephaven.stream.kafka.cdc": [[52, 4, 1, "", "CDCSpec"], [52, 6, 1, "", "cdc_long_spec"], [52, 6, 1, "", "cdc_short_spec"], [52, 6, 1, "", "consume"], [52, 6, 1, "", "consume_raw"]], "deephaven.stream.kafka.cdc.CDCSpec": [[52, 5, 1, "", "j_object_type"]], "deephaven.stream.kafka.consumer": [[53, 7, 1, "", "ALL_PARTITIONS_DONT_SEEK"], [53, 7, 1, "", "ALL_PARTITIONS_SEEK_TO_BEGINNING"], [53, 7, 1, "", "ALL_PARTITIONS_SEEK_TO_END"], [53, 7, 1, "", "DONT_SEEK"], [53, 4, 1, "", "KeyValueSpec"], [53, 4, 1, "", "ProtobufProtocol"], [53, 7, 1, "", "SEEK_TO_BEGINNING"], [53, 7, 1, "", "SEEK_TO_END"], [53, 4, 1, "", "TableType"], [53, 6, 1, "", "avro_spec"], [53, 6, 1, "", "consume"], [53, 6, 1, "", "consume_to_partitioned_table"], [53, 6, 1, "", "json_spec"], [53, 6, 1, "", "protobuf_spec"], [53, 6, 1, "", "simple_spec"]], "deephaven.stream.kafka.consumer.KeyValueSpec": [[53, 5, 1, "", "j_object_type"]], "deephaven.stream.kafka.consumer.ProtobufProtocol": [[53, 5, 1, "", "j_object_type"], [53, 3, 1, "", "raw"], [53, 3, 1, "", "serdes"]], "deephaven.stream.kafka.consumer.TableType": [[53, 3, 1, "", "append"], [53, 3, 1, "", "blink"], [53, 5, 1, "", "j_object_type"], [53, 3, 1, "", "ring"], [53, 3, 1, "", "stream"]], "deephaven.stream.kafka.producer": [[54, 4, 1, "", "KeyValueSpec"], [54, 6, 1, "", "avro_spec"], [54, 6, 1, "", "json_spec"], [54, 6, 1, "", "produce"], [54, 6, 1, "", "simple_spec"]], "deephaven.stream.kafka.producer.KeyValueSpec": [[54, 5, 1, "", "j_object_type"]], "deephaven.stream.table_publisher": [[55, 4, 1, "", "TablePublisher"], [55, 6, 1, "", "table_publisher"]], "deephaven.stream.table_publisher.TablePublisher": [[55, 3, 1, "", "add"], [55, 2, 1, "", "is_alive"], [55, 5, 1, "", "j_object_type"], [55, 3, 1, "", "publish_failure"]], "deephaven.table": [[56, 4, 1, "", "MultiJoinInput"], [56, 4, 1, "", "MultiJoinTable"], [56, 4, 1, "", "NodeType"], [56, 4, 1, "", "PartitionedTable"], [56, 4, 1, "", "PartitionedTableProxy"], [56, 4, 1, "", "RollupNodeOperationsRecorder"], [56, 4, 1, "", "RollupTable"], [56, 4, 1, "", "SearchDisplayMode"], [56, 4, 1, "", "SortDirection"], [56, 4, 1, "", "Table"], [56, 4, 1, "", "TreeNodeOperationsRecorder"], [56, 4, 1, "", "TreeTable"], [56, 6, 1, "", "multi_join"]], "deephaven.table.MultiJoinInput": [[56, 5, 1, "", "j_object_type"]], "deephaven.table.MultiJoinTable": [[56, 5, 1, "", "j_object_type"], [56, 3, 1, "", "table"]], "deephaven.table.NodeType": [[56, 5, 1, "", "AGGREGATED"], [56, 5, 1, "", "CONSTITUENT"]], "deephaven.table.PartitionedTable": [[56, 2, 1, "", "constituent_changes_permitted"], [56, 2, 1, "", "constituent_column"], [56, 2, 1, "", "constituent_table_columns"], [56, 2, 1, "", "constituent_tables"], [56, 3, 1, "", "filter"], [56, 3, 1, "", "from_constituent_tables"], [56, 3, 1, "", "from_partitioned_table"], [56, 3, 1, "", "get_constituent"], [56, 2, 1, "", "is_refreshing"], [56, 5, 1, "", "j_object_type"], [56, 2, 1, "", "key_columns"], [56, 3, 1, "", "keys"], [56, 3, 1, "", "merge"], [56, 3, 1, "", "partitioned_transform"], [56, 3, 1, "", "proxy"], [56, 3, 1, "", "sort"], [56, 2, 1, "", "table"], [56, 3, 1, "", "transform"], [56, 2, 1, "", "unique_keys"], [56, 2, 1, "", "update_graph"]], "deephaven.table.PartitionedTableProxy": [[56, 3, 1, "", "abs_sum_by"], [56, 3, 1, "", "agg_all_by"], [56, 3, 1, "", "agg_by"], [56, 3, 1, "", "aj"], [56, 3, 1, "", "avg_by"], [56, 3, 1, "", "count_by"], [56, 3, 1, "", "exact_join"], [56, 3, 1, "", "first_by"], [56, 3, 1, "", "group_by"], [56, 3, 1, "", "head"], [56, 2, 1, "", "is_refreshing"], [56, 5, 1, "", "j_object_type"], [56, 3, 1, "", "join"], [56, 3, 1, "", "last_by"], [56, 3, 1, "", "max_by"], [56, 3, 1, "", "median_by"], [56, 3, 1, "", "min_by"], [56, 3, 1, "", "natural_join"], [56, 3, 1, "", "raj"], [56, 5, 1, "", "require_matching_keys"], [56, 3, 1, "", "reverse"], [56, 5, 1, "", "sanity_check_joins"], [56, 3, 1, "", "select"], [56, 3, 1, "", "select_distinct"], [56, 3, 1, "", "snapshot"], [56, 3, 1, "", "snapshot_when"], [56, 3, 1, "", "sort"], [56, 3, 1, "", "sort_descending"], [56, 3, 1, "", "std_by"], [56, 3, 1, "", "sum_by"], [56, 3, 1, "", "tail"], [56, 5, 1, "", "target"], [56, 3, 1, "", "update"], [56, 3, 1, "", "update_by"], [56, 2, 1, "", "update_graph"], [56, 3, 1, "", "update_view"], [56, 3, 1, "", "var_by"], [56, 3, 1, "", "view"], [56, 3, 1, "", "weighted_avg_by"], [56, 3, 1, "", "weighted_sum_by"], [56, 3, 1, "", "where"], [56, 3, 1, "", "where_in"], [56, 3, 1, "", "where_not_in"]], "deephaven.table.RollupNodeOperationsRecorder": [[56, 3, 1, "", "format_column"], [56, 3, 1, "", "format_column_where"], [56, 3, 1, "", "format_row_where"], [56, 5, 1, "", "j_object_type"], [56, 3, 1, "", "sort"], [56, 3, 1, "", "sort_descending"]], "deephaven.table.RollupTable": [[56, 5, 1, "", "j_object_type"], [56, 3, 1, "", "node_operation_recorder"], [56, 3, 1, "", "with_filters"], [56, 3, 1, "", "with_node_operations"]], "deephaven.table.SearchDisplayMode": [[56, 5, 1, "", "DEFAULT"], [56, 5, 1, "", "HIDE"], [56, 5, 1, "", "SHOW"]], "deephaven.table.SortDirection": [[56, 5, 1, "", "ASCENDING"], [56, 5, 1, "", "DESCENDING"]], "deephaven.table.Table": [[56, 3, 1, "", "abs_sum_by"], [56, 3, 1, "", "agg_all_by"], [56, 3, 1, "", "agg_by"], [56, 3, 1, "", "aj"], [56, 3, 1, "", "attributes"], [56, 3, 1, "", "avg_by"], [56, 3, 1, "", "await_update"], [56, 3, 1, "", "coalesce"], [56, 2, 1, "", "columns"], [56, 3, 1, "", "count_by"], [56, 3, 1, "", "drop_columns"], [56, 3, 1, "", "exact_join"], [56, 3, 1, "", "first_by"], [56, 3, 1, "", "flatten"], [56, 3, 1, "", "format_column_where"], [56, 3, 1, "", "format_columns"], [56, 3, 1, "", "format_row_where"], [56, 3, 1, "", "group_by"], [56, 3, 1, "", "has_columns"], [56, 3, 1, "", "head"], [56, 3, 1, "", "head_by"], [56, 3, 1, "", "head_pct"], [56, 2, 1, "", "is_blink"], [56, 2, 1, "", "is_flat"], [56, 2, 1, "", "is_refreshing"], [56, 5, 1, "", "j_object_type"], [56, 3, 1, "", "join"], [56, 3, 1, "", "last_by"], [56, 3, 1, "", "layout_hints"], [56, 3, 1, "", "lazy_update"], [56, 3, 1, "", "max_by"], [56, 3, 1, "", "median_by"], [56, 2, 1, "", "meta_table"], [56, 3, 1, "", "min_by"], [56, 3, 1, "", "move_columns"], [56, 3, 1, "", "move_columns_down"], [56, 3, 1, "", "move_columns_up"], [56, 3, 1, "", "natural_join"], [56, 3, 1, "", "partition_by"], [56, 3, 1, "", "partitioned_agg_by"], [56, 3, 1, "", "raj"], [56, 3, 1, "", "range_join"], [56, 3, 1, "", "rename_columns"], [56, 3, 1, "", "restrict_sort_to"], [56, 3, 1, "", "reverse"], [56, 3, 1, "", "rollup"], [56, 3, 1, "", "select"], [56, 3, 1, "", "select_distinct"], [56, 2, 1, "", "size"], [56, 3, 1, "", "slice"], [56, 3, 1, "", "slice_pct"], [56, 3, 1, "", "snapshot"], [56, 3, 1, "", "snapshot_when"], [56, 3, 1, "", "sort"], [56, 3, 1, "", "sort_descending"], [56, 3, 1, "", "std_by"], [56, 3, 1, "", "sum_by"], [56, 3, 1, "", "tail"], [56, 3, 1, "", "tail_by"], [56, 3, 1, "", "tail_pct"], [56, 3, 1, "", "to_string"], [56, 3, 1, "", "tree"], [56, 3, 1, "", "ungroup"], [56, 3, 1, "", "update"], [56, 3, 1, "", "update_by"], [56, 2, 1, "", "update_graph"], [56, 3, 1, "", "update_view"], [56, 3, 1, "", "var_by"], [56, 3, 1, "", "view"], [56, 3, 1, "", "weighted_avg_by"], [56, 3, 1, "", "weighted_sum_by"], [56, 3, 1, "", "where"], [56, 3, 1, "", "where_in"], [56, 3, 1, "", "where_not_in"], [56, 3, 1, "", "where_one_of"], [56, 3, 1, "", "with_attributes"], [56, 3, 1, "", "without_attributes"]], "deephaven.table.TreeNodeOperationsRecorder": [[56, 3, 1, "", "format_column"], [56, 3, 1, "", "format_column_where"], [56, 3, 1, "", "format_row_where"], [56, 5, 1, "", "j_object_type"], [56, 3, 1, "", "sort"], [56, 3, 1, "", "sort_descending"], [56, 3, 1, "", "where"]], "deephaven.table.TreeTable": [[56, 5, 1, "", "j_object_type"], [56, 3, 1, "", "node_operation_recorder"], [56, 3, 1, "", "with_filters"], [56, 3, 1, "", "with_node_operations"]], "deephaven.table_factory": [[57, 4, 1, "", "DynamicTableWriter"], [57, 4, 1, "", "InputTable"], [57, 6, 1, "", "empty_table"], [57, 6, 1, "", "function_generated_table"], [57, 6, 1, "", "input_table"], [57, 6, 1, "", "merge"], [57, 6, 1, "", "merge_sorted"], [57, 6, 1, "", "new_table"], [57, 6, 1, "", "ring_table"], [57, 6, 1, "", "time_table"]], "deephaven.table_factory.DynamicTableWriter": [[57, 3, 1, "", "close"], [57, 5, 1, "", "j_object_type"], [57, 3, 1, "", "write_row"]], "deephaven.table_factory.InputTable": [[57, 3, 1, "", "abs_sum_by"], [57, 3, 1, "", "add"], [57, 3, 1, "", "agg_all_by"], [57, 3, 1, "", "agg_by"], [57, 3, 1, "", "aj"], [57, 3, 1, "", "attributes"], [57, 3, 1, "", "avg_by"], [57, 3, 1, "", "await_update"], [57, 3, 1, "", "coalesce"], [57, 2, 1, "", "columns"], [57, 3, 1, "", "count_by"], [57, 3, 1, "", "delete"], [57, 3, 1, "", "drop_columns"], [57, 3, 1, "", "exact_join"], [57, 3, 1, "", "first_by"], [57, 3, 1, "", "flatten"], [57, 3, 1, "", "format_column_where"], [57, 3, 1, "", "format_columns"], [57, 3, 1, "", "format_row_where"], [57, 3, 1, "", "group_by"], [57, 3, 1, "", "has_columns"], [57, 3, 1, "", "head"], [57, 3, 1, "", "head_by"], [57, 3, 1, "", "head_pct"], [57, 2, 1, "", "is_blink"], [57, 2, 1, "", "is_flat"], [57, 2, 1, "", "is_refreshing"], [57, 5, 1, "", "j_object_type"], [57, 3, 1, "", "join"], [57, 2, 1, "", "key_names"], [57, 3, 1, "", "last_by"], [57, 3, 1, "", "layout_hints"], [57, 3, 1, "", "lazy_update"], [57, 3, 1, "", "max_by"], [57, 3, 1, "", "median_by"], [57, 2, 1, "", "meta_table"], [57, 3, 1, "", "min_by"], [57, 3, 1, "", "move_columns"], [57, 3, 1, "", "move_columns_down"], [57, 3, 1, "", "move_columns_up"], [57, 3, 1, "", "natural_join"], [57, 3, 1, "", "partition_by"], [57, 3, 1, "", "partitioned_agg_by"], [57, 3, 1, "", "raj"], [57, 3, 1, "", "range_join"], [57, 3, 1, "", "rename_columns"], [57, 3, 1, "", "restrict_sort_to"], [57, 3, 1, "", "reverse"], [57, 3, 1, "", "rollup"], [57, 3, 1, "", "select"], [57, 3, 1, "", "select_distinct"], [57, 2, 1, "", "size"], [57, 3, 1, "", "slice"], [57, 3, 1, "", "slice_pct"], [57, 3, 1, "", "snapshot"], [57, 3, 1, "", "snapshot_when"], [57, 3, 1, "", "sort"], [57, 3, 1, "", "sort_descending"], [57, 3, 1, "", "std_by"], [57, 3, 1, "", "sum_by"], [57, 3, 1, "", "tail"], [57, 3, 1, "", "tail_by"], [57, 3, 1, "", "tail_pct"], [57, 3, 1, "", "to_string"], [57, 3, 1, "", "tree"], [57, 3, 1, "", "ungroup"], [57, 3, 1, "", "update"], [57, 3, 1, "", "update_by"], [57, 2, 1, "", "update_graph"], [57, 3, 1, "", "update_view"], [57, 2, 1, "", "value_names"], [57, 3, 1, "", "var_by"], [57, 3, 1, "", "view"], [57, 3, 1, "", "weighted_avg_by"], [57, 3, 1, "", "weighted_sum_by"], [57, 3, 1, "", "where"], [57, 3, 1, "", "where_in"], [57, 3, 1, "", "where_not_in"], [57, 3, 1, "", "where_one_of"], [57, 3, 1, "", "with_attributes"], [57, 3, 1, "", "without_attributes"]], "deephaven.table_listener": [[58, 4, 1, "", "TableListener"], [58, 4, 1, "", "TableListenerHandle"], [58, 4, 1, "", "TableUpdate"], [58, 6, 1, "", "listen"]], "deephaven.table_listener.TableListener": [[58, 3, 1, "", "on_update"]], "deephaven.table_listener.TableListenerHandle": [[58, 5, 1, "", "j_object_type"], [58, 3, 1, "", "start"], [58, 3, 1, "", "stop"]], "deephaven.table_listener.TableUpdate": [[58, 3, 1, "", "added"], [58, 3, 1, "", "added_chunks"], [58, 5, 1, "", "j_object_type"], [58, 3, 1, "", "modified"], [58, 3, 1, "", "modified_chunks"], [58, 2, 1, "", "modified_columns"], [58, 3, 1, "", "modified_prev"], [58, 3, 1, "", "modified_prev_chunks"], [58, 3, 1, "", "removed"], [58, 3, 1, "", "removed_chunks"]], "deephaven.time": [[59, 6, 1, "", "dh_now"], [59, 6, 1, "", "dh_time_zone"], [59, 6, 1, "", "dh_today"], [59, 6, 1, "", "simple_date_format"], [59, 6, 1, "", "time_zone_alias_add"], [59, 6, 1, "", "time_zone_alias_rm"], [59, 6, 1, "", "to_date"], [59, 6, 1, "", "to_datetime"], [59, 6, 1, "", "to_j_duration"], [59, 6, 1, "", "to_j_instant"], [59, 6, 1, "", "to_j_local_date"], [59, 6, 1, "", "to_j_local_time"], [59, 6, 1, "", "to_j_period"], [59, 6, 1, "", "to_j_time_zone"], [59, 6, 1, "", "to_j_zdt"], [59, 6, 1, "", "to_np_datetime64"], [59, 6, 1, "", "to_np_timedelta64"], [59, 6, 1, "", "to_pd_timedelta"], [59, 6, 1, "", "to_pd_timestamp"], [59, 6, 1, "", "to_time"], [59, 6, 1, "", "to_timedelta"]], "deephaven.update_graph": [[60, 4, 1, "", "UpdateGraph"], [60, 7, 1, "", "auto_locking"], [60, 6, 1, "", "auto_locking_ctx"], [60, 6, 1, "", "auto_locking_op"], [60, 6, 1, "", "exclusive_lock"], [60, 6, 1, "", "exclusive_locked"], [60, 6, 1, "", "has_exclusive_lock"], [60, 6, 1, "", "has_shared_lock"], [60, 6, 1, "", "shared_lock"], [60, 6, 1, "", "shared_locked"]], "deephaven.update_graph.UpdateGraph": [[60, 5, 1, "", "j_object_type"]], "deephaven.updateby": [[61, 4, 1, "", "BadDataBehavior"], [61, 4, 1, "", "DeltaControl"], [61, 4, 1, "", "MathContext"], [61, 4, 1, "", "OperationControl"], [61, 4, 1, "", "UpdateByOperation"], [61, 6, 1, "", "cum_max"], [61, 6, 1, "", "cum_min"], [61, 6, 1, "", "cum_prod"], [61, 6, 1, "", "cum_sum"], [61, 6, 1, "", "delta"], [61, 6, 1, "", "ema_tick"], [61, 6, 1, "", "ema_time"], [61, 6, 1, "", "emmax_tick"], [61, 6, 1, "", "emmax_time"], [61, 6, 1, "", "emmin_tick"], [61, 6, 1, "", "emmin_time"], [61, 6, 1, "", "ems_tick"], [61, 6, 1, "", "ems_time"], [61, 6, 1, "", "emstd_tick"], [61, 6, 1, "", "emstd_time"], [61, 6, 1, "", "forward_fill"], [61, 6, 1, "", "rolling_avg_tick"], [61, 6, 1, "", "rolling_avg_time"], [61, 6, 1, "", "rolling_count_tick"], [61, 6, 1, "", "rolling_count_time"], [61, 6, 1, "", "rolling_formula_tick"], [61, 6, 1, "", "rolling_formula_time"], [61, 6, 1, "", "rolling_group_tick"], [61, 6, 1, "", "rolling_group_time"], [61, 6, 1, "", "rolling_max_tick"], [61, 6, 1, "", "rolling_max_time"], [61, 6, 1, "", "rolling_min_tick"], [61, 6, 1, "", "rolling_min_time"], [61, 6, 1, "", "rolling_prod_tick"], [61, 6, 1, "", "rolling_prod_time"], [61, 6, 1, "", "rolling_std_tick"], [61, 6, 1, "", "rolling_std_time"], [61, 6, 1, "", "rolling_sum_tick"], [61, 6, 1, "", "rolling_sum_time"], [61, 6, 1, "", "rolling_wavg_tick"], [61, 6, 1, "", "rolling_wavg_time"]], "deephaven.updateby.BadDataBehavior": [[61, 5, 1, "", "POISON"], [61, 5, 1, "", "RESET"], [61, 5, 1, "", "SKIP"], [61, 5, 1, "", "THROW"]], "deephaven.updateby.DeltaControl": [[61, 5, 1, "", "NULL_DOMINATES"], [61, 5, 1, "", "VALUE_DOMINATES"], [61, 5, 1, "", "ZERO_DOMINATES"]], "deephaven.updateby.MathContext": [[61, 5, 1, "", "DECIMAL128"], [61, 5, 1, "", "DECIMAL32"], [61, 5, 1, "", "DECIMAL64"], [61, 5, 1, "", "UNLIMITED"]], "deephaven.updateby.OperationControl": [[61, 5, 1, "", "j_object_type"]], "deephaven.updateby.UpdateByOperation": [[61, 5, 1, "", "j_object_type"]], "deephaven.uri": [[62, 6, 1, "", "resolve"]], "deephaven_ib": [[63, 4, 1, "", "BarDataType"], [63, 4, 1, "", "BarSize"], [63, 4, 1, "", "Duration"], [63, 4, 1, "", "IbSessionTws"], [63, 4, 1, "", "MarketDataType"], [63, 4, 1, "", "OrderIdStrategy"], [63, 4, 1, "", "RegisteredContract"], [63, 4, 1, "", "Request"], [63, 4, 1, "", "TickDataType"], [64, 0, 0, "-", "time"]], "deephaven_ib.BarDataType": [[63, 5, 1, "", "ADJUSTED_LAST"], [63, 5, 1, "", "AGGTRADES"], [63, 5, 1, "", "ASK"], [63, 5, 1, "", "BID"], [63, 5, 1, "", "BID_ASK"], [63, 5, 1, "", "FEE_RATE"], [63, 5, 1, "", "HISTORICAL_VOLATILITY"], [63, 5, 1, "", "MIDPOINT"], [63, 5, 1, "", "OPTION_IMPLIED_VOLATILITY"], [63, 5, 1, "", "REBATE_RATE"], [63, 5, 1, "", "TRADES"], [63, 5, 1, "", "YIELD_ASK"], [63, 5, 1, "", "YIELD_BID"], [63, 5, 1, "", "YIELD_BID_ASK"], [63, 5, 1, "", "YIELD_LAST"]], "deephaven_ib.BarSize": [[63, 5, 1, "", "DAY_1"], [63, 5, 1, "", "HOUR_1"], [63, 5, 1, "", "HOUR_2"], [63, 5, 1, "", "HOUR_3"], [63, 5, 1, "", "HOUR_4"], [63, 5, 1, "", "HOUR_8"], [63, 5, 1, "", "MIN_1"], [63, 5, 1, "", "MIN_10"], [63, 5, 1, "", "MIN_15"], [63, 5, 1, "", "MIN_2"], [63, 5, 1, "", "MIN_20"], [63, 5, 1, "", "MIN_3"], [63, 5, 1, "", "MIN_30"], [63, 5, 1, "", "MIN_5"], [63, 5, 1, "", "MONTH_1"], [63, 5, 1, "", "SEC_1"], [63, 5, 1, "", "SEC_10"], [63, 5, 1, "", "SEC_15"], [63, 5, 1, "", "SEC_30"], [63, 5, 1, "", "SEC_5"], [63, 5, 1, "", "WEEK_1"]], "deephaven_ib.Duration": [[63, 3, 1, "", "days"], [63, 3, 1, "", "months"], [63, 3, 1, "", "seconds"], [63, 3, 1, "", "weeks"], [63, 3, 1, "", "years"]], "deephaven_ib.IbSessionTws": [[63, 2, 1, "", "client_id"], [63, 3, 1, "", "connect"], [63, 3, 1, "", "disconnect"], [63, 3, 1, "", "get_registered_contract"], [63, 2, 1, "", "host"], [63, 3, 1, "", "is_connected"], [63, 3, 1, "", "order_cancel"], [63, 3, 1, "", "order_cancel_all"], [63, 3, 1, "", "order_place"], [63, 2, 1, "", "port"], [63, 2, 1, "", "read_only"], [63, 3, 1, "", "request_account_overview"], [63, 3, 1, "", "request_account_pnl"], [63, 3, 1, "", "request_account_positions"], [63, 3, 1, "", "request_bars_historical"], [63, 3, 1, "", "request_bars_realtime"], [63, 3, 1, "", "request_contracts_matching"], [63, 3, 1, "", "request_market_data"], [63, 3, 1, "", "request_news_article"], [63, 3, 1, "", "request_news_historical"], [63, 3, 1, "", "request_tick_data_historical"], [63, 3, 1, "", "request_tick_data_realtime"], [63, 3, 1, "", "set_market_data_type"], [63, 2, 1, "", "tables"], [63, 2, 1, "", "tables_raw"]], "deephaven_ib.MarketDataType": [[63, 5, 1, "", "DELAYED"], [63, 5, 1, "", "FROZEN"], [63, 5, 1, "", "REAL_TIME"]], "deephaven_ib.OrderIdStrategy": [[63, 5, 1, "", "BASIC"], [63, 5, 1, "", "INCREMENT"], [63, 5, 1, "", "RETRY"]], "deephaven_ib.RegisteredContract": [[63, 3, 1, "", "is_multi"]], "deephaven_ib.Request": [[63, 3, 1, "", "cancel"], [63, 3, 1, "", "is_cancellable"]], "deephaven_ib.TickDataType": [[63, 5, 1, "", "BID_ASK"], [63, 5, 1, "", "LAST"], [63, 5, 1, "", "MIDPOINT"]], "deephaven_ib.time": [[64, 6, 1, "", "ib_to_j_instant"], [64, 6, 1, "", "to_ib_datetime"], [64, 6, 1, "", "unix_sec_to_j_instant"]], "deephaven_server": [[66, 0, 0, "-", "cli"], [67, 0, 0, "-", "server"], [68, 0, 0, "-", "start_jvm"]], "deephaven_server.server": [[67, 4, 1, "", "AuthenticationHandler"], [67, 4, 1, "", "Server"], [67, 4, 1, "", "ServerConfig"]], "deephaven_server.server.AuthenticationHandler": [[67, 2, 1, "", "auth_type"], [67, 3, 1, "", "urls"]], "deephaven_server.server.Server": [[67, 2, 1, "", "authentication_handlers"], [67, 2, 1, "", "port"], [67, 2, 1, "", "server_config"], [67, 3, 1, "", "start"]], "deephaven_server.server.ServerConfig": [[67, 2, 1, "", "target_url_or_default"]], "deephaven_server.start_jvm": [[68, 6, 1, "", "start_jvm"]], "ibapi": [[70, 0, 0, "-", "contract"], [69, 6, 1, "", "get_version_string"], [71, 0, 0, "-", "order"]], "ibapi.contract": [[70, 4, 1, "", "ComboLeg"], [70, 4, 1, "", "Contract"], [70, 4, 1, "", "ContractDescription"], [70, 4, 1, "", "ContractDetails"], [70, 4, 1, "", "DeltaNeutralContract"]], "ibapi.order": [[71, 4, 1, "", "Order"], [71, 4, 1, "", "OrderComboLeg"]], "jpy": [[72, 1, 1, "", "JException"], [72, 4, 1, "", "JField"], [72, 4, 1, "", "JMethod"], [72, 4, 1, "", "JOverloadedMethod"], [72, 4, 1, "", "JType"], [72, 6, 1, "", "array"], [72, 6, 1, "", "byte_buffer"], [72, 6, 1, "", "cast"], [72, 6, 1, "", "convert"], [72, 6, 1, "", "create_jvm"], [72, 6, 1, "", "destroy_jvm"], [72, 6, 1, "", "get_type"], [72, 6, 1, "", "has_jvm"]], "jpy.JException": [[72, 3, 1, "", "with_traceback"]], "jpy.JField": [[72, 5, 1, "", "is_final"], [72, 5, 1, "", "is_static"], [72, 5, 1, "", "name"]], "jpy.JMethod": [[72, 3, 1, "", "get_param_type"], [72, 3, 1, "", "is_param_mutable"], [72, 3, 1, "", "is_param_output"], [72, 3, 1, "", "is_param_return"], [72, 5, 1, "", "is_static"], [72, 5, 1, "", "name"], [72, 5, 1, "", "param_count"], [72, 3, 1, "", "set_param_mutable"], [72, 3, 1, "", "set_param_output"], [72, 3, 1, "", "set_param_return"]], "jpy.JOverloadedMethod": [[72, 5, 1, "", "decl_class"], [72, 5, 1, "", "methods"], [72, 5, 1, "", "name"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "exception", "Python exception"], "2": ["py", "property", "Python property"], "3": ["py", "method", "Python method"], "4": ["py", "class", "Python class"], "5": ["py", "attribute", "Python attribute"], "6": ["py", "function", "Python function"], "7": ["py", "data", "Python data"]}, "objtypes": {"0": "py:module", "1": "py:exception", "2": "py:property", "3": "py:method", "4": "py:class", "5": "py:attribute", "6": "py:function", "7": "py:data"}, "terms": {"": [0, 1, 7, 13, 14, 16, 18, 21, 23, 24, 28, 29, 31, 32, 36, 37, 43, 44, 46, 53, 54, 55, 56, 57, 58, 59, 60, 61, 74], "0": [0, 7, 8, 31, 36, 37, 39, 56, 57, 61, 63], "00": [0, 57, 61], "001": [0, 57, 61], "001122": 36, "01": 31, "02": 31, "048": 31, "05": 61, "0x563a9e7f7af8": 52, "0x563a9f334900": 6, "0x563a9f334908": 6, "0x563a9f353cd0": 21, "0x563a9f353cd8": 21, "0x563a9f353e30": 61, "0x563a9f353e38": 61, "0x563a9f353e40": 61, "0x563a9f353e48": 61, "0x563a9f35fc80": 61, "0x563a9f35fc88": 61, "0x563a9f35fc90": 61, "0x563a9f35fca0": 61, "0x563a9f35fca8": 61, "0x563a9f35fcb0": 61, "0x563a9f35fcb8": 61, "0x563a9f3878c8": 56, "0x563a9f3878d0": 56, "0x563a9f3878d8": 56, "0x563a9f3b2568": 56, "0x563a9f3b2570": 56, "0x563a9f497620": 53, "0x563a9f497628": 53, "0x563a9fa2c030": 38, "0x563a9fa2c038": 38, "0x563a9fa2c040": 38, "0x563a9fa2c048": 38, "0x563a9fa2c058": 39, "0x563a9fa2c060": 39, "0x563a9fa2c068": 39, "0x563a9fa2c080": 39, "0x563a9fa2c088": 39, "0x563a9fa2c090": 39, "0x563a9fa2c0b8": 40, "0x563a9fa66640": 40, "0x563a9fa66648": 40, "0x563a9fa66650": 40, "0x563a9fa66658": 40, "0x563a9fa66660": 40, "0x563a9fa66668": 40, "0x563a9fa66670": 40, "0x563a9fa66678": 40, "0x563a9fa66680": 40, "0x563a9fa66688": 40, "0x563a9fa66758": 42, "0x563a9fa66760": 42, "0x563a9fa66768": 42, "0x563a9fa66770": 42, "0x563a9fa66778": 42, "0x563a9fa66780": 42, "0x563a9fa66788": 42, "0x563a9fa66790": 42, "0x563a9fa66798": 42, "0x563a9fa667a0": 42, "1": [0, 7, 26, 31, 36, 37, 39, 53, 56, 57, 59, 61, 63], "10": [56, 57, 59, 61, 63], "100": [36, 56, 57, 63], "10000": 4, "10m": 61, "11": [21, 61, 63], "12": 63, "127": 7, "128": 7, "13": 63, "14": 63, "15": [59, 63], "16": 61, "1721": 53, "1c5b70c5f330": 31, "1m": 63, "1w": 63, "1y2m": 59, "2": [0, 26, 31, 37, 53, 56, 57, 59, 61, 63], "20": [31, 39, 59, 63], "200b": 74, "2019": [69, 70, 71], "2021": 31, "2048": 55, "2070": 53, "2147483647": 7, "2147483648": 7, "24": [13, 59], "255": 36, "2d": 25, "2nd": 56, "2x2": 37, "3": [7, 12, 31, 37, 53, 56, 59, 63], "30": 63, "300": 63, "308": 7, "324": 7, "32767": 7, "32768": 7, "32bit": 13, "34": 61, "345": 59, "360": 36, "3600": 59, "38": 7, "3m": 59, "4": [31, 53, 56, 59, 63], "401298464324817e": 7, "4028232635611926e": 7, "4028234663852886e": 7, "40d1": 31, "45": 7, "5": [39, 59, 61, 63], "576": 31, "5e": 7, "5m": 61, "6": [59, 63], "60": 59, "600_000_000_000": 61, "62f2": 31, "64bit": [0, 8, 13], "65534": 7, "65535": 7, "6901": 53, "6h": 59, "6h3m": 59, "7": [56, 57, 61, 63], "7496": 63, "7497": 63, "754r": 61, "7976931348623155e": 7, "7976931348623157e": 7, "8": [38, 63], "8191": 31, "8601": 59, "86400": 59, "8e8ab6b2": 31, "9": [61, 63], "9223372036854775807": [0, 7, 8], "9223372036854775808": 7, "A": [0, 4, 6, 13, 14, 16, 21, 23, 26, 31, 32, 34, 36, 37, 38, 39, 40, 41, 44, 45, 52, 53, 56, 57, 58, 59, 60, 61, 63], "At": [56, 57], "By": [31, 54, 57, 63], "FOR": 63, "For": [0, 5, 23, 26, 27, 28, 31, 34, 37, 39, 41, 53, 54, 55, 56, 57, 63, 67], "If": [0, 1, 4, 5, 8, 14, 15, 18, 23, 31, 37, 39, 49, 53, 54, 55, 56, 57, 58, 59, 61, 72], "In": [0, 26, 49, 54, 56, 57, 72], "It": [0, 1, 12, 31, 53, 56, 57, 59, 60], "No": [23, 45], "Not": 7, "THE": 63, "That": [56, 57], "The": [0, 1, 2, 5, 7, 8, 9, 12, 14, 15, 16, 18, 20, 21, 23, 30, 31, 32, 33, 34, 36, 37, 39, 44, 45, 46, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 67, 72], "There": [0, 56, 57], "These": [5, 46, 55, 56, 57, 74], "To": [5, 56], "Will": 44, "With": 74, "__constituent__": [56, 57], "__init__": 61, "__traceback__": [0, 12, 72], "_baselivenessscop": 26, "_common_metadata": 31, "_filteroperationsrecord": 56, "_formatoperationsrecord": 56, "_metadata": 31, "_sortoperationsrecord": 56, "a_curr": 61, "abc": [23, 43, 45, 58], "abil": [0, 14, 16], "abl": [14, 18, 23, 45], "abort": 61, "about": [31, 44, 74], "abov": [56, 57], "abs_sum": [0, 1, 75], "abs_sum_bi": [0, 56, 57, 75], "absolut": [1, 56, 57], "abstract": [0, 23, 43, 44, 45, 57, 58], "accept": [23, 61], "access": [0, 4, 12, 16, 56, 57, 60], "access_key_id": 19, "accident": [56, 57], "accord": [54, 56, 57, 59], "account": [63, 74], "accounts_allocation_profil": 63, "accounts_family_cod": 63, "accounts_group": 63, "accounts_manag": 63, "accounts_overview": 63, "accounts_pnl": 63, "accounts_posit": 63, "accounts_summari": 63, "accounts_valu": 63, "acquir": 60, "across": 53, "action": 63, "activ": [56, 57], "ad": [0, 15, 17, 18, 24, 39, 44, 52, 55, 56, 57, 58, 75], "adbc": [0, 9, 75], "add": [0, 5, 31, 37, 46, 50, 55, 56, 57, 59, 67, 75], "add_calendar": [0, 5, 75], "add_tabl": [0, 47, 75], "added_chunk": [0, 58, 75], "addit": [0, 31, 39, 56, 57], "addition": [18, 53, 56, 57, 59], "address": [4, 63], "adjust": [56, 57], "adjusted_last": [63, 75], "admin": 51, "advanc": [56, 57], "advis": 53, "advisor": 63, "affect": [23, 56, 57], "after": [0, 39, 45, 47, 52, 54, 57, 60, 63], "against": [21, 39], "agg": [0, 56, 57, 75], "agg_all_bi": [0, 1, 56, 57, 75], "agg_bi": [0, 56, 57, 75], "aggreg": [0, 1, 12, 54, 56, 57, 63, 75], "aggtrad": [63, 75], "ahead": 61, "aj": [0, 56, 57, 75], "alia": [0, 2, 14, 16, 19, 21, 23, 26, 34, 35, 36, 37, 38, 39, 41, 47, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61], "aliv": 55, "all": [0, 1, 3, 5, 8, 18, 21, 26, 27, 28, 31, 33, 36, 37, 41, 42, 43, 46, 47, 52, 53, 54, 55, 56, 57, 58, 61, 63, 69, 70, 71, 74], "all_partitions_dont_seek": [0, 50, 51, 53, 75], "all_partitions_seek_to_begin": [0, 50, 51, 53, 75], "all_partitions_seek_to_end": [0, 50, 51, 53, 75], "alloc": 63, "allow": [0, 8, 17, 18, 23, 26, 31, 43, 44, 46, 55, 56, 57, 61], "allow_missing_column": [0, 8], "alpha": 36, "alreadi": [16, 55, 63, 72], "also": [0, 18, 23, 31, 52, 53, 56, 57, 58, 61, 74], "alwai": [23, 55, 56, 57, 63], "among": 14, "an": [0, 1, 2, 3, 4, 5, 6, 8, 12, 14, 16, 17, 18, 20, 22, 23, 24, 25, 26, 31, 32, 35, 37, 38, 39, 40, 42, 43, 45, 49, 50, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 67, 74], "analyt": 74, "analyz": 32, "and_": [0, 21, 75], "angl": 37, "ani": [0, 1, 4, 6, 9, 13, 21, 23, 26, 29, 31, 37, 43, 49, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 72], "annot": 60, "anonym": 4, "anonymous_access": 19, "anoth": [13, 54, 56], "anymor": 54, "apach": [51, 52, 53, 54], "api": [19, 21, 32, 61, 63, 69, 70, 71, 74], "appear": [56, 57], "append": [0, 50, 51, 53, 54, 56, 57, 58, 75], "appli": [1, 15, 16, 23, 34, 35, 56, 57, 61], "applic": [2, 7, 14, 32, 56, 61, 69, 70, 71], "applicationst": [0, 2, 75], "appmod": [0, 75], "appropri": [0, 12, 25, 41], "ar": [0, 1, 7, 8, 9, 12, 17, 18, 23, 26, 27, 28, 29, 31, 32, 34, 36, 37, 39, 40, 41, 42, 43, 45, 47, 49, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 72], "arbitrari": [0, 57], "area": [0, 33, 40, 75], "arg": [0, 37, 57, 60], "argument": [0, 4, 5, 9, 23, 31, 52, 53, 54, 56, 57, 60], "arial": 38, "arithmet": [1, 61], "around": 26, "arrai": [0, 6, 13, 17, 23, 25, 27, 28, 39, 56, 57, 58, 72, 75], "arraylist": 23, "arriv": [45, 63], "arrow": [0, 56, 57, 75], "articl": 63, "article_id": 63, "artifici": 24, "ascend": [0, 56, 57, 75], "ask": [63, 75], "assign": [27, 54, 56, 57], "associ": [0, 47, 51, 52, 53, 54, 63], "assum": [17, 53], "asynchron": 55, "attempt": 23, "attr": [56, 57], "attract": 74, "attribut": [0, 56, 57, 75], "auth_token": 4, "auth_typ": [4, 65, 67, 75], "authent": [4, 67], "authentication_handl": [65, 67, 75], "authenticationhandl": [65, 67, 75], "auto": 60, "auto_lock": [0, 60, 75], "auto_locking_ctx": [0, 60, 75], "auto_locking_op": [0, 60, 75], "autoclos": [0, 23, 75], "autom": 74, "automat": [0, 26, 28, 31, 56, 57, 60, 63], "avail": [4, 5, 29, 32, 35, 43, 46, 51, 53, 72], "averag": [1, 17, 56, 57, 61], "average_evenly_divid": 1, "avg": [0, 1, 75], "avg_bi": [0, 56, 57, 75], "avoid": [22, 72], "avro": [52, 53, 54], "avro_spec": [0, 50, 51, 53, 54, 75], "await_upd": [0, 56, 57, 75], "awar": [17, 60], "ax": [0, 33, 37, 75], "axi": [0, 33, 34, 35, 37, 75], "axis_transform": [0, 33, 35, 75], "axis_transform_nam": [0, 33, 35, 75], "axisformat": [0, 33, 37, 75], "axistransform": [0, 33, 37, 75], "b": [0, 13, 36, 57], "back": [16, 24, 28, 56, 57], "backward": 61, "bad": 61, "baddatabehavior": [0, 61, 75], "balanc": 74, "bank": 74, "bar": [0, 33, 37, 40, 53, 56, 57, 63, 75], "bar_siz": 63, "bar_typ": 63, "bardatatyp": [63, 75], "barrag": [0, 75], "barrage_sess": [0, 4, 75], "barragesess": [0, 4, 75], "bars_histor": 63, "bars_realtim": 63, "barsiz": [63, 75], "base": [0, 1, 2, 4, 6, 12, 13, 14, 16, 19, 21, 23, 24, 25, 26, 29, 30, 31, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 52, 53, 54, 55, 56, 57, 58, 60, 61, 63, 67, 70, 71, 72], "base_nam": 31, "basi": [32, 53], "basic": [4, 32, 56, 63, 74, 75], "batch": 55, "batch_siz": 24, "batch_writ": [0, 31, 75], "baz": 53, "bd_process": 17, "bd_reset": 17, "bd_skip": 17, "becaus": [7, 31, 54, 56, 57, 59, 74], "becom": [4, 56, 57], "been": [0, 4, 26, 55, 56, 57, 63], "befor": [0, 8, 27, 28, 31, 35, 37, 45, 56, 57, 61], "begin": [26, 53, 55, 56, 57, 59, 61], "behav": 61, "behavior": [17, 23, 54], "behind": 61, "being": [0, 8, 56, 58, 63], "belong": [55, 61], "bessel": [1, 56, 57, 61], "best": [0, 57], "between": [0, 3, 13, 18, 24, 27, 28, 37, 39, 45, 53, 56, 57, 60, 61], "bevel": [0, 33, 39, 75], "beyond": 28, "bi": 72, "bid": [63, 75], "bid_ask": [63, 75], "bidask": 63, "bidirectionalobjecttyp": [0, 43, 45, 75], "big_value_context": 61, "bigdecim": [0, 13, 54, 75], "bin": 37, "binari": [45, 53], "blank": 63, "blindli": [27, 28], "blink": [0, 50, 51, 52, 53, 55, 56, 57, 75], "blink_tabl": [0, 57], "blink_to_append_onli": [0, 50, 75], "block": [26, 49, 55, 60], "blue": 36, "bodi": [14, 54], "bold": [0, 33, 38, 75], "bold_ital": [0, 33, 38, 75], "bond": [63, 74], "bool": [0, 1, 4, 8, 16, 20, 21, 23, 26, 27, 28, 30, 31, 37, 41, 45, 49, 52, 53, 54, 56, 57, 58, 59, 60, 63, 64], "bool_": [0, 13, 75], "bool_arrai": [0, 13, 75], "bool_col": [0, 6, 15, 75], "boolean": [6, 7, 13, 15, 17, 23, 63, 72], "boolean_arrai": [0, 13, 75], "bootstrap": 31, "both": [0, 18, 23, 26, 28, 31, 45, 51, 56, 57], "bottom": 37, "boundari": 59, "box": 72, "bridg": 72, "bring": 67, "broker": [54, 69, 70, 71, 74], "brokerag": 74, "bucket": [56, 57, 61], "buffer": 72, "bug": 63, "build": [14, 59, 61, 74], "built": [1, 4, 56, 57, 59, 61], "bulletin": 63, "bundl": 63, "busdaycalendar": 27, "busi": [5, 13, 27, 35, 37], "business_tim": 37, "businesscalendar": [0, 5, 13, 27, 37, 75], "butt": [0, 33, 39, 75], "byemasimpl": [0, 15, 17, 75], "byte": [0, 4, 6, 7, 13, 30, 31, 45, 53, 72, 75], "byte_arrai": [0, 13, 75], "byte_buff": [72, 75], "byte_col": [0, 6, 75], "bytebuff": 72, "c": [0, 13, 24, 25, 69, 70, 71, 75], "cach": [4, 56, 57], "cal": [5, 27], "calcul": [1, 17, 24, 56, 57, 61], "calendar": [0, 13, 27, 37, 59, 75], "calendar_nam": [0, 5, 75], "call": [0, 5, 20, 23, 26, 30, 32, 37, 43, 45, 47, 51, 52, 53, 54, 55, 56, 57, 58, 60, 63, 72], "callabl": [0, 13, 23, 24, 37, 49, 54, 55, 56, 57, 58, 60], "callback": [0, 29, 43, 54, 55, 75], "caller": [53, 55], "can": [0, 1, 4, 5, 6, 12, 14, 17, 18, 21, 23, 26, 31, 32, 34, 36, 38, 39, 41, 45, 46, 47, 49, 52, 53, 54, 56, 57, 58, 59, 61, 63, 67, 74], "cancel": [63, 75], "cancel_func": 63, "cannot": [31, 67], "capac": [0, 53, 57], "captur": [52, 56, 57], "care": [0, 26, 49, 55, 57], "case": [0, 26, 53, 54, 56, 57, 59, 61, 72], "cast": [13, 72, 75], "catch": [0, 12], "categor": 37, "categori": 37, "caus": [0, 12, 23], "cdc": [0, 50, 51, 75], "cdc_long_spec": [0, 50, 51, 52, 75], "cdc_short_spec": [0, 50, 51, 52, 75], "cdc_spec": 52, "cdcspec": [0, 50, 51, 52, 75], "cdctool": 52, "cell": [56, 57], "certain": [56, 57, 60], "certif": 4, "cfd": 74, "chain": 52, "chanc": 49, "chang": [0, 14, 26, 32, 52, 53, 56, 57, 58, 61, 63], "channel": 4, "char": [0, 6, 7, 13, 72, 75], "char_arrai": [0, 13, 75], "char_col": [0, 6, 75], "charact": [0, 8, 13, 23, 53, 75], "chart": [0, 33, 37, 40, 75], "chart_legend": [0, 33, 37, 75], "chart_titl": [0, 33, 37, 75], "check": [16, 28, 55, 56, 60, 72], "child": [56, 57], "children": [56, 57], "choic": 74, "choos": [54, 74], "chunk": [0, 8, 55, 58], "chunk_siz": [55, 58], "circl": [0, 33, 42, 75], "circumst": 59, "class": [0, 1, 2, 4, 6, 12, 13, 14, 16, 19, 21, 23, 24, 25, 26, 29, 30, 31, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 67, 70, 71, 72], "classmethod": [21, 29, 43, 56], "classpath": [46, 53], "clean": [26, 54], "cli": [65, 75], "click": 41, "client": [4, 32, 45, 51, 52, 53, 54, 63], "client_id": [63, 75], "clientid": 63, "clock": [0, 13, 47, 59], "clone": [27, 28], "close": [0, 4, 23, 26, 37, 40, 45, 56, 57, 63, 75], "coalesc": [0, 56, 57, 75], "code": [0, 1, 12, 26, 44, 56, 57, 59, 60, 63, 64, 69, 70, 71, 74], "codec": 31, "codec_arg": 31, "codec_nam": 31, "coeffici": 59, "col": [0, 1, 3, 8, 18, 21, 27, 28, 37, 47, 56, 57, 58, 61], "col1": 31, "col2": 31, "col_a": [18, 56, 57], "col_b": [18, 56, 57], "col_def": [0, 53, 55, 57], "col_definit": 31, "col_instruct": 31, "col_nam": [24, 53, 54], "col_set": 25, "col_span": 37, "col_typ": 24, "collect": [0, 26, 32, 56, 57, 58], "collector": 0, "color": [0, 33, 37, 56, 57, 75], "color_express": [56, 57], "cols_to_drop": 52, "column": [0, 1, 3, 8, 15, 16, 18, 21, 24, 25, 27, 28, 31, 32, 37, 41, 47, 52, 53, 54, 55, 56, 57, 58, 61, 75], "column_group": [56, 57], "column_major": [0, 24, 25, 75], "column_nam": 31, "column_names_in_titl": 37, "column_properti": 54, "column_typ": 6, "columndefinit": 6, "columninstruct": [0, 31, 75], "columnsourc": 25, "columntyp": [0, 6, 75], "com": [21, 44, 53, 74], "combin": [0, 1, 14, 18, 39, 56, 57, 61, 74], "comboaggreg": 1, "comboleg": [69, 70, 75], "come": 63, "comma": [0, 8, 37], "command": 32, "commerci": [69, 70, 71], "commiss": 63, "commod": 74, "common": [18, 24, 37, 56, 57, 59, 74], "common_column": [56, 57], "common_metadata_file_nam": 31, "commun": [0, 74], "compact": [0, 12], "compact_traceback": [0, 12, 75], "compani": 63, "comparison": [56, 57], "compat": [6, 13, 19, 23, 30, 45, 53, 54, 56], "compil": 14, "complet": [61, 63], "complex": 6, "compon": [13, 21, 36, 53], "component_typ": 6, "compress": 31, "compression_codec_nam": 31, "comput": [0, 1, 24, 31, 56, 57, 61, 63], "concaten": [31, 52], "concis": 74, "concurr": [17, 31, 49, 55, 63], "cond": [56, 57], "condit": [21, 46, 56, 57, 69, 70, 71], "condition": [56, 57], "config": 68, "configur": [37, 51, 52, 53, 54, 56, 57, 63, 67], "confirm": 63, "confluent": [53, 54], "conform": 4, "conjunct": 26, "conn": [0, 9], "connect": [0, 4, 9, 39, 45, 63, 75], "connection_timeout": 19, "connectorx": [0, 9], "consecut": 37, "consequ": 56, "consid": [27, 28, 61], "consist": [25, 45, 55, 56, 60], "consol": [32, 43], "constant": [0, 17, 54, 75], "constitu": [0, 53, 56, 57, 75], "constituent_changes_permit": [0, 56, 75], "constituent_column": [0, 56, 75], "constituent_t": [0, 56, 75], "constituent_table_column": [0, 56, 75], "constitut": 32, "constraint": 56, "construct": [23, 44, 55, 56, 57, 59], "constructor": [17, 51, 52, 53, 54, 57], "consum": [0, 50, 51, 52, 75], "consume_raw": [0, 50, 51, 52, 75], "consume_to_partitioned_t": [0, 50, 51, 53, 75], "consumpt": 32, "contain": [0, 1, 6, 8, 18, 23, 24, 31, 32, 37, 47, 55, 56, 57, 61, 63], "content": [44, 51, 56, 57, 63], "context": [0, 14, 23, 49, 55, 57, 60], "contextdecor": 14, "contigu": [56, 72], "continu": [45, 63], "contract": [63, 69, 74, 75], "contract_detail": 63, "contractdescript": [69, 70, 75], "contractdetail": [69, 70, 75], "contracts_match": 63, "control": [26, 54, 56, 57, 60, 61], "conv_nul": 28, "conveni": [12, 23, 56, 57, 58], "convent": 52, "convers": [3, 5, 23, 27, 28, 72], "convert": [0, 5, 6, 23, 25, 28, 34, 57, 59, 64, 72, 75], "coordin": 37, "copi": [23, 25], "copyright": [69, 70, 71], "core": [5, 63, 64, 74], "corner": 37, "correct": [1, 56, 57, 61], "correctli": [14, 26], "correspond": [0, 23, 54, 56, 57, 72], "cost": 74, "could": [6, 56, 57, 67], "count": [1, 17, 26, 56, 57, 61], "count_": [0, 1, 75], "count_bi": [0, 56, 57, 75], "count_distinct": [0, 1, 75], "count_nul": 1, "counter": 32, "creat": [0, 1, 3, 4, 6, 13, 14, 15, 16, 18, 21, 23, 26, 27, 28, 31, 32, 33, 36, 37, 39, 41, 45, 50, 52, 53, 54, 56, 57, 58, 59, 61, 63, 67, 72, 74], "create_client_connect": [0, 43, 45, 75], "create_if_abs": 16, "create_jvm": [72, 75], "createtim": 54, "creation": 45, "criteria": [56, 57], "critic": 14, "cross": [0, 59], "cryptocurr": 74, "csv": [0, 12, 75], "cum_max": [0, 61, 75], "cum_min": [0, 61, 75], "cum_prod": [0, 61, 75], "cum_sum": [0, 61, 75], "cumul": 61, "current": [0, 2, 14, 16, 26, 32, 37, 46, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 72], "current_timestamp": 61, "current_valu": 61, "custom": [0, 4, 12, 31, 32, 45, 56, 57, 62, 74], "cycl": [0, 55, 57], "d": [13, 23], "dai": [13, 27, 59, 63, 75], "dash": 39, "dash_pattern": 39, "data": [0, 6, 8, 13, 16, 22, 23, 24, 25, 28, 31, 32, 37, 39, 40, 41, 45, 47, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 72, 74], "data_fram": 30, "data_index": [0, 15, 75], "data_typ": [6, 53], "databas": [9, 52], "datafram": [0, 28, 57], "dataindex": [0, 15, 16, 75], "dataset": 31, "date": [5, 13, 31, 34, 59, 63], "datetim": [0, 6, 57, 59, 63, 64], "datetime64": [0, 6, 57, 59, 63, 64], "datetime_col": [0, 6, 75], "datetimeformatt": 34, "day_1": [63, 75], "db_name": 52, "dbapi": [0, 9], "dbc": [0, 75], "dd": 59, "ddthh": 59, "de": 58, "debezium": 52, "debug": [12, 54], "decai": [17, 61], "decay_tick": 61, "decay_tim": 61, "decayr": 17, "decim": 34, "decimal128": [0, 61, 75], "decimal32": [0, 61, 75], "decimal64": [0, 61, 75], "decimalaxisformat": [0, 33, 34, 75], "decimalformat": 34, "decl_class": [72, 75], "declar": 72, "decor": [26, 60], "deep": [24, 54], "deephaven": [63, 64, 67, 68, 74, 75], "deephaven_ib": 75, "deephaven_serv": 75, "def": 26, "defalt": 5, "default": [0, 1, 3, 4, 5, 8, 9, 14, 16, 18, 20, 23, 27, 28, 31, 36, 37, 39, 40, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 68, 75], "defer": 14, "defin": [0, 1, 4, 5, 6, 7, 8, 12, 13, 17, 34, 38, 39, 40, 41, 42, 45, 53, 54, 56, 57, 59, 61], "definit": [0, 6, 31, 52, 53, 54, 55, 56, 57], "degre": [26, 36, 37], "delai": [63, 75], "delet": [0, 31, 57, 75], "delimit": [0, 8, 31, 54, 56, 57], "delta": [0, 61, 75], "delta_control": 61, "deltacontrol": [0, 61, 75], "deltaneutralcontract": [69, 70, 75], "demand": [0, 31, 57], "depend": [0, 54, 56, 57, 61], "deprec": [31, 50, 53], "deriv": 31, "descend": [0, 56, 57, 75], "describ": [25, 31, 56, 57, 63], "descript": [58, 63], "descriptor": 53, "deseri": 53, "design": 37, "desir": [23, 25, 51, 52, 53, 54, 56, 57], "destin": [31, 56, 57], "destination_dir": 31, "destroi": 72, "destroy_jvm": [72, 75], "detail": [5, 34, 44, 53, 56, 63, 74], "determin": [0, 1, 17, 24, 31, 57, 59, 61], "determinist": 0, "develop": [56, 57], "deviat": [1, 56, 57, 61], "df": 28, "dh": [13, 68], "dh_now": [0, 59, 75], "dh_null_to_nan": [0, 23, 75], "dh_time_zon": [0, 59, 75], "dh_todai": [0, 59, 75], "dhc": 52, "dherror": [0, 2, 3, 4, 5, 8, 9, 13, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 35, 36, 37, 41, 46, 47, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 62, 75], "dhnp": 26, "diamond": [0, 33, 42, 75], "dict": [0, 8, 23, 31, 32, 37, 51, 52, 53, 54, 55, 56, 57, 58], "dictionari": [0, 23, 31, 53, 57, 63], "differ": [14, 17, 18, 37, 40, 56, 57, 61, 74], "digit": [34, 36, 61], "dim": 37, "dimens": 37, "direct": [56, 57, 72], "directli": [0, 1, 14, 26, 56, 57, 59], "directori": [31, 44], "discard": [56, 57], "disconnect": [63, 75], "discret": 37, "disk": 31, "displai": [37, 40, 41, 56], "display": 37, "dispos": 26, "distanc": 37, "distinct": [0, 1, 56, 57, 75], "do": [0, 27, 28, 31, 52, 54, 55, 56, 57, 61, 63], "do_replai": 58, "doc": 21, "docker": 63, "document": 21, "doe": [13, 16, 23, 40, 54, 56, 57, 63], "doesn": [0, 8, 16, 23, 60], "don": [56, 57], "done": 72, "dont_seek": [0, 50, 51, 53, 75], "doubl": [0, 6, 7, 8, 13, 17, 23, 26, 72, 75], "double_arrai": [0, 13, 75], "double_col": [0, 6, 75], "down": [0, 4, 13, 42, 47], "down_triangl": [0, 33, 42, 75], "download": 63, "download_short_r": 63, "downstream": [53, 55], "draw": [37, 39], "drawn": 39, "driven": 56, "driver": [0, 9], "drop": [0, 8, 52, 56, 57], "drop_column": [0, 56, 57, 75], "drop_kei": [56, 57], "dry": 20, "dry_run": 20, "dt": 59, "dt_current": 61, "dtype": [0, 5, 8, 23, 28, 31, 53, 55, 57, 59, 64, 75], "dtype_backend": 28, "due": [0, 12], "duplic": 37, "durat": [0, 13, 26, 57, 59, 63, 75], "durationto": 59, "dure": [0, 12, 45, 55, 56, 58, 59, 61, 63], "dynam": [0, 47, 57], "dynamictablewrit": [0, 57, 75], "e": [0, 1, 6, 13, 18, 23, 28, 32, 36, 37, 40, 54, 56, 57, 61, 63, 72], "each": [0, 1, 13, 27, 29, 32, 37, 43, 45, 47, 54, 55, 56, 57, 58, 61, 63], "earlier": 54, "eas": 74, "easi": [12, 74], "edg": 39, "edit": [0, 57], "effect": [0, 55], "effici": [0, 24, 57, 59], "efp": 63, "eg": 52, "either": [0, 9, 23, 31, 45, 49, 52, 53, 54, 56, 57, 60], "elaps": [0, 17, 56, 57], "element": [0, 37, 53, 57], "ellips": [0, 33, 42, 75], "em": 61, "em_variance_curr": 61, "em_variance_first": 61, "em_variance_prev": 61, "ema": [0, 15, 61, 75], "ema_curr": 61, "ema_first": 61, "ema_prev": 61, "ema_tick": [0, 61, 75], "ema_tim": [0, 61, 75], "emaarrai": [0, 15, 17, 75], "emb": 68, "emmax_curr": 61, "emmax_first": 61, "emmax_prev": 61, "emmax_tick": [0, 61, 75], "emmax_tim": [0, 61, 75], "emmin_curr": 61, "emmin_first": 61, "emmin_last": 61, "emmin_prev": 61, "emmin_tick": [0, 61, 75], "emmin_tim": [0, 61, 75], "empti": [0, 8, 31, 56, 57, 61], "empty_t": [0, 57, 75], "ems_curr": 61, "ems_first": 61, "ems_prev": 61, "ems_tick": [0, 61, 75], "ems_tim": [0, 61, 75], "emstd_curr": 61, "emstd_tick": [0, 61, 75], "emstd_tim": [0, 61, 75], "en": 21, "enabl": [23, 28, 56, 57], "enabletimestepoutoforderexcept": 17, "encapsul": 12, "enclos": [14, 60], "encod": [4, 31, 53, 56, 57], "encount": [17, 56, 57, 61], "end": [0, 31, 39, 45, 53, 56, 57, 61, 63], "end_pct": [56, 57], "end_styl": 39, "end_tim": [0, 47], "endpoint_overrid": 19, "engin": [0, 6, 12, 13, 17, 32, 46, 56, 57, 60, 74], "ensur": [1, 29, 43, 45, 49, 53, 54, 56, 57, 60, 61, 72], "enter": 63, "entir": [21, 27, 28, 31, 32, 56, 57], "entri": [27, 28, 44, 58], "entrypoint": [29, 43], "enum": [0, 6, 17, 21, 25, 31, 38, 39, 40, 42, 52, 56, 61, 63], "enumer": [6, 42], "environ": 20, "epoch": [6, 59, 64], "equal": [0, 18, 56, 57], "equiti": 74, "equival": [13, 56, 57], "error": [0, 12, 31, 37, 40, 56, 57, 63], "error_bar": [0, 33, 40, 75], "error_bar_color": 37, "essenti": [0, 53, 57, 74], "estim": [1, 56, 57, 61], "etc": [0, 1, 6, 13, 26, 31, 32, 34, 35, 37, 40, 53, 56, 57, 59, 61, 63], "eval_numb": 32, "evalu": [0, 14, 15, 20, 21, 24, 31, 32, 75], "even": [1, 45, 56, 61], "event": 52, "eventu": 54, "everi": [18, 54, 56, 57, 63], "everyth": 53, "exact": [56, 57], "exact_join": [0, 56, 57, 75], "exactli": [56, 57, 61], "examin": 31, "exampl": [0, 12, 26, 31, 32, 37, 39, 41, 53, 56, 57, 59, 61, 63, 67, 74], "except": [0, 8, 12, 17, 23, 54, 55, 57, 61, 63, 72], "excess": [0, 8], "exchang": [63, 74], "exclud": [54, 61], "exclude_column": 54, "exclus": [49, 56, 57, 58, 60, 63], "exclusive_lock": [0, 60, 75], "exec_ctx": [0, 57], "execut": [0, 9, 14, 32, 49, 55, 57, 63], "execution_context": [0, 75], "executioncontext": [0, 14, 57, 75], "executor": [0, 48, 75], "executor_nam": [0, 48, 49, 75], "exist": [0, 1, 16, 31, 44, 49, 56, 57, 63], "expect": [0, 23, 31, 43, 53, 56, 57, 59], "expens": [56, 57], "experiment": [0, 75], "explicit": [31, 53, 56, 57], "explicitli": [14, 17, 26, 53, 56, 57], "exponenti": [17, 61], "exponentiallydecayedsum": [0, 15, 17, 75], "export": [0, 22, 30, 43, 45, 75], "expr": [56, 57], "express": [0, 1, 18, 21, 26, 36, 46, 56, 57, 61], "extend": [56, 57], "extens": [28, 31], "extern": [0, 8, 9, 31, 32, 57], "extra": 54, "extra_classpath": [67, 68], "extract": [24, 56, 57], "extran": 55, "f": [13, 26, 60], "facilit": 74, "factori": [4, 53, 56, 57], "fail": [55, 63], "failur": 55, "fall": [56, 57], "fals": [0, 1, 4, 8, 13, 15, 16, 19, 20, 21, 23, 25, 26, 31, 37, 41, 52, 53, 54, 55, 56, 57, 58, 59, 60, 63, 64], "famili": [38, 63], "far": [56, 57], "fashion": 54, "fast": [49, 63], "feather": 3, "featur": 15, "fee": 63, "fee_rat": [63, 75], "fetch": [45, 53, 54, 63], "fetchonlyobjectbas": 45, "fetchonlyobjecttyp": [0, 30, 43, 45, 75], "few": [26, 56, 57], "fewer": [0, 8, 59], "field": [0, 8, 44, 52, 53, 54, 63, 72], "field_to_col_map": 54, "figur": [0, 33, 75], "figure_titl": [0, 33, 37, 75], "file": [0, 3, 5, 8, 12, 31, 37, 44, 57, 68, 72], "file_layout": 31, "fill": [55, 61], "filter": [0, 32, 37, 56, 57, 75], "filter_": 21, "filter_t": [56, 57], "filterpattern": 21, "final": [53, 56, 57, 72], "financ": 74, "financi": 63, "find": [0, 21, 23, 75], "finer": 26, "finish": 60, "finit": 7, "first": [0, 1, 16, 36, 39, 53, 54, 55, 56, 57, 75], "first_bi": [0, 56, 57, 75], "first_valu": 61, "flag": [0, 1, 8, 23, 56, 57], "flat": [39, 56, 57], "flat_partit": [0, 31, 75], "flatten": [0, 56, 57, 75], "float": [1, 6, 7, 13, 23, 36, 37, 56, 57, 61, 63, 72], "float32": [0, 13, 75], "float32_arrai": [0, 13, 75], "float64": [0, 13, 23, 75], "float64_arrai": [0, 13, 75], "float_": [0, 13, 75], "float_arrai": [0, 13, 75], "float_col": [0, 6, 75], "floor": [56, 57], "flush": 55, "fly": 63, "follow": [0, 1, 31, 32, 36, 53, 56, 57, 61], "font": [0, 33, 37, 75], "font_family_nam": [0, 33, 38, 75], "fontstyl": [0, 33, 38, 75], "foo": 53, "forc": 0, "foreign": 74, "forex": 74, "form": [52, 56, 57, 58], "format": [22, 31, 34, 37, 56, 57, 59, 61], "format_column": [0, 56, 57, 75], "format_column_wher": [0, 56, 57, 75], "format_pattern": 37, "format_row_wher": [0, 56, 57, 75], "formatt": 34, "formula": [0, 1, 46, 56, 57, 61, 75], "formula_param": [1, 61], "fortran": [0, 24, 25, 75], "forward": 61, "forward_fil": [0, 61, 75], "found": [13, 56, 57], "fragment_s": 19, "framework": [24, 63], "free": 26, "freez": [56, 57], "freeze_var": 14, "frequenc": 37, "from": [0, 3, 5, 13, 14, 15, 16, 18, 19, 20, 21, 23, 24, 26, 27, 28, 29, 31, 32, 37, 41, 43, 45, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 67, 72], "from_": [0, 21, 75], "from_constituent_t": [0, 56, 75], "from_jtyp": [0, 13, 75], "from_np_dtyp": [0, 13, 75], "from_partitioned_t": [0, 56, 75], "from_properti": 53, "front": [36, 56, 57], "frozen": [14, 63, 75], "full": [0, 18, 27, 53, 56, 57], "full_outer_join": [0, 15, 18, 75], "fulli": [46, 53, 55, 56, 57], "func": [0, 23, 33, 37, 56, 75], "function": [0, 1, 4, 5, 6, 9, 12, 13, 18, 23, 24, 26, 32, 37, 49, 52, 53, 54, 56, 57, 58, 59, 60, 61, 64, 68, 72], "function_generated_t": [0, 57, 75], "fund": 74, "further": [0, 45, 57], "futur": [14, 26, 31, 49, 55, 74], "fwd_tick": 61, "fwd_time": 61, "fx": 74, "g": [0, 6, 13, 23, 28, 36, 37, 40, 54, 56, 57, 61, 63, 72], "gap": [37, 39], "garbag": [0, 26, 32, 58], "garbage_collect": [0, 75], "gather": [0, 24, 56, 75], "gather_func": 24, "gc": 32, "gener": [0, 31, 32, 54, 56, 57, 58, 61, 63], "generate_metadata_fil": 31, "generic_tick_typ": 63, "genericticklist": 63, "genericticktyp": 63, "get": [2, 16, 24, 32, 37, 53, 56, 63, 67, 72, 74], "get_app_st": [0, 2, 75], "get_constitu": [0, 56, 75], "get_exec_ctx": [0, 14, 75], "get_param_typ": [72, 75], "get_registered_contract": [63, 75], "get_typ": [72, 75], "get_valu": 26, "get_version_str": 69, "github": [44, 74], "give": [14, 26, 53], "given": [0, 1, 4, 5, 9, 16, 21, 23, 26, 32, 43, 45, 49, 52, 53, 54, 56, 57, 72], "global": 7, "go": [27, 28, 37, 56, 57], "goe": 58, "good": [0, 12], "gradient": 37, "gradient_vis": 37, "graph": [26, 32, 55, 56, 57, 60], "graphic": 37, "greater": [26, 56, 57], "green": 36, "grid": 37, "grid_vis": 37, "group": [0, 1, 17, 37, 54, 56, 57, 61, 63, 75], "group_bi": [0, 56, 57, 75], "groupbi": 17, "grpc": 4, "guarante": [31, 56, 57], "gui": [41, 42], "gzip": 31, "h": 36, "ha": [0, 16, 26, 45, 55, 56, 57, 63], "half": 61, "halt": 67, "halv": 1, "hand": [37, 63], "handl": [0, 12, 13, 56, 57, 58, 59, 60, 61], "handler": 67, "happen": 60, "has_column": [0, 56, 57, 75], "has_data_index": [0, 15, 16, 75], "has_exclusive_lock": [0, 60, 75], "has_executor": [0, 48, 49, 75], "has_jvm": [72, 75], "has_shared_lock": [0, 60, 75], "hash": 54, "hashmap": 23, "hashset": 23, "hasn": 55, "have": [0, 4, 8, 18, 26, 28, 31, 36, 37, 53, 55, 56, 57, 60, 63], "head": [0, 56, 57, 75], "head_bi": [0, 56, 57, 75], "head_pct": [0, 56, 57, 75], "header": [0, 8], "header_row": [0, 8], "headless": [0, 8], "headlin": 63, "hedg": 74, "height": 37, "held": 60, "help": [23, 31], "here": [51, 52, 53, 54, 61], "hex": [36, 56, 57], "hh": 59, "hide": [0, 56, 57, 75], "hierarch": [31, 56, 57], "high": [37, 40], "hint": [56, 57], "histogram": [0, 33, 37, 40, 75], "histor": [0, 47, 63], "histori": [56, 57], "historical_volatil": [63, 75], "hold": [1, 37, 54, 60], "holidai": 27, "horizont": [42, 56, 57], "horizontal_rectangl": [0, 33, 42, 75], "host": [4, 63, 67, 75], "hour": [13, 17, 59, 63], "hour_1": [63, 75], "hour_2": [63, 75], "hour_3": [63, 75], "hour_4": [63, 75], "hour_8": [63, 75], "hover": 37, "hover_text": 37, "how": [24, 26, 32, 34, 37, 52, 53, 54, 61], "howev": 14, "html": [0, 5, 21, 63, 64, 75], "http": [5, 21, 44, 63, 64, 74], "hue": 36, "i": [0, 1, 3, 4, 5, 8, 9, 12, 13, 14, 15, 16, 18, 20, 21, 23, 24, 26, 27, 28, 30, 31, 32, 35, 36, 37, 39, 41, 43, 44, 45, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 67, 69, 70, 71, 72, 74], "ib": [63, 64, 69, 70, 71, 74], "ib_to_j_inst": [63, 64, 75], "ibapi": 75, "ibsessiontw": [63, 75], "id": [32, 37, 53, 56, 57, 63], "id_col": [56, 57], "identifi": [32, 37, 56, 57, 62, 63], "idx": [56, 57], "ieee": 61, "ignor": [0, 4, 8, 9, 52, 53, 54, 55, 56, 57, 63], "ignore_empty_lin": [0, 8], "ignore_excess_column": [0, 8], "ignore_s": 63, "ignore_surrounding_spac": [0, 8], "imag": 37, "immedi": [56, 57, 58], "immut": [37, 56, 57], "implement": [0, 1, 6, 21, 23, 28, 29, 34, 35, 36, 37, 38, 39, 43, 45, 55, 56, 57, 72], "impli": [4, 31, 52, 54, 63], "import": [0, 46, 75], "import_class": [0, 46, 75], "import_packag": [0, 46, 75], "import_stat": [0, 46, 75], "improv": 16, "inaccess": [56, 57], "includ": [0, 1, 3, 7, 9, 14, 18, 23, 27, 28, 31, 32, 33, 35, 37, 39, 44, 52, 53, 54, 56, 57, 61, 63, 74], "include_by_column": 1, "include_column": 54, "include_constitu": [56, 57], "include_nul": 1, "include_only_column": 54, "include_parti": 27, "inclus": [56, 57, 61, 63], "incom": 45, "incompat": [56, 57], "increas": 37, "increment": [31, 56, 57, 63, 75], "incur": 0, "index": [0, 16, 31, 37, 43, 45, 53, 56, 57, 72, 74, 75], "index_column": 31, "indic": [0, 8, 34, 37, 52, 55, 56, 57, 63], "individu": [7, 31, 32, 74], "ineffici": 17, "inexact": [56, 57], "inf": 7, "infer": [0, 31, 56, 57, 59], "infin": 7, "info": 31, "inform": [32, 59], "ingest": 56, "init": 72, "init_t": [0, 57], "initi": [0, 4, 14, 31, 45, 49, 54, 56, 57, 58, 63, 72], "initial_group": [56, 57], "input": [0, 1, 6, 8, 21, 23, 24, 31, 37, 54, 56, 57, 61, 63, 64, 75], "input_data": 6, "input_t": [0, 57, 75], "inputcolumn": [0, 6, 57, 75], "inputt": [0, 57, 75], "ins": [56, 57], "insid": [0, 8, 54, 60, 63], "instanc": [4, 6, 13, 17, 23, 26, 28, 36, 37, 43, 45, 54, 56, 62], "instant": [0, 6, 13, 37, 57, 59, 63, 64, 75], "instant_arrai": [0, 13, 75], "instanti": [1, 56, 57], "instead": [23, 26, 31, 59], "instruct": [19, 31], "instrument": [56, 63], "int": [0, 4, 6, 7, 8, 13, 15, 24, 26, 31, 32, 36, 37, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 64, 72], "int16": [0, 13, 75], "int16_arrai": [0, 13, 75], "int32": [0, 13, 25, 75], "int32_arrai": [0, 13, 75], "int64": [0, 13, 75], "int64_arrai": [0, 13, 75], "int8": [0, 13, 75], "int8_arrai": [0, 13, 75], "int_": [0, 13, 75], "int_arrai": [0, 13, 75], "int_col": [0, 6, 75], "integ": [0, 8, 13, 23, 31, 52, 53, 57, 59, 61], "integr": [0, 12, 23, 74], "intellig": 24, "intend": [49, 59], "interact": [56, 57, 69, 70, 71, 74], "interepret": 27, "interest": 63, "interfac": [23, 45, 46, 55], "interleav": [53, 55], "intermedi": 31, "intermediari": [0, 57], "intern": [32, 54, 56, 57, 63], "interpret": [0, 8, 53], "interv": [0, 37, 57, 61], "invalid": [0, 4, 47, 56, 57, 61], "invert": [21, 37, 56, 57], "invert_pattern": 21, "investor": 74, "invoc": [0, 57], "invok": [0, 29, 43, 45, 54, 55, 57], "io": [4, 5, 6, 13, 17, 21, 23, 38, 39, 40, 42, 52, 53, 56, 61, 63, 64, 72], "ip": [4, 63], "is_al": [0, 50, 55, 75], "is_blink": [0, 56, 57, 75], "is_cancel": [63, 75], "is_connect": [63, 75], "is_fa": 63, "is_fin": [72, 75], "is_flat": [0, 56, 57, 75], "is_java_typ": [0, 23, 75], "is_legacy_parquet": 31, "is_liveness_refer": [0, 26, 75], "is_multi": [63, 75], "is_not_nul": [0, 21, 75], "is_nul": [0, 21, 75], "is_param_mut": [72, 75], "is_param_output": [72, 75], "is_param_return": [72, 75], "is_primit": 13, "is_refresh": [0, 31, 54, 56, 57, 75], "is_replai": 58, "is_stat": [72, 75], "is_typ": [0, 29, 30, 43, 45, 75], "isn": [26, 56], "iso": 59, "issn": 53, "ital": [0, 33, 38, 75], "item": 55, "iter": [23, 26, 58], "its": [0, 4, 32, 35, 53, 54, 56, 57, 61, 72, 74], "itself": 16, "j": [0, 13, 43, 75], "j_agg_spec": 1, "j_aggreg": 1, "j_app_stat": 2, "j_array_list": [0, 23, 75], "j_authentication_handl": 67, "j_auto_clos": 23, "j_axis_format": 34, "j_axis_transform": 35, "j_barrage_sess": 4, "j_binary_oper": [0, 23, 75], "j_class": 13, "j_color": 36, "j_data_index": 16, "j_exec_ctx": 14, "j_figur": 37, "j_filter": 21, "j_function": [0, 23, 75], "j_hashmap": [0, 23, 75], "j_hashset": [0, 23, 75], "j_lambda": [0, 23, 75], "j_list_to_list": [0, 23, 75], "j_managed_channel": 4, "j_map_to_dict": [0, 23, 75], "j_name": 13, "j_node_ops_record": 56, "j_object_typ": [0, 2, 14, 15, 16, 19, 21, 23, 26, 33, 34, 35, 36, 37, 38, 39, 41, 47, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 75], "j_partitioned_t": 56, "j_properti": [0, 23, 75], "j_protocol": 53, "j_pt_proxi": 56, "j_rollup_t": 56, "j_runnabl": [0, 23, 75], "j_sd": 41, "j_server_config": 67, "j_spec": [52, 53, 54], "j_tabl": [56, 57], "j_table_publish": 55, "j_table_typ": 53, "j_table_upd": 58, "j_tree_tabl": 56, "j_type": 13, "j_unary_oper": [0, 23, 75], "j_update_graph": 60, "j_updateby_op": 61, "java": [0, 5, 6, 12, 13, 17, 20, 21, 23, 26, 27, 28, 37, 46, 53, 56, 57, 59, 61, 62, 64, 72], "java_hom": 68, "javadoc": [5, 34], "javas": 21, "javascript": 44, "jcompat": [0, 75], "jexcept": [72, 75], "jfield": [72, 75], "jlist": 23, "jmethod": [72, 75], "jobj_col": [0, 6, 75], "jobject": [0, 13, 59, 75], "jobjectwrapp": [0, 2, 14, 16, 19, 21, 23, 26, 34, 35, 36, 37, 38, 39, 41, 47, 52, 53, 54, 55, 56, 57, 58, 60, 61], "join": [0, 12, 18, 26, 39, 56, 57, 75], "join_styl": 39, "joverloadedmethod": [72, 75], "jpy": [13, 23, 26, 75], "jshape": 42, "json": [44, 53, 54], "json_spec": [0, 50, 51, 53, 54, 75], "jsplugin": [0, 43, 44, 75], "jtype": [13, 20, 23, 26, 59, 72, 75], "just": 63, "jvm": [0, 49, 72], "jvm_arg": [67, 68], "jvm_properti": 68, "kafka": [0, 50, 75], "kafka_config": [51, 52, 53, 54], "kafkaconsum": [52, 53], "kafkaproduc": 54, "kafkatool": [52, 53, 54], "kakfa": [51, 53], "keep": [26, 52, 56, 57, 72], "keep_up_to_d": 63, "kei": [0, 8, 15, 16, 31, 32, 37, 52, 53, 54, 56, 57, 58, 67, 75], "key_col": [0, 16, 56, 57], "key_column": [0, 56, 75], "key_nam": [0, 57, 75], "key_schema_nam": 52, "key_schema_vers": 52, "key_spec": [53, 54], "key_valu": 56, "keyerror": 49, "keyorvaluespec": [53, 54], "keyvaluespec": [0, 50, 51, 53, 54, 75], "keyword": [0, 57], "knob": 60, "known": [49, 56, 61], "kv_partit": [0, 31, 75], "kwarg": [0, 57, 60], "l": 36, "l_tabl": 18, "label": [34, 37], "label_format": 37, "lambda": 23, "lambda_jtyp": 23, "lang": 13, "languag": [17, 27, 28], "larg": [27, 28], "larger": 39, "largest": 74, "last": [0, 1, 54, 56, 57, 61, 63, 75], "last_bi": [0, 26, 54, 56, 57, 75], "last_by_key_column": 54, "latest": [0, 52, 53, 54, 56, 57], "launch": 14, "layer": 12, "layout": [25, 31, 56, 57], "layout_hint": [0, 56, 57, 75], "layouthintbuild": 56, "lazy_upd": [0, 56, 57, 75], "leaf": [56, 57], "learn": [0, 75], "least": [56, 57], "leav": 63, "left": [18, 37, 42, 56, 57], "left_column": [56, 57], "left_end_column": [56, 57], "left_outer_join": [0, 15, 18, 75], "left_start_column": [56, 57], "left_triangl": [0, 33, 42, 75], "legaci": 31, "legend": 37, "length": [39, 72], "less": [56, 57], "level": [7, 17, 54, 56, 57], "librari": [0, 8, 14, 24, 46], "licens": [69, 70, 71], "lifecycl": 58, "light": 36, "like": [6, 17, 31, 53, 56, 60, 62], "likewis": 45, "limit": [22, 56, 57], "line": [0, 8, 33, 37, 39, 40, 75], "lineendstyl": [0, 33, 39, 75], "linejoinstyl": [0, 33, 39, 75], "linestyl": [0, 33, 37, 75], "list": [0, 1, 3, 5, 6, 8, 13, 14, 16, 17, 21, 23, 24, 27, 28, 31, 35, 36, 37, 38, 39, 41, 43, 46, 49, 51, 52, 53, 54, 56, 57, 58, 61, 63, 67, 72], "list_plugins_consol": [0, 43, 75], "list_registrations_consol": [0, 43, 75], "listen": [0, 4, 55, 58, 75], "liter": [0, 9], "live": [26, 49, 52, 53, 54, 72], "liveness_scop": [0, 75], "livenessrefer": 26, "livenessscop": [0, 26, 57, 75], "ljava": 13, "llc": [69, 70, 71], "load": 72, "loc": 37, "local": [7, 13, 31, 54, 63], "locald": [0, 13, 59, 75], "localtim": [0, 13, 59, 75], "locat": 37, "lock": [49, 58, 60], "log": [32, 37, 54, 55, 63], "logappendtim": 54, "logarithm": 35, "logic": [0, 21, 56, 57], "login": 63, "long": [0, 6, 7, 8, 13, 32, 54, 72, 75], "long_arrai": [0, 13, 75], "long_col": [0, 6, 75], "longer": [0, 26, 47, 55, 56, 57, 72], "look": [13, 52, 56, 57, 61], "lose": [0, 57], "lost": 13, "low": [37, 40, 74], "lower": [36, 37], "lowest": 56, "lz4": 31, "lz4_raw": 31, "lzo": 31, "m": [23, 59], "machin": [24, 63], "made": 14, "magic": 53, "mai": [0, 26, 45, 49, 53, 55, 56, 57, 61, 63], "main": [0, 43, 44, 56, 75], "major": [25, 37], "make": [14, 31, 46, 56, 57, 74], "make_table_and_scop": 26, "make_user_exec_ctx": [0, 14, 75], "manag": [0, 4, 14, 17, 23, 26, 57, 58, 60, 63, 74, 75], "manang": 26, "mang": 26, "mani": [14, 26, 37, 54], "manifest": 44, "manner": [14, 72], "manual": 63, "map": [0, 13, 23, 28, 32, 41, 53, 54, 57], "mapped_onli": 53, "mark": [57, 63], "market": [63, 74], "market_data_typ": 63, "market_rul": 63, "marketdatatyp": [63, 75], "match": [0, 13, 18, 21, 23, 53, 54, 56, 57, 61, 63, 75], "math": [13, 61], "mathcontext": [0, 61, 75], "mathemat": [1, 61], "max": [0, 1, 8, 37, 61], "max_": [0, 1, 75], "max_bi": [0, 56, 57, 75], "max_byt": [0, 7, 75], "max_cache_s": 19, "max_char": [0, 7, 75], "max_concurrent_request": 19, "max_dictionary_kei": 31, "max_dictionary_s": 31, "max_doubl": [0, 7, 75], "max_finite_doubl": [0, 7, 75], "max_finite_float": [0, 7, 75], "max_float": [0, 7, 75], "max_int": [0, 7, 75], "max_long": [0, 7, 75], "max_row": 37, "max_short": [0, 7, 75], "maximum": [0, 7, 8, 24, 31, 37, 56, 57, 61, 63], "mean": [0, 3, 13, 18, 27, 28, 31, 36, 53, 54, 56, 57, 72], "median": [0, 1, 56, 57, 75], "median_bi": [0, 56, 57, 75], "meet": [56, 57], "member": 46, "memoiz": [0, 57], "memori": [0, 22, 25, 27, 28, 32, 53, 56, 57], "memorylayout": [0, 24, 25, 75], "mention": [53, 54], "mere": 72, "merg": [0, 56, 57, 75], "merge_sort": [0, 57, 75], "mergesort": [0, 57], "messag": [0, 12, 45, 52, 53, 54], "message_class": 53, "messageformat": 37, "messagestream": [0, 43, 45, 75], "meta": 72, "meta_t": [0, 56, 57, 75], "metadata": 31, "metadata_file_nam": 31, "metadata_partit": [0, 31, 75], "method": [0, 1, 5, 13, 20, 23, 26, 27, 28, 29, 31, 43, 45, 54, 56, 57, 58, 59, 72, 75], "metric": 32, "metrics_get_count": [0, 32, 75], "metrics_reset_count": [0, 32, 75], "mib": 31, "mid": 63, "middl": 1, "midpoint": [63, 75], "might": 13, "millisecond": [0, 17, 37, 56, 57, 59], "min": [1, 37, 61, 63], "min_": [0, 1, 75], "min_1": [63, 75], "min_10": [63, 75], "min_15": [63, 75], "min_2": [63, 75], "min_20": [63, 75], "min_3": [63, 75], "min_30": [63, 75], "min_5": [63, 75], "min_bi": [0, 56, 57, 75], "min_byt": [0, 7, 75], "min_char": [0, 7, 75], "min_doubl": [0, 7, 75], "min_finite_doubl": [0, 7, 75], "min_finite_float": [0, 7, 75], "min_float": [0, 7, 75], "min_int": [0, 7, 75], "min_long": [0, 7, 75], "min_pos_doubl": [0, 7, 75], "min_pos_float": [0, 7, 75], "min_short": [0, 7, 75], "mind": 0, "minimum": [7, 37, 56, 57, 61, 74], "minor": 37, "minut": [13, 17, 59, 63], "miss": [0, 8, 31], "miter": [0, 33, 39, 75], "mm": 59, "mode": [2, 17, 21, 56], "model": [63, 74], "model_cod": 63, "model_func": 24, "modif": [0, 57], "modifi": [0, 15, 23, 56, 57, 58, 63, 75], "modified_chunk": [0, 58, 75], "modified_column": [0, 58, 75], "modified_prev": [0, 58, 75], "modified_prev_chunk": [0, 58, 75], "modul": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 16, 17, 18, 21, 22, 23, 24, 26, 27, 28, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 46, 47, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61], "monitor": 74, "month": [13, 59, 63, 75], "month_1": [63, 75], "more": [0, 1, 8, 13, 16, 26, 36, 39, 44, 55, 56, 57, 59], "most": [14, 56, 57, 59, 63, 72], "mostli": [0, 54, 56, 57], "move": [17, 56, 57, 61], "move_column": [0, 56, 57, 75], "move_columns_down": [0, 56, 57, 75], "move_columns_up": [0, 56, 57, 75], "movingaverag": 17, "multi": [37, 56], "multi_join": [0, 56, 75], "multi_series_kei": 37, "multijoininput": [0, 56, 75], "multijoint": [0, 56, 75], "multipl": [4, 18, 24, 32, 53, 56, 57, 63], "must": [0, 1, 4, 5, 8, 9, 14, 23, 26, 30, 36, 37, 44, 45, 46, 47, 53, 54, 55, 56, 57, 60, 63, 72], "mutabl": 72, "mutual": 74, "mymessag": 53, "n": [56, 57, 59], "na": 28, "name": [0, 1, 3, 4, 5, 6, 8, 12, 14, 15, 16, 18, 21, 27, 28, 29, 30, 31, 35, 36, 37, 38, 43, 44, 45, 46, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 72, 75], "namespac": [36, 54], "naming_funct": 37, "nan": [7, 23, 56, 57, 61], "nan_doubl": [0, 7, 75], "nan_float": [0, 7, 75], "nan_int": 13, "nanbehavior": 17, "nanosaxisformat": [0, 33, 34, 75], "nanosecond": [0, 6, 13, 15, 17, 34, 57, 59, 61], "narrow": 31, "nativ": 0, "natur": [0, 56], "natural_join": [0, 56, 57, 75], "naturaljoin": 32, "nbin": 37, "ndarrai": [17, 23, 25, 27, 58], "necessari": [31, 52, 53], "need": [0, 28, 45, 52, 56, 59, 63], "neg": [7, 56, 57, 59, 61], "neg_infinity_doubl": [0, 7, 75], "neg_infinity_float": [0, 7, 75], "negat": 21, "nest": [31, 53, 54], "nested_delim": 54, "never": [21, 31, 49, 56, 57], "new": [0, 3, 4, 5, 6, 9, 14, 15, 18, 20, 21, 23, 27, 28, 32, 37, 45, 55, 56, 57, 59, 63, 72, 74], "new_ax": [0, 33, 37, 75], "new_chart": [0, 33, 37, 75], "new_col": [1, 18, 56, 57, 61], "new_tabl": [0, 57, 75], "newli": [0, 53, 56, 57, 60], "news_articl": 63, "news_bulletin": 63, "news_histor": 63, "news_provid": 63, "next": [26, 39, 53], "nminor": 37, "nnnnnnnnn": 59, "node": [26, 56, 57], "node_operation_record": [0, 56, 75], "node_typ": 56, "nodeoperationsrecord": 56, "nodetyp": [0, 56, 75], "non": [0, 1, 6, 18, 23, 31, 55, 56, 57, 61, 69, 70, 71], "non_unique_sentinel": 1, "none": [0, 1, 3, 4, 5, 6, 7, 8, 12, 13, 14, 16, 17, 18, 19, 23, 24, 26, 27, 28, 29, 31, 32, 34, 37, 39, 41, 43, 45, 46, 47, 49, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 64, 67, 68, 72], "normal": [0, 6, 53, 75], "not_": [0, 21, 75], "note": [0, 1, 4, 14, 16, 23, 27, 28, 31, 52, 55, 56, 57, 63], "noteworthi": [56, 57], "notif": 55, "notifi": 55, "now": [15, 59], "np": [0, 23, 25, 27, 57], "np_arrai": [23, 27], "np_dtype": 13, "np_type": [13, 25], "npoint": 37, "null": [0, 1, 7, 13, 15, 17, 21, 23, 28, 31, 54, 56, 57, 61], "null_boolean": [0, 7, 75], "null_byt": [0, 7, 75], "null_char": [0, 7, 75], "null_domin": [0, 61, 75], "null_doubl": [0, 7, 75], "null_float": [0, 7, 75], "null_int": [0, 7, 13, 75], "null_long": [0, 7, 75], "null_remap": [0, 13, 75], "null_short": [0, 7, 75], "nullabl": [13, 28], "nullbehavior": 17, "num_row": [0, 8, 56, 57], "number": [0, 1, 4, 7, 8, 13, 23, 24, 25, 27, 28, 31, 32, 34, 36, 37, 39, 43, 52, 53, 54, 56, 57, 59, 61, 63, 72], "number_of_tick": 63, "numer": [1, 7, 17, 34, 61], "numpi": [0, 6, 13, 17, 23, 25, 28, 57, 58, 59, 63, 64, 75], "numpy_nul": 28, "obj": [23, 26, 30, 45, 72], "object": [0, 1, 2, 4, 5, 6, 9, 13, 16, 17, 21, 23, 24, 25, 26, 30, 31, 35, 36, 39, 45, 54, 56, 57, 58, 60, 62, 63, 67, 70, 71, 72], "object_": 13, "object_typ": [0, 43, 75], "objectref": [6, 21, 38, 39, 40, 42, 52, 53, 56, 61], "objecttyp": [0, 43, 45, 75], "obtain": [14, 32, 52, 60, 63], "occur": [53, 56, 57], "odbc": [0, 9, 75], "of_hsl": [0, 33, 36, 75], "of_nam": [0, 33, 36, 75], "of_rgb": [0, 33, 36, 75], "of_rgb_f": [0, 33, 36, 75], "off": 14, "offset": 53, "often": 74, "oftentim": [56, 57], "ohlc": [0, 33, 40, 75], "older": 15, "omit": [52, 54, 56, 57, 59], "on_clos": [0, 43, 45, 75], "on_data": [0, 43, 45, 75], "on_flush_callback": 55, "on_messag": 45, "on_nan": 61, "on_nul": 61, "on_shutdown_callback": 55, "on_upd": [0, 58, 75], "onc": [24, 26, 29, 43, 45, 53, 54, 55, 56, 57, 67], "one": [0, 1, 13, 14, 16, 17, 23, 32, 37, 39, 53, 54, 55, 56, 57, 63], "one_click": [0, 33, 41, 75], "one_click_partitioned_t": [0, 33, 41, 75], "oneclick": [37, 41], "ones": [23, 54, 56], "onli": [0, 1, 7, 14, 26, 30, 37, 39, 41, 45, 50, 52, 53, 54, 56, 57, 58, 61, 63], "onto": [56, 57], "op": [52, 56, 57], "op_control": 61, "open": [0, 26, 37, 40, 63, 67, 74, 75], "oper": [0, 1, 12, 14, 16, 17, 21, 28, 31, 32, 49, 52, 53, 56, 57, 60, 61], "operationcontrol": [0, 61, 75], "opportun": 53, "oppos": [0, 56, 57], "opposit": 21, "option": [0, 5, 13, 14, 16, 18, 20, 23, 31, 36, 52, 53, 54, 55, 56, 57, 58, 59, 63, 72, 74], "option_implied_volatil": [63, 75], "or_": [0, 21, 75], "oracl": 21, "order": [0, 23, 25, 45, 55, 56, 57, 60, 63, 69, 75], "order_bi": [0, 1, 56, 57], "order_cancel": [63, 75], "order_cancel_al": [63, 75], "order_id": 63, "order_id_strategi": 63, "order_plac": [63, 75], "ordercomboleg": [69, 71, 75], "orderidstrategi": [63, 75], "orders_complet": 63, "orders_exec_commission_report": 63, "orders_exec_detail": 63, "orders_statu": 63, "orders_submit": 63, "org": [13, 51, 52, 53, 54], "organ": [56, 57], "orient": 37, "origin": 23, "orphan": [56, 57], "other": [0, 7, 23, 26, 49, 53, 54, 55, 56, 57, 59, 61], "other_ticking_t": 26, "otherwis": [0, 4, 8, 15, 16, 23, 26, 37, 49, 53, 54, 56, 57, 60, 62, 63, 64], "out": [0, 8, 15, 22, 31, 58], "outer": [18, 26], "outer_join": [0, 15, 75], "outerclass": 53, "output": [0, 1, 24, 25, 37, 45, 54, 56, 57, 61, 72, 75], "output_nul": 54, "outsid": [0, 26, 56, 57], "over": [26, 56, 57], "overflow": [0, 57], "overhead": 0, "overload": [23, 72], "overshoot": 39, "overview": 63, "overwritten": 54, "own": [0, 56, 57, 60], "owner": 4, "p": 59, "p1y2m": 59, "p1y2m3d": 59, "p2d": 59, "p2dt3h4m": 59, "p2y": 59, "p3m": 59, "p4w": 59, "p5d": 59, "pa": 3, "pa_tabl": 3, "packag": [0, 9, 12, 15, 29, 33, 43, 46], "page": [31, 74], "paint": [36, 42], "pair": [56, 57], "panda": [0, 6, 13, 57, 59, 63, 64, 75], "pandas_as_t": [0, 29, 75], "pandasdataframeseri": [0, 29, 30, 75], "pandasplugin": [0, 75], "pandaspluginregistr": [0, 29, 75], "paper": 63, "paradigm": 24, "param": [26, 29, 43, 53, 67], "param_count": [72, 75], "paramet": [0, 1, 3, 4, 5, 6, 8, 9, 13, 14, 15, 16, 17, 18, 20, 21, 23, 24, 25, 26, 27, 28, 31, 32, 34, 35, 36, 37, 41, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 67, 72], "parent": [0, 37, 53, 56, 57], "parent_col": [56, 57], "parquet": [0, 12, 75], "parquet_column_nam": 31, "parquetfilelayout": [0, 31, 75], "pars": [0, 8, 36, 53, 56, 57, 59], "part": [56, 57, 60, 63], "partial": [27, 56, 57], "particular": [31, 54, 56, 57], "partit": [0, 1, 6, 31, 41, 52, 53, 54, 56, 57, 75], "partition1": 31, "partition_bi": [0, 56, 57, 75], "partition_col": 54, "partitioned_agg_bi": [0, 56, 57, 75], "partitioned_transform": [0, 56, 75], "partitionedt": [0, 41, 53, 56, 57, 60, 75], "partitionedtableproxi": [0, 56, 75], "partitiontableproxi": 60, "pass": [0, 4, 15, 23, 26, 31, 43, 51, 52, 53, 54, 56, 57], "password": 4, "path": [0, 3, 5, 8, 31, 37, 43, 44, 53, 75], "pattern": [0, 14, 21, 34, 37, 39, 55, 59, 63, 75], "patternmod": [0, 21, 75], "payload": [45, 53], "pc": 31, "pc1": 31, "pc1_pc2": 31, "pc2": 31, "pct": [0, 1, 56, 57, 75], "pd": [0, 28, 57], "pem": 4, "per": [29, 43, 53, 56], "percentag": [36, 37, 56, 57], "percentil": 1, "perfmon": [0, 75], "perform": [0, 12, 17, 18, 23, 24, 32, 35, 54, 56, 57, 60, 61, 74], "period": [0, 13, 32, 57, 59, 63, 75], "permit": [0, 56, 57], "persist": 31, "person": 74, "physic": 63, "pie": [0, 33, 37, 40, 75], "pie_label_format": 37, "pipe": [56, 57], "place": [15, 23, 63], "plain": [0, 33, 38, 75], "platform": 74, "plot": [0, 75], "plot_cat": [0, 33, 37, 75], "plot_cat_hist": [0, 33, 37, 75], "plot_ohlc": [0, 33, 37, 75], "plot_pi": [0, 33, 37, 75], "plot_styl": 37, "plot_treemap": [0, 33, 37, 75], "plot_xi": [0, 33, 37, 75], "plot_xy_hist": [0, 33, 37, 75], "plotstyl": [0, 33, 37, 75], "plu": [56, 57], "plug": [56, 57], "plugin": [0, 29, 75], "plural": 23, "pndtnhnmn": 59, "pnl": 63, "pnw": 59, "pnynmnd": 59, "point": [0, 13, 33, 37, 39, 40, 42, 55, 56, 57, 63, 75], "pointer": 53, "poison": [0, 61, 75], "popul": [1, 13, 55, 56, 57, 61, 63], "popular": [24, 74], "port": [4, 63, 65, 67, 75], "portfolio": [63, 74], "portion": 41, "pos_infinity_doubl": [0, 7, 75], "pos_infinity_float": [0, 7, 75], "posit": [0, 7, 53, 56, 57, 59, 63], "possibl": [0, 56, 57, 59, 72], "power": [0, 56, 74], "practic": [0, 12, 55], "pre": 67, "preced": [56, 57], "precis": [0, 13, 54, 57, 61], "predefin": [35, 36, 38, 53, 56, 57, 61], "prefer": 55, "present": [31, 53, 54, 55, 56, 57, 59, 67], "preserv": [0, 26, 75], "preserve_empti": [56, 57], "press": 32, "prev_timestamp": 61, "prevent": [56, 57], "previou": [0, 57, 58, 61], "previous": 31, "price": 63, "primari": 52, "primit": [6, 23, 72], "probabl": 63, "problem": 63, "proc_id": 32, "proc_typ": 32, "proceed": 55, "process": [0, 8, 32, 56, 57, 60, 61, 67], "process_info": [0, 32, 75], "process_info_log": [0, 32, 75], "process_metrics_log": [0, 32, 75], "processor": 32, "produc": [0, 3, 26, 27, 28, 50, 51, 52, 56, 57, 61, 63, 75], "product": [61, 63, 74], "profil": 63, "prohibit": [56, 57], "promot": [56, 57], "promote_orphan": [56, 57], "prompt": 55, "propag": [56, 60], "properli": 28, "properti": [0, 5, 12, 16, 23, 30, 32, 44, 45, 52, 53, 54, 55, 56, 57, 58, 63, 67, 68], "propfil": 68, "protobuf": 53, "protobuf_spec": [0, 50, 51, 53, 75], "protobufprotocol": [0, 50, 51, 53, 75], "protocol": [0, 53, 57, 72], "provid": [0, 4, 9, 12, 13, 14, 16, 19, 23, 24, 26, 29, 31, 36, 40, 41, 43, 45, 47, 49, 51, 52, 54, 56, 57, 58, 59, 60, 61, 63, 67, 74], "provider_cod": 63, "proxi": [0, 56, 75], "psk": 4, "pskauthenticationhandl": 4, "pt": [41, 59], "pt00": [0, 57, 61], "pt1": [0, 57], "pt10h": 59, "pt15m": 59, "pt20": 59, "pt5m": 61, "pt6h3m": 59, "public": [46, 55], "publish": [4, 54, 55], "publish_failur": [0, 50, 55, 75], "publish_initi": 54, "publish_schema": 54, "pure": [59, 61], "purpos": [0, 1, 31, 32, 53, 57], "pyarrow": [3, 28], "pydoc": [63, 64], "pyobj_col": [0, 6, 75], "pyobject": [0, 13, 23, 72, 75], "python": [0, 2, 5, 6, 12, 13, 23, 24, 25, 26, 28, 49, 57, 59, 62, 67, 68, 72], "pythonfunct": 23, "pythonreplaylisteneradapt": 58, "pythonrunn": 23, "qst_type": 13, "qualifi": [46, 53], "quant": 74, "quantit": 74, "queri": [0, 9, 14, 17, 20, 26, 27, 28, 32, 46, 56, 59, 60, 63, 67, 74], "query_contract": 63, "query_librari": [0, 75], "query_operation_perform": [0, 32, 75], "query_operation_performance_log": [0, 32, 75], "query_operation_performance_tree_t": [0, 32, 75], "query_perform": [0, 32, 75], "query_performance_log": [0, 32, 75], "query_performance_tree_t": [0, 32, 75], "query_update_perform": [0, 32, 75], "query_update_performance_map": [0, 32, 75], "queryupdateperform": 32, "quickli": [63, 74], "quot": [0, 8], "r": 36, "r_tabl": 18, "race": [0, 57], "rais": [0, 2, 3, 4, 5, 8, 9, 12, 13, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 35, 36, 37, 41, 46, 47, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 62, 63], "raj": [0, 56, 57, 75], "random": 31, "randomli": 31, "rang": [36, 56, 57, 59, 63], "range_join": [0, 56, 57, 75], "rate": [17, 61, 63], "rather": [1, 45, 57], "raw": [0, 50, 51, 52, 53, 63, 75], "re": [56, 57], "reach": [56, 57], "reachabl": 46, "read": [0, 3, 8, 12, 19, 31, 63, 72, 74, 75], "read_ahead_count": 19, "read_csv": [0, 75], "read_feath": [0, 3, 75], "read_onli": [63, 75], "read_sql": [0, 9, 75], "read_timeout": 19, "real": [63, 74], "real_tim": [63, 75], "rebat": 63, "rebate_r": [63, 75], "receiv": [45, 53, 58], "recent": 63, "recogn": 31, "record": [17, 54, 56], "rectangl": 42, "red": 36, "refer": [0, 26, 29, 43, 45, 72, 75], "referenc": 0, "refresh": [31, 56, 57, 60], "refresh_interval_m": [0, 57], "regardless": [26, 56, 60], "regex": 21, "region_nam": 19, "regist": [0, 29, 43, 47, 53, 54, 58, 63, 75], "register_into": [0, 29, 43, 75], "registeredcontract": [63, 75], "registr": [0, 29, 43, 75], "registration_cl": 43, "registri": [53, 54], "regular": [0, 6, 21, 57, 63], "regulatori": 63, "regulatory_snapshot": 63, "rel": [44, 56, 57], "relat": [52, 55], "relationship": [56, 57], "releas": [0, 26, 31, 55, 60, 75], "relev": 52, "reli": 26, "remain": [23, 53, 55, 56, 57, 72], "remap": 13, "remot": [4, 45], "remov": [0, 5, 31, 37, 56, 57, 58, 59, 75], "remove_calendar": [0, 5, 75], "remove_chart_col": 37, "remove_chart_index": 37, "remove_chart_row": 37, "remove_seri": 37, "removed_chunk": [0, 58, 75], "renam": [1, 18, 56, 57, 61], "rename_column": [0, 56, 57, 75], "render": 35, "repeat": 39, "replac": [28, 31, 56, 57, 61], "replai": [0, 58, 59, 75], "replay": [0, 47], "replay_lock": 58, "report": 63, "repres": [1, 2, 6, 13, 14, 21, 31, 36, 37, 39, 53, 56, 57, 61, 67], "reproduc": 53, "request": [0, 45, 56, 63, 75], "request_account_overview": [63, 75], "request_account_pnl": [63, 75], "request_account_posit": [63, 75], "request_bars_histor": [63, 75], "request_bars_realtim": [63, 75], "request_contracts_match": [63, 75], "request_id": 63, "request_market_data": [63, 75], "request_news_articl": [63, 75], "request_news_histor": [63, 75], "request_tick_data_histor": [63, 75], "request_tick_data_realtim": [63, 75], "requir": [4, 52, 58, 63], "require_all_filt": 41, "require_matching_kei": [0, 56, 75], "rerun": [0, 57], "reserv": [69, 70, 71], "reset": [0, 32, 61, 75], "resolut": [59, 64], "resolv": [0, 55, 62, 72, 75], "resourc": [0, 4, 12, 26, 32, 44, 54, 55, 62], "respect": [17, 56, 57], "respond": 63, "respons": [45, 56, 57], "restart": 53, "restrict_sort_to": [0, 56, 57, 75], "result": [0, 1, 14, 15, 18, 20, 24, 31, 47, 52, 53, 54, 55, 56, 57, 59, 61, 63, 72], "retain": [0, 57], "retri": [63, 75], "retriev": [0, 16, 56, 57], "return": [0, 1, 3, 4, 5, 6, 8, 9, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 41, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 67, 72], "return_dtyp": 23, "rev_tick": 61, "rev_tim": 61, "revers": [0, 56, 57, 61, 75], "rfc": 53, "right": [18, 37, 42, 56, 57, 69, 70, 71], "right_column": [56, 57], "right_range_column": [56, 57], "right_triangl": [0, 33, 42, 75], "ring": [0, 50, 51, 53, 57, 75], "ring_tabl": [0, 57, 75], "risk": 74, "robin": 54, "roll": [56, 61], "rolling_avg_tick": [0, 61, 75], "rolling_avg_tim": [0, 61, 75], "rolling_count_tick": [0, 61, 75], "rolling_count_tim": [0, 61, 75], "rolling_formula_tick": [0, 61, 75], "rolling_formula_tim": [0, 61, 75], "rolling_group_tick": [0, 61, 75], "rolling_group_tim": [0, 61, 75], "rolling_max_tick": [0, 61, 75], "rolling_max_tim": [0, 61, 75], "rolling_min_tick": [0, 61, 75], "rolling_min_tim": [0, 61, 75], "rolling_prod_tick": [0, 61, 75], "rolling_prod_tim": [0, 61, 75], "rolling_std_tick": [0, 61, 75], "rolling_std_tim": [0, 61, 75], "rolling_sum_tick": [0, 61, 75], "rolling_sum_tim": [0, 61, 75], "rolling_wavg_tick": [0, 61, 75], "rolling_wavg_tim": [0, 61, 75], "rollup": [0, 56, 57, 75], "rollupnodeoperationsrecord": [0, 56, 75], "rollupt": [0, 56, 57, 75], "root": [0, 4, 12, 31, 37, 44, 56, 57], "root_caus": [0, 12, 75], "round": [0, 33, 39, 54, 61, 75], "row": [0, 8, 15, 18, 24, 25, 37, 52, 53, 56, 57, 58, 61], "row_major": [0, 24, 25, 75], "row_set": 25, "row_span": 37, "rowsequ": 25, "rtype": [29, 43], "rubric": [56, 57], "rule": 63, "run": [0, 14, 20, 22, 26, 32, 43, 49, 56, 57, 60, 63, 67, 74], "runnabl": 23, "s1": 26, "s2": 26, "s3": [0, 15, 31, 75], "s3instruct": [0, 15, 19, 31, 75], "safe": [0, 57], "same": [0, 4, 13, 23, 31, 39, 47, 49, 53, 54, 56, 57, 72], "sampl": [1, 32, 56, 57, 61], "sanity_check_join": [0, 56, 75], "satisfi": 56, "satur": 36, "save": [0, 33, 37, 75], "scale": 54, "scatter": [0, 24, 33, 40, 75], "scatter_func": 24, "scenario": [56, 57], "schema": [31, 52, 53, 54, 56, 57], "schema_message_nam": 53, "schema_namespac": 54, "schema_vers": [53, 54], "scope": [14, 20, 26, 49, 58], "script": [2, 14, 43, 68], "scroll": [56, 57], "search": [56, 57, 63], "search_display_mod": [56, 57], "searchdisplaymod": [0, 56, 57, 75], "sec": 63, "sec_1": [63, 75], "sec_10": [63, 75], "sec_15": [63, 75], "sec_30": [63, 75], "sec_5": [63, 75], "second": [13, 17, 36, 37, 55, 56, 57, 59, 63, 64, 75], "secret_access_kei": 19, "secur": 63, "see": [5, 21, 34, 44, 53, 54, 56, 63, 64, 74], "seek_to_begin": [0, 50, 51, 53, 75], "seek_to_end": [0, 50, 51, 53, 75], "seem": 63, "segment": 39, "select": [0, 27, 28, 37, 41, 56, 57, 75], "select_distinct": [0, 56, 57, 75], "selectable_dataset": [0, 33, 75], "selectabledataset": [0, 33, 37, 41, 75], "selectabledateset": 41, "selectdistinct": [56, 57], "self": [0, 12, 56, 72], "semant": [56, 57], "send": [45, 54], "sent": 45, "sentinel": 1, "separ": [37, 52, 53, 54, 56, 57], "seq": 13, "sequenc": [0, 6, 13, 14, 18, 21, 23, 31, 56, 57, 72], "sequenti": 17, "serd": [0, 50, 51, 53, 75], "seri": [0, 6, 13, 33, 37, 75], "serial": [30, 45, 49, 53], "series_nam": 37, "serv": 44, "server": [0, 4, 29, 43, 44, 45, 46, 52, 53, 54, 65, 68, 75], "server_config": [65, 67, 75], "server_nam": 52, "server_st": [0, 32, 75], "server_state_log": [0, 32, 75], "serverconfig": [65, 67, 75], "servic": [53, 54], "session": [4, 14, 63, 68], "set": [0, 1, 5, 8, 12, 15, 23, 28, 31, 34, 36, 37, 38, 41, 43, 49, 53, 54, 56, 57, 61, 63, 72], "set_calendar": [0, 5, 75], "set_market_data_typ": [63, 75], "set_param_mut": [72, 75], "set_param_output": [72, 75], "set_param_return": [72, 75], "set_pattern": [0, 33, 34, 75], "seventh": [56, 57], "shape": [0, 33, 37, 39, 40, 75], "share": [14, 37, 56, 57, 58, 60, 67, 72], "shared_lock": [0, 60, 75], "shift": 56, "short": [0, 6, 7, 8, 13, 63, 72, 75], "short_arrai": [0, 13, 75], "short_col": [0, 6, 75], "short_rat": 63, "should": [0, 1, 4, 8, 14, 20, 21, 23, 27, 28, 31, 34, 43, 49, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63], "show": [0, 33, 37, 56, 57, 75], "shut": [0, 4, 47], "shutdown": [0, 47, 55, 75], "sidecar": 31, "sign": [13, 56, 57, 59], "signal": 45, "signific": 34, "silent": 55, "similar": 39, "similarli": [56, 57], "simpl": 26, "simple_date_format": [0, 59, 75], "simple_spec": [0, 50, 51, 53, 54, 75], "simpledateformat": 59, "simplelivenessscop": [0, 26, 75], "simul": [0, 47, 59], "simultan": [56, 57], "sinc": [0, 6, 55, 57, 59, 64], "singl": [0, 1, 13, 23, 31, 53, 54, 55, 56, 57, 63, 75], "single_arrai": [0, 13, 75], "single_fil": [0, 31, 75], "singular": 23, "size": [0, 1, 15, 25, 31, 37, 38, 53, 55, 56, 57, 58, 61, 63, 75], "size_of_t": [56, 57], "skip": [0, 8, 31, 61, 75], "skip_row": [0, 8], "slice": [0, 56, 57, 75], "slice_pct": [0, 56, 57, 75], "slowdown": 54, "small": 22, "smaller": 1, "snappi": 31, "snapshot": [0, 4, 26, 55, 56, 57, 58, 63, 75], "snapshot_when": [0, 56, 57, 75], "so": [26, 27, 28, 31, 43, 45, 49, 55], "socket": 63, "sole": [0, 26, 57], "some": [6, 23, 31, 41, 45, 56, 57, 61, 63], "some_ticking_sourc": 26, "some_ticking_t": 26, "someth": 32, "soon": 55, "sort": [0, 1, 32, 56, 57, 75], "sort_descend": [0, 56, 57, 75], "sortdirect": [0, 56, 57, 75], "sorted_first": [0, 1, 75], "sorted_last": [0, 1, 75], "sortedfirst": 1, "sortedlast": 1, "sourc": [0, 1, 2, 3, 4, 5, 6, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 67, 68, 69, 70, 71], "source_t": [0, 57], "sourcet": [0, 57], "space": [0, 8], "spec": [53, 54], "special": [7, 13, 19, 31, 56, 57, 61], "special_instruct": 31, "specif": [4, 14, 37, 38, 51, 52, 53, 54, 56, 57, 63], "specifi": [0, 1, 5, 8, 13, 17, 18, 24, 26, 31, 36, 37, 41, 44, 45, 53, 54, 56, 57, 61, 63], "speed": [16, 31], "split": 1, "sql": [0, 9, 15, 18, 75], "sqrt": 61, "squar": [0, 33, 39, 42, 75], "ss": 59, "sssssssss": 59, "stack": [0, 26, 40, 56, 57], "stacked_area": [0, 33, 40, 75], "stacked_bar": [0, 33, 40, 75], "stage": 52, "stamp": [54, 56, 57], "stamp_col": [56, 57], "standard": [0, 1, 8, 56, 57, 61], "start": [0, 37, 47, 53, 56, 57, 58, 59, 63, 65, 67, 68, 75], "start_jvm": [65, 75], "start_pct": [56, 57], "start_tim": [0, 47, 57], "startup": [29, 43], "stat": 32, "state": [2, 61], "statement": [0, 9, 14, 23, 26, 46, 57], "static": [1, 32, 36, 46, 53, 56, 57, 63, 72], "status": 63, "std": [0, 1, 61, 75], "std_by": [0, 56, 57, 75], "step": [0, 33, 40, 75], "stock": [63, 74], "stop": [0, 26, 54, 55, 56, 57, 58, 67, 75], "store": [1, 31, 52, 56, 57], "str": [0, 1, 3, 4, 5, 6, 8, 9, 14, 15, 16, 18, 20, 21, 22, 27, 28, 31, 32, 34, 35, 36, 37, 41, 46, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 67], "strategi": 63, "stream": [0, 45, 75], "stream_tabl": 52, "stream_to_append_onli": [0, 50, 75], "string": [0, 4, 5, 6, 8, 9, 13, 20, 22, 28, 31, 32, 34, 36, 37, 46, 53, 54, 56, 57, 59, 61, 62, 63, 64, 75], "string_arrai": [0, 13, 75], "string_col": [0, 6, 75], "stringset": [0, 13, 75], "strip": 53, "structur": [23, 31, 54, 56, 57], "style": [18, 37, 38, 39, 40, 52], "sub": [1, 32, 56, 57], "sub_sec": 64, "subclass": [57, 58], "subdirectori": 31, "subexpress": [56, 57], "subject": [53, 56, 69, 70, 71], "submit": [14, 49, 63], "submit_task": [0, 48, 49, 75], "subpackag": 50, "subqueri": 32, "subscrib": [0, 4, 63, 75], "subscript": [4, 54, 63], "subsecond": 64, "subsequ": [0, 21, 39, 57], "subset": [27, 28, 31, 41, 56, 57], "successfulli": 31, "suffix": 52, "sum": [1, 17, 56, 57, 61], "sum_": [0, 1, 75], "sum_bi": [0, 56, 57, 75], "summari": 63, "superset": 55, "suppli": [31, 56, 57, 61], "support": [0, 1, 2, 3, 4, 8, 9, 13, 22, 23, 27, 28, 31, 34, 38, 40, 42, 45, 47, 49, 52, 53, 54, 55, 56, 57, 61, 63, 64, 74], "surround": [0, 8], "swap": [56, 57], "switch": 31, "sym": 26, "sync": [0, 47], "synchron": 57, "synonym": [50, 53], "system": [0, 4, 12, 14, 28, 31, 32, 56, 57, 59, 63], "t": [0, 8, 16, 23, 26, 37, 41, 55, 56, 57, 58, 60], "t1": 26, "t2": 26, "tabl": [0, 1, 3, 4, 6, 8, 9, 12, 14, 15, 16, 18, 20, 21, 22, 24, 25, 26, 27, 28, 31, 32, 37, 41, 47, 50, 52, 53, 54, 55, 57, 58, 60, 61, 62, 63, 75], "table_definit": 31, "table_factori": [0, 75], "table_gener": [0, 57], "table_listen": [0, 75], "table_nam": 52, "table_publish": [0, 50, 75], "table_to_numpy_2d": [0, 24, 25, 75], "table_typ": [52, 53], "tablelisten": [0, 58, 75], "tablelistenerhandl": [0, 58, 75], "tablepublish": [0, 50, 55, 75], "tablereplay": [0, 47, 75], "tables_raw": [63, 75], "tablespec": 20, "tabletyp": [0, 50, 51, 52, 53, 75], "tableupd": [0, 58, 75], "tail": [0, 56, 57, 75], "tail_bi": [0, 56, 57, 75], "tail_pct": [0, 56, 57, 75], "take": [13, 23, 26, 32, 49, 55, 56, 57], "taken": 20, "target": [0, 23, 31, 56, 60, 67, 75], "target_page_s": 31, "target_url": 67, "target_url_or_default": [65, 67, 75], "task": 49, "tb": [0, 12, 72], "term": [13, 38, 59, 69, 70, 71], "ternari": [56, 57], "test": 72, "text": [0, 8, 37, 38, 63], "than": [0, 1, 8, 15, 26, 39, 45, 56, 57, 72], "thei": [0, 7, 31, 43, 49, 54, 55, 56, 57], "them": [0, 1, 23, 26, 28, 29, 43, 46, 54, 57, 74], "thi": [0, 1, 2, 3, 4, 5, 6, 8, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 67, 68, 69, 70, 71, 72, 74], "thick": 39, "thicker": 39, "third": 36, "those": [0, 8, 31, 57], "though": 55, "thread": [14, 37, 49, 60], "through": [1, 14, 26, 52, 57, 61], "throw": [0, 61, 75], "thrown": [12, 17, 56], "thu": [0, 56, 57], "tick": [0, 15, 17, 33, 34, 37, 52, 57, 61, 63, 75], "tick_typ": 63, "tickdatatyp": [63, 75], "ticker": 63, "ticket": 4, "ticking_t": 26, "ticks_bid_ask": 63, "ticks_efp": 63, "ticks_gener": 63, "ticks_mid_point": 63, "ticks_minor": [0, 33, 37, 75], "ticks_option_comput": 63, "ticks_pric": 63, "ticks_siz": 63, "ticks_str": 63, "ticks_trad": 63, "till": 39, "time": [0, 4, 5, 13, 15, 17, 26, 31, 34, 35, 37, 45, 54, 55, 56, 57, 61, 63, 74, 75], "time_t": [0, 57, 75], "time_window": [0, 15, 75], "time_zone_alias_add": [0, 59, 75], "time_zone_alias_rm": [0, 59, 75], "timedelta": [0, 57, 59], "timedelta64": [0, 57, 59], "timeout": [37, 56, 57], "timeout_second": 37, "timescal": 17, "timestamp": [0, 6, 15, 17, 47, 54, 57, 59, 61, 63, 64], "timestamp_col": 54, "timestamp_field": 54, "timestep": 17, "timeunit": 17, "timezon": [0, 13, 59, 75], "tip": 37, "titl": 37, "tl": 4, "tls_root_cert": 4, "to_arrow": [0, 3, 75], "to_byt": [0, 29, 30, 43, 45, 75], "to_dat": [0, 59, 75], "to_datetim": [0, 59, 75], "to_html": [0, 22, 75], "to_ib_datetim": [63, 64, 75], "to_j_dur": [0, 59, 75], "to_j_inst": [0, 59, 63, 64, 75], "to_j_local_d": [0, 59, 75], "to_j_local_tim": [0, 59, 75], "to_j_period": [0, 59, 75], "to_j_time_zon": [0, 59, 75], "to_j_zdt": [0, 59, 75], "to_np_busdaycalendar": [0, 27, 75], "to_np_datetime64": [0, 59, 75], "to_np_timedelta64": [0, 59, 75], "to_numpi": [0, 26, 27, 75], "to_panda": [0, 28, 75], "to_pd_timedelta": [0, 59, 75], "to_pd_timestamp": [0, 59, 75], "to_sequ": [0, 23, 75], "to_str": [0, 56, 57, 75], "to_tabl": [0, 3, 27, 28, 75], "to_tim": [0, 59, 75], "to_timedelta": [0, 59, 75], "todai": 59, "togeth": 14, "token": [4, 31], "too": [0, 8, 26], "tool": [32, 37, 60, 62], "tool_tip_pattern": 37, "top": [0, 37, 54, 56, 57], "topic": [0, 50, 51, 52, 53, 54, 75], "topic_col": 54, "toplevel": 53, "total": [27, 28], "total_result": 63, "traceback": [0, 12, 75], "track": 52, "trade": [63, 74, 75], "trader": 74, "transfer": 24, "transform": [0, 35, 37, 56, 75], "translat": 13, "transmit": 45, "transpar": 36, "treat": [0, 1, 37, 57], "tree": [0, 32, 56, 57, 75], "treemap": 37, "treenodeoperationsrecord": [0, 56, 75], "treepnodeoperationsrecord": 56, "treetabl": [0, 32, 56, 57, 75], "triangl": 42, "trigger": [56, 57], "trigger_t": [56, 57], "trim": [0, 8], "true": [0, 1, 4, 8, 15, 16, 17, 20, 21, 23, 25, 26, 27, 28, 30, 31, 37, 41, 45, 49, 52, 54, 56, 57, 59, 60, 63, 64, 72], "ts_col": [15, 61], "tupl": [0, 6, 13, 17, 53, 55, 57], "turbodbc": [0, 9], "turn": 60, "tw": 63, "twice": 0, "twin": [0, 33, 37, 75], "two": [0, 1, 23, 36, 37, 49, 53, 55, 56, 57], "type": [0, 1, 3, 4, 5, 6, 7, 8, 9, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 41, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 67, 72], "type_promot": 23, "typeerror": [13, 59], "typic": [14, 49], "tz": [34, 59], "tzinfo": 59, "u": 63, "ug": 60, "ugp": [49, 60], "ui": [32, 56, 57, 67], "unbias": [1, 56, 57, 61], "unbound": [56, 57], "uncompress": 31, "undefin": [56, 57], "under": [0, 14, 44, 56, 57, 59, 60], "underli": [44, 52, 56, 57, 72], "underscor": 31, "ungroup": [0, 17, 56, 57, 75], "uniform": 62, "union": [0, 1, 5, 14, 18, 20, 21, 23, 26, 31, 37, 43, 53, 56, 57, 58, 59, 60, 61, 63, 64], "uniqu": [0, 1, 31, 32, 37, 54, 56, 57, 63, 75], "unique_kei": [0, 56, 75], "unit": [13, 59, 61], "unix": 64, "unix_sec_to_j_inst": [63, 64, 75], "unlimit": [0, 61, 75], "unlock": 0, "unmanag": [0, 26, 75], "unmap": 53, "unord": [56, 57], "unquot": [0, 8], "unreferenc": 26, "unsaf": [0, 13, 31, 57, 60], "unset": 55, "until": [37, 56, 57, 67], "unwrap": [23, 56, 57], "up": [13, 14, 26, 31, 42, 49, 52, 54, 56, 61, 67], "up_triangl": [0, 33, 42, 75], "updat": [0, 14, 26, 32, 37, 47, 52, 53, 55, 56, 57, 58, 60, 61, 63, 75], "update_bi": [0, 56, 57, 61, 75], "update_graph": [0, 55, 56, 57, 75], "update_milli": 37, "update_performance_log": [0, 32, 75], "update_view": [0, 56, 57, 75], "updateaggreg": 32, "updatebi": [0, 75], "updatebyoper": [0, 56, 57, 61, 75], "updategraph": [0, 55, 60, 75], "updatemostrec": 32, "updateperformancetrack": 58, "updatesummarystat": 32, "updateworst": 32, "upon": [17, 56, 57, 63], "upper": 37, "uri": [0, 75], "url": [0, 8, 44, 52, 53, 54, 65, 67, 75], "us": [0, 1, 4, 5, 8, 9, 14, 16, 17, 21, 22, 23, 24, 26, 27, 28, 29, 31, 34, 36, 37, 38, 39, 41, 42, 43, 45, 46, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 68, 74], "use_dictionari": 31, "use_tl": 4, "user": [0, 1, 4, 6, 12, 14, 17, 18, 23, 26, 31, 46, 54, 56, 57, 58, 61], "usual": 26, "util": [17, 21, 24, 25, 32, 50, 51, 56, 58], "uuid": 31, "v": 23, "valid": [1, 23, 54, 61, 72], "valu": [0, 1, 6, 7, 8, 13, 14, 15, 17, 18, 21, 23, 24, 25, 31, 34, 36, 37, 38, 39, 40, 42, 52, 53, 54, 56, 57, 58, 59, 61, 63, 72], "value_domin": [0, 61, 75], "value_nam": [0, 57, 75], "value_schema_nam": 52, "value_schema_vers": 52, "value_spec": [53, 54], "valueerror": [0, 57, 59], "var": [0, 1, 14, 75], "var_bi": [0, 56, 57, 75], "variabl": 53, "varianc": [1, 56, 57, 61], "variou": [1, 21, 57, 60, 61], "vector": [1, 56, 57, 61], "veri": 74, "version": [0, 37, 43, 44, 52, 53, 54, 56, 57, 75], "vertic": 42, "vertical_rectangl": [0, 33, 42, 75], "via": [0, 9, 32, 44, 63, 72], "view": [0, 32, 41, 45, 56, 57, 60, 75], "visibl": [14, 37], "visual": 53, "vm": 72, "volatil": 63, "wa": [26, 32, 52, 59], "wai": [0, 56, 57, 61], "wait": [26, 37, 56, 57], "want": [0, 8, 63], "warrant": 74, "wcol": [1, 56, 57, 61], "we": 31, "web": 67, "websit": [0, 57], "week": [13, 59, 63, 75], "week_1": [63, 75], "weight": [1, 56, 57, 61], "weighted_avg": [0, 1, 56, 57, 75], "weighted_avg_bi": [0, 56, 57, 75], "weighted_sum": [0, 1, 75], "weighted_sum_bi": [0, 56, 57, 75], "well": [4, 15, 24, 32, 44], "were": [56, 57], "what": [21, 32, 60], "wheel": 36, "when": [0, 1, 4, 8, 9, 12, 14, 15, 16, 17, 20, 21, 23, 26, 28, 31, 41, 43, 49, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63], "whenev": [0, 15, 56, 57], "where": [0, 17, 21, 26, 31, 32, 52, 53, 55, 56, 57, 59, 61, 63, 67, 75], "where_in": [0, 56, 57, 75], "where_not_in": [0, 56, 57, 75], "where_one_of": [0, 56, 57, 75], "whether": [0, 1, 8, 17, 27, 28, 31, 37, 53, 54, 55, 56, 57, 58, 60, 72], "which": [0, 1, 3, 13, 14, 17, 24, 25, 27, 28, 31, 32, 37, 39, 41, 45, 53, 54, 55, 56, 57, 58, 59, 61], "while": [26, 31, 32], "white": [0, 8], "whose": [56, 57, 58], "wide": [23, 37], "width": [37, 39], "window": [15, 56, 57, 61], "wire": 53, "with_attribut": [0, 56, 57, 75], "with_filt": [0, 56, 75], "with_node_oper": [0, 56, 75], "with_traceback": [0, 12, 72, 75], "within": [1, 26, 56, 57, 60, 61], "without": [0, 17, 55, 56, 57, 61], "without_attribut": [0, 56, 57, 75], "won": 55, "work": [5, 6, 49, 53, 55, 56, 60, 64, 74], "world": 74, "worstinterv": 32, "would": [14, 34, 37, 56, 57], "wrap": [14, 23, 26, 56, 57], "wrapper": [4, 23, 26, 62, 72], "write": [0, 2, 8, 31, 57, 63, 75], "write_csv": [0, 75], "write_partit": [0, 31, 75], "write_row": [0, 57, 75], "writer": [0, 31, 57], "written": [0, 8, 31, 37], "wrt": 17, "x": [23, 37, 54, 56, 57], "x_axi": [0, 33, 37, 75], "x_grid_vis": 37, "x_high": 37, "x_low": 37, "x_tick": [0, 33, 37, 75], "x_ticks_minor": [0, 33, 37, 75], "x_time_axi": 37, "x_tool_tip_pattern": 37, "x_twin": [0, 33, 37, 75], "xmax": 37, "xmin": 37, "xy": 37, "y": [37, 54, 56, 57], "y_axi": [0, 33, 37, 75], "y_grid_vis": 37, "y_high": 37, "y_low": 37, "y_tick": [0, 33, 37, 75], "y_ticks_minor": [0, 33, 37, 75], "y_time_axi": 37, "y_tool_tip_pattern": 37, "y_twin": [0, 33, 37, 75], "year": [13, 59, 63, 75], "yet": 4, "yield": [26, 63, 74], "yield_ask": [63, 75], "yield_bid": [63, 75], "yield_bid_ask": [63, 75], "yield_last": [63, 75], "you": [0, 8, 32, 52, 61, 63], "your": [56, 74], "yyyi": 59, "z": [13, 54], "zap": 53, "zdt_arrai": [0, 13, 75], "zero": [17, 56, 57, 59, 61], "zero_domin": [0, 61, 75], "zone": [13, 59], "zoneddatetim": [0, 13, 59, 75], "zoneid": 13, "zstd": 31}, "titles": ["deephaven", "deephaven.agg", "deephaven.appmode", "deephaven.arrow", "deephaven.barrage", "deephaven.calendar", "deephaven.column", "deephaven.constants", "deephaven.csv", "deephaven.dbc", "deephaven.dbc.adbc", "deephaven.dbc.odbc", "deephaven.dherror", "deephaven.dtypes", "deephaven.execution_context", "deephaven.experimental", "deephaven.experimental.data_index", "deephaven.experimental.ema", "deephaven.experimental.outer_joins", "deephaven.experimental.s3", "deephaven.experimental.sql", "deephaven.filters", "deephaven.html", "deephaven.jcompat", "deephaven.learn", "deephaven.learn.gather", "deephaven.liveness_scope", "deephaven.numpy", "deephaven.pandas", "deephaven.pandasplugin", "deephaven.pandasplugin.pandas_as_table", "deephaven.parquet", "deephaven.perfmon", "deephaven.plot", "deephaven.plot.axisformat", "deephaven.plot.axistransform", "deephaven.plot.color", "deephaven.plot.figure", "deephaven.plot.font", "deephaven.plot.linestyle", "deephaven.plot.plotstyle", "deephaven.plot.selectable_dataset", "deephaven.plot.shape", "deephaven.plugin", "deephaven.plugin.js", "deephaven.plugin.object_type", "deephaven.query_library", "deephaven.replay", "deephaven.server", "deephaven.server.executors", "deephaven.stream", "deephaven.stream.kafka", "deephaven.stream.kafka.cdc", "deephaven.stream.kafka.consumer", "deephaven.stream.kafka.producer", "deephaven.stream.table_publisher", "deephaven.table", "deephaven.table_factory", "deephaven.table_listener", "deephaven.time", "deephaven.update_graph", "deephaven.updateby", "deephaven.uri", "deephaven_ib", "deephaven_ib.time", "deephaven_server", "deephaven_server.cli", "deephaven_server.server", "deephaven_server.start_jvm", "ibapi", "ibapi.contract", "ibapi.order", "jpy", "Index", "deephaven_ib Documentation", "Python Modules", "Module Index"], "titleterms": {"adbc": 10, "agg": 1, "appmod": 2, "arrow": 3, "axisformat": 34, "axistransform": 35, "barrag": 4, "calendar": 5, "cdc": 52, "cli": 66, "color": 36, "column": 6, "constant": 7, "consum": 53, "contract": 70, "csv": 8, "data_index": 16, "dbc": [9, 10, 11], "deephaven": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62], "deephaven_ib": [63, 64, 74], "deephaven_serv": [65, 66, 67, 68], "dherror": 12, "document": 74, "dtype": 13, "ema": 17, "execution_context": 14, "executor": 49, "experiment": [15, 16, 17, 18, 19, 20], "figur": 37, "filter": 21, "font": 38, "gather": 25, "html": 22, "ibapi": [69, 70, 71], "index": [73, 76], "j": 44, "jcompat": 23, "jpy": 72, "kafka": [51, 52, 53, 54], "learn": [24, 25], "linestyl": 39, "liveness_scop": 26, "modul": [75, 76], "numpi": 27, "object_typ": 45, "odbc": 11, "order": 71, "outer_join": 18, "panda": 28, "pandas_as_t": 30, "pandasplugin": [29, 30], "parquet": 31, "perfmon": 32, "plot": [33, 34, 35, 36, 37, 38, 39, 40, 41, 42], "plotstyl": 40, "plugin": [43, 44, 45], "produc": 54, "python": 75, "query_librari": 46, "replai": 47, "s3": 19, "selectable_dataset": 41, "server": [48, 49, 67], "shape": 42, "sql": 20, "start_jvm": 68, "stream": [50, 51, 52, 53, 54, 55], "tabl": 56, "table_factori": 57, "table_listen": 58, "table_publish": 55, "time": [59, 64], "update_graph": 60, "updatebi": 61, "uri": 62}}) \ No newline at end of file +Search.setIndex({"alltitles": {"Index": [[73, "index"]], "Module Index": [[76, "module-index"]], "Python Modules": [[75, "python-modules"]], "deephaven": [[0, "deephaven"]], "deephaven.agg": [[1, "module-deephaven.agg"]], "deephaven.appmode": [[2, "module-deephaven.appmode"]], "deephaven.arrow": [[3, "module-deephaven.arrow"]], "deephaven.barrage": [[4, "module-deephaven.barrage"]], "deephaven.calendar": [[5, "module-deephaven.calendar"]], "deephaven.column": [[6, "module-deephaven.column"]], "deephaven.constants": [[7, "module-deephaven.constants"]], "deephaven.csv": [[8, "module-deephaven.csv"]], "deephaven.dbc": [[9, "deephaven-dbc"]], "deephaven.dbc.adbc": [[10, "deephaven-dbc-adbc"]], "deephaven.dbc.odbc": [[11, "deephaven-dbc-odbc"]], "deephaven.dherror": [[12, "module-deephaven.dherror"]], "deephaven.dtypes": [[13, "module-deephaven.dtypes"]], "deephaven.execution_context": [[14, "module-deephaven.execution_context"]], "deephaven.experimental": [[15, "deephaven-experimental"]], "deephaven.experimental.data_index": [[16, "module-deephaven.experimental.data_index"]], "deephaven.experimental.ema": [[17, "module-deephaven.experimental.ema"]], "deephaven.experimental.outer_joins": [[18, "module-deephaven.experimental.outer_joins"]], "deephaven.experimental.s3": [[19, "module-deephaven.experimental.s3"]], "deephaven.experimental.sql": [[20, "module-deephaven.experimental.sql"]], "deephaven.filters": [[21, "module-deephaven.filters"]], "deephaven.html": [[22, "module-deephaven.html"]], "deephaven.jcompat": [[23, "module-deephaven.jcompat"]], "deephaven.learn": [[24, "deephaven-learn"]], "deephaven.learn.gather": [[25, "module-deephaven.learn.gather"]], "deephaven.liveness_scope": [[26, "module-deephaven.liveness_scope"]], "deephaven.numpy": [[27, "module-deephaven.numpy"]], "deephaven.pandas": [[28, "module-deephaven.pandas"]], "deephaven.pandasplugin": [[29, "deephaven-pandasplugin"]], "deephaven.pandasplugin.pandas_as_table": [[30, "module-deephaven.pandasplugin.pandas_as_table"]], "deephaven.parquet": [[31, "module-deephaven.parquet"]], "deephaven.perfmon": [[32, "module-deephaven.perfmon"]], "deephaven.plot": [[33, "deephaven-plot"]], "deephaven.plot.axisformat": [[34, "module-deephaven.plot.axisformat"]], "deephaven.plot.axistransform": [[35, "module-deephaven.plot.axistransform"]], "deephaven.plot.color": [[36, "module-deephaven.plot.color"]], "deephaven.plot.figure": [[37, "module-deephaven.plot.figure"]], "deephaven.plot.font": [[38, "module-deephaven.plot.font"]], "deephaven.plot.linestyle": [[39, "module-deephaven.plot.linestyle"]], "deephaven.plot.plotstyle": [[40, "module-deephaven.plot.plotstyle"]], "deephaven.plot.selectable_dataset": [[41, "module-deephaven.plot.selectable_dataset"]], "deephaven.plot.shape": [[42, "module-deephaven.plot.shape"]], "deephaven.plugin": [[43, "deephaven-plugin"]], "deephaven.plugin.js": [[44, "module-deephaven.plugin.js"]], "deephaven.plugin.object_type": [[45, "module-deephaven.plugin.object_type"]], "deephaven.query_library": [[46, "module-deephaven.query_library"]], "deephaven.replay": [[47, "module-deephaven.replay"]], "deephaven.server": [[48, "deephaven-server"]], "deephaven.server.executors": [[49, "module-deephaven.server.executors"]], "deephaven.stream": [[50, "deephaven-stream"]], "deephaven.stream.kafka": [[51, "deephaven-stream-kafka"]], "deephaven.stream.kafka.cdc": [[52, "module-deephaven.stream.kafka.cdc"]], "deephaven.stream.kafka.consumer": [[53, "module-deephaven.stream.kafka.consumer"]], "deephaven.stream.kafka.producer": [[54, "module-deephaven.stream.kafka.producer"]], "deephaven.stream.table_publisher": [[55, "module-deephaven.stream.table_publisher"]], "deephaven.table": [[56, "module-deephaven.table"]], "deephaven.table_factory": [[57, "module-deephaven.table_factory"]], "deephaven.table_listener": [[58, "module-deephaven.table_listener"]], "deephaven.time": [[59, "module-deephaven.time"]], "deephaven.update_graph": [[60, "module-deephaven.update_graph"]], "deephaven.updateby": [[61, "module-deephaven.updateby"]], "deephaven.uri": [[62, "module-deephaven.uri"]], "deephaven_ib": [[63, "deephaven-ib"]], "deephaven_ib Documentation": [[74, "deephaven-ib-documentation"]], "deephaven_ib.time": [[64, "module-deephaven_ib.time"]], "deephaven_server": [[65, "deephaven-server"]], "deephaven_server.cli": [[66, "module-deephaven_server.cli"]], "deephaven_server.server": [[67, "module-deephaven_server.server"]], "deephaven_server.start_jvm": [[68, "module-deephaven_server.start_jvm"]], "ibapi": [[69, "ibapi"]], "ibapi.contract": [[70, "module-ibapi.contract"]], "ibapi.order": [[71, "module-ibapi.order"]], "jpy": [[72, "module-jpy"]]}, "docnames": ["code/deephaven", "code/deephaven.agg", "code/deephaven.appmode", "code/deephaven.arrow", "code/deephaven.barrage", "code/deephaven.calendar", "code/deephaven.column", "code/deephaven.constants", "code/deephaven.csv", "code/deephaven.dbc", "code/deephaven.dbc.adbc", "code/deephaven.dbc.odbc", "code/deephaven.dherror", "code/deephaven.dtypes", "code/deephaven.execution_context", "code/deephaven.experimental", "code/deephaven.experimental.data_index", "code/deephaven.experimental.ema", "code/deephaven.experimental.outer_joins", "code/deephaven.experimental.s3", "code/deephaven.experimental.sql", "code/deephaven.filters", "code/deephaven.html", "code/deephaven.jcompat", "code/deephaven.learn", "code/deephaven.learn.gather", "code/deephaven.liveness_scope", "code/deephaven.numpy", "code/deephaven.pandas", "code/deephaven.pandasplugin", "code/deephaven.pandasplugin.pandas_as_table", "code/deephaven.parquet", "code/deephaven.perfmon", "code/deephaven.plot", "code/deephaven.plot.axisformat", "code/deephaven.plot.axistransform", "code/deephaven.plot.color", "code/deephaven.plot.figure", "code/deephaven.plot.font", "code/deephaven.plot.linestyle", "code/deephaven.plot.plotstyle", "code/deephaven.plot.selectable_dataset", "code/deephaven.plot.shape", "code/deephaven.plugin", "code/deephaven.plugin.js", "code/deephaven.plugin.object_type", "code/deephaven.query_library", "code/deephaven.replay", "code/deephaven.server", "code/deephaven.server.executors", "code/deephaven.stream", "code/deephaven.stream.kafka", "code/deephaven.stream.kafka.cdc", "code/deephaven.stream.kafka.consumer", "code/deephaven.stream.kafka.producer", "code/deephaven.stream.table_publisher", "code/deephaven.table", "code/deephaven.table_factory", "code/deephaven.table_listener", "code/deephaven.time", "code/deephaven.update_graph", "code/deephaven.updateby", "code/deephaven.uri", "code/deephaven_ib", "code/deephaven_ib.time", "code/deephaven_server", "code/deephaven_server.cli", "code/deephaven_server.server", "code/deephaven_server.start_jvm", "code/ibapi", "code/ibapi.contract", "code/ibapi.order", "code/jpy", "genindex", "index", "modules", "py-modindex"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.todo": 2, "sphinx.ext.viewcode": 1}, "filenames": ["code/deephaven.rst", "code/deephaven.agg.rst", "code/deephaven.appmode.rst", "code/deephaven.arrow.rst", "code/deephaven.barrage.rst", "code/deephaven.calendar.rst", "code/deephaven.column.rst", "code/deephaven.constants.rst", "code/deephaven.csv.rst", "code/deephaven.dbc.rst", "code/deephaven.dbc.adbc.rst", "code/deephaven.dbc.odbc.rst", "code/deephaven.dherror.rst", "code/deephaven.dtypes.rst", "code/deephaven.execution_context.rst", "code/deephaven.experimental.rst", "code/deephaven.experimental.data_index.rst", "code/deephaven.experimental.ema.rst", "code/deephaven.experimental.outer_joins.rst", "code/deephaven.experimental.s3.rst", "code/deephaven.experimental.sql.rst", "code/deephaven.filters.rst", "code/deephaven.html.rst", "code/deephaven.jcompat.rst", "code/deephaven.learn.rst", "code/deephaven.learn.gather.rst", "code/deephaven.liveness_scope.rst", "code/deephaven.numpy.rst", "code/deephaven.pandas.rst", "code/deephaven.pandasplugin.rst", "code/deephaven.pandasplugin.pandas_as_table.rst", "code/deephaven.parquet.rst", "code/deephaven.perfmon.rst", "code/deephaven.plot.rst", "code/deephaven.plot.axisformat.rst", "code/deephaven.plot.axistransform.rst", "code/deephaven.plot.color.rst", "code/deephaven.plot.figure.rst", "code/deephaven.plot.font.rst", "code/deephaven.plot.linestyle.rst", "code/deephaven.plot.plotstyle.rst", "code/deephaven.plot.selectable_dataset.rst", "code/deephaven.plot.shape.rst", "code/deephaven.plugin.rst", "code/deephaven.plugin.js.rst", "code/deephaven.plugin.object_type.rst", "code/deephaven.query_library.rst", "code/deephaven.replay.rst", "code/deephaven.server.rst", "code/deephaven.server.executors.rst", "code/deephaven.stream.rst", "code/deephaven.stream.kafka.rst", "code/deephaven.stream.kafka.cdc.rst", "code/deephaven.stream.kafka.consumer.rst", "code/deephaven.stream.kafka.producer.rst", "code/deephaven.stream.table_publisher.rst", "code/deephaven.table.rst", "code/deephaven.table_factory.rst", "code/deephaven.table_listener.rst", "code/deephaven.time.rst", "code/deephaven.update_graph.rst", "code/deephaven.updateby.rst", "code/deephaven.uri.rst", "code/deephaven_ib.rst", "code/deephaven_ib.time.rst", "code/deephaven_server.rst", "code/deephaven_server.cli.rst", "code/deephaven_server.server.rst", "code/deephaven_server.start_jvm.rst", "code/ibapi.rst", "code/ibapi.contract.rst", "code/ibapi.order.rst", "code/jpy.rst", "genindex.rst", "index.rst", "modules.rst", "py-modindex.rst"], "indexentries": {"abs_sum() (in module deephaven.agg)": [[1, "deephaven.agg.abs_sum", false]], "abs_sum_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.abs_sum_by", false]], "abs_sum_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.abs_sum_by", false]], "abs_sum_by() (table method)": [[56, "deephaven.table.Table.abs_sum_by", false]], "add() (inputtable method)": [[57, "deephaven.table_factory.InputTable.add", false]], "add() (tablepublisher method)": [[55, "deephaven.stream.table_publisher.TablePublisher.add", false]], "add_calendar() (in module deephaven.calendar)": [[5, "deephaven.calendar.add_calendar", false]], "add_table() (tablereplayer method)": [[0, "deephaven.TableReplayer.add_table", false], [47, "deephaven.replay.TableReplayer.add_table", false]], "added() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.added", false]], "added_chunks() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.added_chunks", false]], "adjusted_last (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.ADJUSTED_LAST", false]], "agg_all_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.agg_all_by", false]], "agg_all_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.agg_all_by", false]], "agg_all_by() (table method)": [[56, "deephaven.table.Table.agg_all_by", false]], "agg_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.agg_by", false]], "agg_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.agg_by", false]], "agg_by() (table method)": [[56, "deephaven.table.Table.agg_by", false]], "aggregated (nodetype attribute)": [[56, "deephaven.table.NodeType.AGGREGATED", false]], "aggregation (class in deephaven.agg)": [[1, "deephaven.agg.Aggregation", false]], "aggtrades (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.AGGTRADES", false]], "aj() (inputtable method)": [[57, "deephaven.table_factory.InputTable.aj", false]], "aj() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.aj", false]], "aj() (table method)": [[56, "deephaven.table.Table.aj", false]], "all_partitions_dont_seek (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.ALL_PARTITIONS_DONT_SEEK", false]], "all_partitions_seek_to_beginning (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.ALL_PARTITIONS_SEEK_TO_BEGINNING", false]], "all_partitions_seek_to_end (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.ALL_PARTITIONS_SEEK_TO_END", false]], "and_() (in module deephaven.filters)": [[21, "deephaven.filters.and_", false]], "append() (tabletype static method)": [[53, "deephaven.stream.kafka.consumer.TableType.append", false]], "applicationstate (class in deephaven.appmode)": [[2, "deephaven.appmode.ApplicationState", false]], "area (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.AREA", false]], "array() (in module deephaven.dtypes)": [[13, "deephaven.dtypes.array", false]], "array() (in module jpy)": [[72, "jpy.array", false]], "ascending (sortdirection attribute)": [[0, "deephaven.SortDirection.ASCENDING", false], [56, "deephaven.table.SortDirection.ASCENDING", false]], "ask (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.ASK", false]], "attributes() (inputtable method)": [[57, "deephaven.table_factory.InputTable.attributes", false]], "attributes() (table method)": [[56, "deephaven.table.Table.attributes", false]], "auth_type (authenticationhandler property)": [[67, "deephaven_server.server.AuthenticationHandler.auth_type", false]], "authentication_handlers (server property)": [[67, "deephaven_server.server.Server.authentication_handlers", false]], "authenticationhandler (class in deephaven_server.server)": [[67, "deephaven_server.server.AuthenticationHandler", false]], "auto_locking (in module deephaven.update_graph)": [[60, "deephaven.update_graph.auto_locking", false]], "auto_locking_ctx() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.auto_locking_ctx", false]], "auto_locking_op() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.auto_locking_op", false]], "autocloseable (class in deephaven.jcompat)": [[23, "deephaven.jcompat.AutoCloseable", false]], "avg() (in module deephaven.agg)": [[1, "deephaven.agg.avg", false]], "avg_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.avg_by", false]], "avg_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.avg_by", false]], "avg_by() (table method)": [[56, "deephaven.table.Table.avg_by", false]], "avro_spec() (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.avro_spec", false]], "avro_spec() (in module deephaven.stream.kafka.producer)": [[54, "deephaven.stream.kafka.producer.avro_spec", false]], "await_update() (inputtable method)": [[57, "deephaven.table_factory.InputTable.await_update", false]], "await_update() (table method)": [[56, "deephaven.table.Table.await_update", false]], "axes() (figure method)": [[37, "deephaven.plot.figure.Figure.axes", false]], "axis() (figure method)": [[37, "deephaven.plot.figure.Figure.axis", false]], "axis_transform() (in module deephaven.plot.axistransform)": [[35, "deephaven.plot.axistransform.axis_transform", false]], "axis_transform_names() (in module deephaven.plot.axistransform)": [[35, "deephaven.plot.axistransform.axis_transform_names", false]], "axisformat (class in deephaven.plot.axisformat)": [[34, "deephaven.plot.axisformat.AxisFormat", false]], "axistransform (class in deephaven.plot.axistransform)": [[35, "deephaven.plot.axistransform.AxisTransform", false]], "baddatabehavior (class in deephaven.updateby)": [[61, "deephaven.updateby.BadDataBehavior", false]], "bar (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.BAR", false]], "bardatatype (class in deephaven_ib)": [[63, "deephaven_ib.BarDataType", false]], "barrage_session() (in module deephaven.barrage)": [[4, "deephaven.barrage.barrage_session", false]], "barragesession (class in deephaven.barrage)": [[4, "deephaven.barrage.BarrageSession", false]], "barsize (class in deephaven_ib)": [[63, "deephaven_ib.BarSize", false]], "basic (orderidstrategy attribute)": [[63, "deephaven_ib.OrderIdStrategy.BASIC", false]], "batch_write() (in module deephaven.parquet)": [[31, "deephaven.parquet.batch_write", false]], "bevel (linejoinstyle attribute)": [[39, "deephaven.plot.linestyle.LineJoinStyle.BEVEL", false]], "bid (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.BID", false]], "bid_ask (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.BID_ASK", false]], "bid_ask (tickdatatype attribute)": [[63, "deephaven_ib.TickDataType.BID_ASK", false]], "bidirectionalobjecttype (class in deephaven.plugin.object_type)": [[45, "deephaven.plugin.object_type.BidirectionalObjectType", false]], "bigdecimal (in module deephaven.dtypes)": [[13, "deephaven.dtypes.BigDecimal", false]], "blink() (tabletype static method)": [[53, "deephaven.stream.kafka.consumer.TableType.blink", false]], "blink_to_append_only() (in module deephaven.stream)": [[50, "deephaven.stream.blink_to_append_only", false]], "bold (fontstyle attribute)": [[38, "deephaven.plot.font.FontStyle.BOLD", false]], "bold_italic (fontstyle attribute)": [[38, "deephaven.plot.font.FontStyle.BOLD_ITALIC", false]], "bool_ (in module deephaven.dtypes)": [[13, "deephaven.dtypes.bool_", false]], "bool_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.bool_array", false]], "bool_col() (in module deephaven.column)": [[6, "deephaven.column.bool_col", false]], "boolean_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.boolean_array", false]], "businesscalendar (in module deephaven.dtypes)": [[13, "deephaven.dtypes.BusinessCalendar", false]], "butt (lineendstyle attribute)": [[39, "deephaven.plot.linestyle.LineEndStyle.BUTT", false]], "byemasimple() (in module deephaven.experimental.ema)": [[17, "deephaven.experimental.ema.ByEmaSimple", false]], "byte (in module deephaven.dtypes)": [[13, "deephaven.dtypes.byte", false]], "byte_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.byte_array", false]], "byte_buffer() (in module jpy)": [[72, "jpy.byte_buffer", false]], "byte_col() (in module deephaven.column)": [[6, "deephaven.column.byte_col", false]], "c (memorylayout attribute)": [[25, "deephaven.learn.gather.MemoryLayout.C", false]], "calendar() (in module deephaven.calendar)": [[5, "deephaven.calendar.calendar", false]], "calendar_name() (in module deephaven.calendar)": [[5, "deephaven.calendar.calendar_name", false]], "calendar_names() (in module deephaven.calendar)": [[5, "deephaven.calendar.calendar_names", false]], "callback (class in deephaven.plugin)": [[43, "deephaven.plugin.Callback", false]], "cancel() (request method)": [[63, "deephaven_ib.Request.cancel", false]], "cast() (in module jpy)": [[72, "jpy.cast", false]], "cdc_long_spec() (in module deephaven.stream.kafka.cdc)": [[52, "deephaven.stream.kafka.cdc.cdc_long_spec", false]], "cdc_short_spec() (in module deephaven.stream.kafka.cdc)": [[52, "deephaven.stream.kafka.cdc.cdc_short_spec", false]], "cdcspec (class in deephaven.stream.kafka.cdc)": [[52, "deephaven.stream.kafka.cdc.CDCSpec", false]], "char (in module deephaven.dtypes)": [[13, "deephaven.dtypes.char", false]], "char_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.char_array", false]], "char_col() (in module deephaven.column)": [[6, "deephaven.column.char_col", false]], "character (in module deephaven.dtypes)": [[13, "deephaven.dtypes.Character", false]], "chart() (figure method)": [[37, "deephaven.plot.figure.Figure.chart", false]], "chart_legend() (figure method)": [[37, "deephaven.plot.figure.Figure.chart_legend", false]], "chart_title() (figure method)": [[37, "deephaven.plot.figure.Figure.chart_title", false]], "circle (shape attribute)": [[42, "deephaven.plot.shape.Shape.CIRCLE", false]], "client_id (ibsessiontws property)": [[63, "deephaven_ib.IbSessionTws.client_id", false]], "close() (barragesession method)": [[4, "deephaven.barrage.BarrageSession.close", false]], "close() (dynamictablewriter method)": [[0, "deephaven.DynamicTableWriter.close", false], [57, "deephaven.table_factory.DynamicTableWriter.close", false]], "coalesce() (inputtable method)": [[57, "deephaven.table_factory.InputTable.coalesce", false]], "coalesce() (table method)": [[56, "deephaven.table.Table.coalesce", false]], "color (class in deephaven.plot.color)": [[36, "deephaven.plot.color.Color", false]], "colors (class in deephaven.plot.color)": [[36, "deephaven.plot.color.Colors", false]], "column (class in deephaven.column)": [[6, "deephaven.column.Column", false]], "column_major (memorylayout attribute)": [[25, "deephaven.learn.gather.MemoryLayout.COLUMN_MAJOR", false]], "columninstruction (class in deephaven.parquet)": [[31, "deephaven.parquet.ColumnInstruction", false]], "columns (inputtable property)": [[57, "deephaven.table_factory.InputTable.columns", false]], "columns (table property)": [[56, "deephaven.table.Table.columns", false]], "columntype (class in deephaven.column)": [[6, "deephaven.column.ColumnType", false]], "comboleg (class in ibapi.contract)": [[70, "ibapi.contract.ComboLeg", false]], "compact_traceback (dherror property)": [[0, "deephaven.DHError.compact_traceback", false], [12, "deephaven.dherror.DHError.compact_traceback", false]], "connect() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.connect", false]], "constituent (nodetype attribute)": [[56, "deephaven.table.NodeType.CONSTITUENT", false]], "constituent_changes_permitted (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.constituent_changes_permitted", false]], "constituent_column (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.constituent_column", false]], "constituent_table_columns (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.constituent_table_columns", false]], "constituent_tables (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.constituent_tables", false]], "consume() (in module deephaven.stream.kafka.cdc)": [[52, "deephaven.stream.kafka.cdc.consume", false]], "consume() (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.consume", false]], "consume_raw() (in module deephaven.stream.kafka.cdc)": [[52, "deephaven.stream.kafka.cdc.consume_raw", false]], "consume_to_partitioned_table() (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.consume_to_partitioned_table", false]], "contract (class in ibapi.contract)": [[70, "ibapi.contract.Contract", false]], "contractdescription (class in ibapi.contract)": [[70, "ibapi.contract.ContractDescription", false]], "contractdetails (class in ibapi.contract)": [[70, "ibapi.contract.ContractDetails", false]], "convert() (in module jpy)": [[72, "jpy.convert", false]], "count_() (in module deephaven.agg)": [[1, "deephaven.agg.count_", false]], "count_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.count_by", false]], "count_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.count_by", false]], "count_by() (table method)": [[56, "deephaven.table.Table.count_by", false]], "count_distinct() (in module deephaven.agg)": [[1, "deephaven.agg.count_distinct", false]], "create_client_connection() (bidirectionalobjecttype method)": [[45, "deephaven.plugin.object_type.BidirectionalObjectType.create_client_connection", false]], "create_jvm() (in module jpy)": [[72, "jpy.create_jvm", false]], "cum_max() (in module deephaven.updateby)": [[61, "deephaven.updateby.cum_max", false]], "cum_min() (in module deephaven.updateby)": [[61, "deephaven.updateby.cum_min", false]], "cum_prod() (in module deephaven.updateby)": [[61, "deephaven.updateby.cum_prod", false]], "cum_sum() (in module deephaven.updateby)": [[61, "deephaven.updateby.cum_sum", false]], "data_index() (in module deephaven.experimental.data_index)": [[16, "deephaven.experimental.data_index.data_index", false]], "dataindex (class in deephaven.experimental.data_index)": [[16, "deephaven.experimental.data_index.DataIndex", false]], "datetime_col() (in module deephaven.column)": [[6, "deephaven.column.datetime_col", false]], "day_1 (barsize attribute)": [[63, "deephaven_ib.BarSize.DAY_1", false]], "days() (duration static method)": [[63, "deephaven_ib.Duration.days", false]], "decimal128 (mathcontext attribute)": [[61, "deephaven.updateby.MathContext.DECIMAL128", false]], "decimal32 (mathcontext attribute)": [[61, "deephaven.updateby.MathContext.DECIMAL32", false]], "decimal64 (mathcontext attribute)": [[61, "deephaven.updateby.MathContext.DECIMAL64", false]], "decimalaxisformat (class in deephaven.plot.axisformat)": [[34, "deephaven.plot.axisformat.DecimalAxisFormat", false]], "decl_class (joverloadedmethod attribute)": [[72, "jpy.JOverloadedMethod.decl_class", false]], "deephaven": [[0, "module-deephaven", false]], "deephaven.agg": [[1, "module-deephaven.agg", false]], "deephaven.appmode": [[2, "module-deephaven.appmode", false]], "deephaven.arrow": [[3, "module-deephaven.arrow", false]], "deephaven.barrage": [[4, "module-deephaven.barrage", false]], "deephaven.calendar": [[5, "module-deephaven.calendar", false]], "deephaven.column": [[6, "module-deephaven.column", false]], "deephaven.constants": [[7, "module-deephaven.constants", false]], "deephaven.csv": [[8, "module-deephaven.csv", false]], "deephaven.dbc": [[9, "module-deephaven.dbc", false]], "deephaven.dherror": [[12, "module-deephaven.dherror", false]], "deephaven.dtypes": [[13, "module-deephaven.dtypes", false]], "deephaven.execution_context": [[14, "module-deephaven.execution_context", false]], "deephaven.experimental": [[15, "module-deephaven.experimental", false]], "deephaven.experimental.data_index": [[16, "module-deephaven.experimental.data_index", false]], "deephaven.experimental.ema": [[17, "module-deephaven.experimental.ema", false]], "deephaven.experimental.outer_joins": [[18, "module-deephaven.experimental.outer_joins", false]], "deephaven.experimental.s3": [[19, "module-deephaven.experimental.s3", false]], "deephaven.experimental.sql": [[20, "module-deephaven.experimental.sql", false]], "deephaven.filters": [[21, "module-deephaven.filters", false]], "deephaven.html": [[22, "module-deephaven.html", false]], "deephaven.jcompat": [[23, "module-deephaven.jcompat", false]], "deephaven.learn": [[24, "module-deephaven.learn", false]], "deephaven.learn.gather": [[25, "module-deephaven.learn.gather", false]], "deephaven.liveness_scope": [[26, "module-deephaven.liveness_scope", false]], "deephaven.numpy": [[27, "module-deephaven.numpy", false]], "deephaven.pandas": [[28, "module-deephaven.pandas", false]], "deephaven.pandasplugin": [[29, "module-deephaven.pandasplugin", false]], "deephaven.pandasplugin.pandas_as_table": [[30, "module-deephaven.pandasplugin.pandas_as_table", false]], "deephaven.parquet": [[31, "module-deephaven.parquet", false]], "deephaven.perfmon": [[32, "module-deephaven.perfmon", false]], "deephaven.plot": [[33, "module-deephaven.plot", false]], "deephaven.plot.axisformat": [[34, "module-deephaven.plot.axisformat", false]], "deephaven.plot.axistransform": [[35, "module-deephaven.plot.axistransform", false]], "deephaven.plot.color": [[36, "module-deephaven.plot.color", false]], "deephaven.plot.figure": [[37, "module-deephaven.plot.figure", false]], "deephaven.plot.font": [[38, "module-deephaven.plot.font", false]], "deephaven.plot.linestyle": [[39, "module-deephaven.plot.linestyle", false]], "deephaven.plot.plotstyle": [[40, "module-deephaven.plot.plotstyle", false]], "deephaven.plot.selectable_dataset": [[41, "module-deephaven.plot.selectable_dataset", false]], "deephaven.plot.shape": [[42, "module-deephaven.plot.shape", false]], "deephaven.plugin": [[43, "module-deephaven.plugin", false]], "deephaven.plugin.js": [[44, "module-deephaven.plugin.js", false]], "deephaven.plugin.object_type": [[45, "module-deephaven.plugin.object_type", false]], "deephaven.query_library": [[46, "module-deephaven.query_library", false]], "deephaven.replay": [[47, "module-deephaven.replay", false]], "deephaven.server": [[48, "module-deephaven.server", false]], "deephaven.server.executors": [[49, "module-deephaven.server.executors", false]], "deephaven.stream": [[50, "module-deephaven.stream", false]], "deephaven.stream.kafka": [[51, "module-deephaven.stream.kafka", false]], "deephaven.stream.kafka.cdc": [[52, "module-deephaven.stream.kafka.cdc", false]], "deephaven.stream.kafka.consumer": [[53, "module-deephaven.stream.kafka.consumer", false]], "deephaven.stream.kafka.producer": [[54, "module-deephaven.stream.kafka.producer", false]], "deephaven.stream.table_publisher": [[55, "module-deephaven.stream.table_publisher", false]], "deephaven.table": [[56, "module-deephaven.table", false]], "deephaven.table_factory": [[57, "module-deephaven.table_factory", false]], "deephaven.table_listener": [[58, "module-deephaven.table_listener", false]], "deephaven.time": [[59, "module-deephaven.time", false]], "deephaven.update_graph": [[60, "module-deephaven.update_graph", false]], "deephaven.updateby": [[61, "module-deephaven.updateby", false]], "deephaven.uri": [[62, "module-deephaven.uri", false]], "deephaven_ib": [[63, "module-deephaven_ib", false]], "deephaven_ib.time": [[64, "module-deephaven_ib.time", false]], "deephaven_server": [[65, "module-deephaven_server", false]], "deephaven_server.cli": [[66, "module-deephaven_server.cli", false]], "deephaven_server.server": [[67, "module-deephaven_server.server", false]], "deephaven_server.start_jvm": [[68, "module-deephaven_server.start_jvm", false]], "default (searchdisplaymode attribute)": [[56, "deephaven.table.SearchDisplayMode.DEFAULT", false]], "delayed (marketdatatype attribute)": [[63, "deephaven_ib.MarketDataType.DELAYED", false]], "delete() (in module deephaven.parquet)": [[31, "deephaven.parquet.delete", false]], "delete() (inputtable method)": [[57, "deephaven.table_factory.InputTable.delete", false]], "delta() (in module deephaven.updateby)": [[61, "deephaven.updateby.delta", false]], "deltacontrol (class in deephaven.updateby)": [[61, "deephaven.updateby.DeltaControl", false]], "deltaneutralcontract (class in ibapi.contract)": [[70, "ibapi.contract.DeltaNeutralContract", false]], "descending (sortdirection attribute)": [[0, "deephaven.SortDirection.DESCENDING", false], [56, "deephaven.table.SortDirection.DESCENDING", false]], "destroy_jvm() (in module jpy)": [[72, "jpy.destroy_jvm", false]], "dh_now() (in module deephaven.time)": [[59, "deephaven.time.dh_now", false]], "dh_null_to_nan() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.dh_null_to_nan", false]], "dh_time_zone() (in module deephaven.time)": [[59, "deephaven.time.dh_time_zone", false]], "dh_today() (in module deephaven.time)": [[59, "deephaven.time.dh_today", false]], "dherror": [[0, "deephaven.DHError", false], [12, "deephaven.dherror.DHError", false]], "diamond (shape attribute)": [[42, "deephaven.plot.shape.Shape.DIAMOND", false]], "disconnect() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.disconnect", false]], "distinct() (in module deephaven.agg)": [[1, "deephaven.agg.distinct", false]], "dont_seek (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.DONT_SEEK", false]], "double (in module deephaven.dtypes)": [[13, "deephaven.dtypes.double", false]], "double_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.double_array", false]], "double_col() (in module deephaven.column)": [[6, "deephaven.column.double_col", false]], "down_triangle (shape attribute)": [[42, "deephaven.plot.shape.Shape.DOWN_TRIANGLE", false]], "drop_columns() (inputtable method)": [[57, "deephaven.table_factory.InputTable.drop_columns", false]], "drop_columns() (table method)": [[56, "deephaven.table.Table.drop_columns", false]], "dtype (class in deephaven.dtypes)": [[13, "deephaven.dtypes.DType", false]], "duration (class in deephaven_ib)": [[63, "deephaven_ib.Duration", false]], "duration (in module deephaven.dtypes)": [[13, "deephaven.dtypes.Duration", false]], "dynamictablewriter (class in deephaven)": [[0, "deephaven.DynamicTableWriter", false]], "dynamictablewriter (class in deephaven.table_factory)": [[57, "deephaven.table_factory.DynamicTableWriter", false]], "ellipse (shape attribute)": [[42, "deephaven.plot.shape.Shape.ELLIPSE", false]], "ema() (in module deephaven.experimental.ema)": [[17, "deephaven.experimental.ema.Ema", false]], "ema_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.ema_tick", false]], "ema_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.ema_time", false]], "emaarray() (in module deephaven.experimental.ema)": [[17, "deephaven.experimental.ema.EmaArray", false]], "emmax_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.emmax_tick", false]], "emmax_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.emmax_time", false]], "emmin_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.emmin_tick", false]], "emmin_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.emmin_time", false]], "empty_table() (in module deephaven)": [[0, "deephaven.empty_table", false]], "empty_table() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.empty_table", false]], "ems_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.ems_tick", false]], "ems_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.ems_time", false]], "emstd_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.emstd_tick", false]], "emstd_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.emstd_time", false]], "error_bar (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.ERROR_BAR", false]], "evaluate() (in module deephaven.experimental.sql)": [[20, "deephaven.experimental.sql.evaluate", false]], "exact_join() (inputtable method)": [[57, "deephaven.table_factory.InputTable.exact_join", false]], "exact_join() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.exact_join", false]], "exact_join() (table method)": [[56, "deephaven.table.Table.exact_join", false]], "exclusive_lock() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.exclusive_lock", false]], "exclusive_locked() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.exclusive_locked", false]], "executioncontext (class in deephaven.execution_context)": [[14, "deephaven.execution_context.ExecutionContext", false]], "executor_names() (in module deephaven.server.executors)": [[49, "deephaven.server.executors.executor_names", false]], "exponentiallydecayedsum() (in module deephaven.experimental.ema)": [[17, "deephaven.experimental.ema.ExponentiallyDecayedSum", false]], "exporter (class in deephaven.plugin.object_type)": [[45, "deephaven.plugin.object_type.Exporter", false]], "fee_rate (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.FEE_RATE", false]], "fetchonlyobjecttype (class in deephaven.plugin.object_type)": [[45, "deephaven.plugin.object_type.FetchOnlyObjectType", false]], "figure (class in deephaven.plot.figure)": [[37, "deephaven.plot.figure.Figure", false]], "figure() (figure method)": [[37, "deephaven.plot.figure.Figure.figure", false]], "figure_title() (figure method)": [[37, "deephaven.plot.figure.Figure.figure_title", false]], "filter (class in deephaven.filters)": [[21, "deephaven.filters.Filter", false]], "filter() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.filter", false]], "find (patternmode attribute)": [[21, "deephaven.filters.PatternMode.FIND", false]], "first() (in module deephaven.agg)": [[1, "deephaven.agg.first", false]], "first_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.first_by", false]], "first_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.first_by", false]], "first_by() (table method)": [[56, "deephaven.table.Table.first_by", false]], "flat_partitioned (parquetfilelayout attribute)": [[31, "deephaven.parquet.ParquetFileLayout.FLAT_PARTITIONED", false]], "flatten() (inputtable method)": [[57, "deephaven.table_factory.InputTable.flatten", false]], "flatten() (table method)": [[56, "deephaven.table.Table.flatten", false]], "float32 (in module deephaven.dtypes)": [[13, "deephaven.dtypes.float32", false]], "float32_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.float32_array", false]], "float64 (in module deephaven.dtypes)": [[13, "deephaven.dtypes.float64", false]], "float64_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.float64_array", false]], "float_ (in module deephaven.dtypes)": [[13, "deephaven.dtypes.float_", false]], "float_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.float_array", false]], "float_col() (in module deephaven.column)": [[6, "deephaven.column.float_col", false]], "font (class in deephaven.plot.font)": [[38, "deephaven.plot.font.Font", false]], "font_family_names() (in module deephaven.plot.font)": [[38, "deephaven.plot.font.font_family_names", false]], "fontstyle (class in deephaven.plot.font)": [[38, "deephaven.plot.font.FontStyle", false]], "format_column() (rollupnodeoperationsrecorder method)": [[56, "deephaven.table.RollupNodeOperationsRecorder.format_column", false]], "format_column() (treenodeoperationsrecorder method)": [[56, "deephaven.table.TreeNodeOperationsRecorder.format_column", false]], "format_column_where() (inputtable method)": [[57, "deephaven.table_factory.InputTable.format_column_where", false]], "format_column_where() (rollupnodeoperationsrecorder method)": [[56, "deephaven.table.RollupNodeOperationsRecorder.format_column_where", false]], "format_column_where() (table method)": [[56, "deephaven.table.Table.format_column_where", false]], "format_column_where() (treenodeoperationsrecorder method)": [[56, "deephaven.table.TreeNodeOperationsRecorder.format_column_where", false]], "format_columns() (inputtable method)": [[57, "deephaven.table_factory.InputTable.format_columns", false]], "format_columns() (table method)": [[56, "deephaven.table.Table.format_columns", false]], "format_row_where() (inputtable method)": [[57, "deephaven.table_factory.InputTable.format_row_where", false]], "format_row_where() (rollupnodeoperationsrecorder method)": [[56, "deephaven.table.RollupNodeOperationsRecorder.format_row_where", false]], "format_row_where() (table method)": [[56, "deephaven.table.Table.format_row_where", false]], "format_row_where() (treenodeoperationsrecorder method)": [[56, "deephaven.table.TreeNodeOperationsRecorder.format_row_where", false]], "formula() (in module deephaven.agg)": [[1, "deephaven.agg.formula", false]], "fortran (memorylayout attribute)": [[25, "deephaven.learn.gather.MemoryLayout.FORTRAN", false]], "forward_fill() (in module deephaven.updateby)": [[61, "deephaven.updateby.forward_fill", false]], "from_() (filter class method)": [[21, "deephaven.filters.Filter.from_", false]], "from_constituent_tables() (partitionedtable class method)": [[56, "deephaven.table.PartitionedTable.from_constituent_tables", false]], "from_jtype() (in module deephaven.dtypes)": [[13, "deephaven.dtypes.from_jtype", false]], "from_np_dtype() (in module deephaven.dtypes)": [[13, "deephaven.dtypes.from_np_dtype", false]], "from_partitioned_table() (partitionedtable class method)": [[56, "deephaven.table.PartitionedTable.from_partitioned_table", false]], "frozen (marketdatatype attribute)": [[63, "deephaven_ib.MarketDataType.FROZEN", false]], "full_outer_join() (in module deephaven.experimental.outer_joins)": [[18, "deephaven.experimental.outer_joins.full_outer_join", false]], "func() (figure method)": [[37, "deephaven.plot.figure.Figure.func", false]], "function_generated_table() (in module deephaven)": [[0, "deephaven.function_generated_table", false]], "function_generated_table() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.function_generated_table", false]], "garbage_collect() (in module deephaven)": [[0, "deephaven.garbage_collect", false]], "get_app_state() (in module deephaven.appmode)": [[2, "deephaven.appmode.get_app_state", false]], "get_constituent() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.get_constituent", false]], "get_exec_ctx() (in module deephaven.execution_context)": [[14, "deephaven.execution_context.get_exec_ctx", false]], "get_param_type() (jmethod method)": [[72, "jpy.JMethod.get_param_type", false]], "get_registered_contract() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.get_registered_contract", false]], "get_type() (in module jpy)": [[72, "jpy.get_type", false]], "get_version_string() (in module ibapi)": [[69, "ibapi.get_version_string", false]], "group() (in module deephaven.agg)": [[1, "deephaven.agg.group", false]], "group_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.group_by", false]], "group_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.group_by", false]], "group_by() (table method)": [[56, "deephaven.table.Table.group_by", false]], "has_columns() (inputtable method)": [[57, "deephaven.table_factory.InputTable.has_columns", false]], "has_columns() (table method)": [[56, "deephaven.table.Table.has_columns", false]], "has_data_index() (in module deephaven.experimental.data_index)": [[16, "deephaven.experimental.data_index.has_data_index", false]], "has_exclusive_lock() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.has_exclusive_lock", false]], "has_executor() (in module deephaven.server.executors)": [[49, "deephaven.server.executors.has_executor", false]], "has_jvm() (in module jpy)": [[72, "jpy.has_jvm", false]], "has_shared_lock() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.has_shared_lock", false]], "head() (inputtable method)": [[57, "deephaven.table_factory.InputTable.head", false]], "head() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.head", false]], "head() (table method)": [[56, "deephaven.table.Table.head", false]], "head_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.head_by", false]], "head_by() (table method)": [[56, "deephaven.table.Table.head_by", false]], "head_pct() (inputtable method)": [[57, "deephaven.table_factory.InputTable.head_pct", false]], "head_pct() (table method)": [[56, "deephaven.table.Table.head_pct", false]], "hide (searchdisplaymode attribute)": [[56, "deephaven.table.SearchDisplayMode.HIDE", false]], "histogram (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.HISTOGRAM", false]], "historical_volatility (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.HISTORICAL_VOLATILITY", false]], "horizontal_rectangle (shape attribute)": [[42, "deephaven.plot.shape.Shape.HORIZONTAL_RECTANGLE", false]], "host (ibsessiontws property)": [[63, "deephaven_ib.IbSessionTws.host", false]], "hour_1 (barsize attribute)": [[63, "deephaven_ib.BarSize.HOUR_1", false]], "hour_2 (barsize attribute)": [[63, "deephaven_ib.BarSize.HOUR_2", false]], "hour_3 (barsize attribute)": [[63, "deephaven_ib.BarSize.HOUR_3", false]], "hour_4 (barsize attribute)": [[63, "deephaven_ib.BarSize.HOUR_4", false]], "hour_8 (barsize attribute)": [[63, "deephaven_ib.BarSize.HOUR_8", false]], "ib_to_j_instant() (in module deephaven_ib.time)": [[64, "deephaven_ib.time.ib_to_j_instant", false]], "ibapi": [[69, "module-ibapi", false]], "ibapi.contract": [[70, "module-ibapi.contract", false]], "ibapi.order": [[71, "module-ibapi.order", false]], "ibsessiontws (class in deephaven_ib)": [[63, "deephaven_ib.IbSessionTws", false]], "import_class() (in module deephaven.query_library)": [[46, "deephaven.query_library.import_class", false]], "import_package() (in module deephaven.query_library)": [[46, "deephaven.query_library.import_package", false]], "import_static() (in module deephaven.query_library)": [[46, "deephaven.query_library.import_static", false]], "imports() (in module deephaven.query_library)": [[46, "deephaven.query_library.imports", false]], "increment (orderidstrategy attribute)": [[63, "deephaven_ib.OrderIdStrategy.INCREMENT", false]], "index (reference property)": [[45, "deephaven.plugin.object_type.Reference.index", false]], "input (class in deephaven.learn)": [[24, "deephaven.learn.Input", false]], "input_table() (in module deephaven)": [[0, "deephaven.input_table", false]], "input_table() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.input_table", false]], "inputcolumn (class in deephaven.column)": [[6, "deephaven.column.InputColumn", false]], "inputtable (class in deephaven.table_factory)": [[57, "deephaven.table_factory.InputTable", false]], "instant (in module deephaven.dtypes)": [[13, "deephaven.dtypes.Instant", false]], "instant_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.instant_array", false]], "int16 (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int16", false]], "int16_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int16_array", false]], "int32 (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int32", false]], "int32_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int32_array", false]], "int64 (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int64", false]], "int64_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int64_array", false]], "int8 (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int8", false]], "int8_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int8_array", false]], "int_ (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int_", false]], "int_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.int_array", false]], "int_col() (in module deephaven.column)": [[6, "deephaven.column.int_col", false]], "is_alive (tablepublisher property)": [[55, "deephaven.stream.table_publisher.TablePublisher.is_alive", false]], "is_blink (inputtable property)": [[57, "deephaven.table_factory.InputTable.is_blink", false]], "is_blink (table property)": [[56, "deephaven.table.Table.is_blink", false]], "is_cancellable() (request method)": [[63, "deephaven_ib.Request.is_cancellable", false]], "is_connected() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.is_connected", false]], "is_final (jfield attribute)": [[72, "jpy.JField.is_final", false]], "is_flat (inputtable property)": [[57, "deephaven.table_factory.InputTable.is_flat", false]], "is_flat (table property)": [[56, "deephaven.table.Table.is_flat", false]], "is_java_type() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.is_java_type", false]], "is_liveness_referent() (in module deephaven.liveness_scope)": [[26, "deephaven.liveness_scope.is_liveness_referent", false]], "is_multi() (registeredcontract method)": [[63, "deephaven_ib.RegisteredContract.is_multi", false]], "is_not_null() (in module deephaven.filters)": [[21, "deephaven.filters.is_not_null", false]], "is_null() (in module deephaven.filters)": [[21, "deephaven.filters.is_null", false]], "is_param_mutable() (jmethod method)": [[72, "jpy.JMethod.is_param_mutable", false]], "is_param_output() (jmethod method)": [[72, "jpy.JMethod.is_param_output", false]], "is_param_return() (jmethod method)": [[72, "jpy.JMethod.is_param_return", false]], "is_refreshing (inputtable property)": [[57, "deephaven.table_factory.InputTable.is_refreshing", false]], "is_refreshing (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.is_refreshing", false]], "is_refreshing (partitionedtableproxy property)": [[56, "deephaven.table.PartitionedTableProxy.is_refreshing", false]], "is_refreshing (table property)": [[56, "deephaven.table.Table.is_refreshing", false]], "is_static (jfield attribute)": [[72, "jpy.JField.is_static", false]], "is_static (jmethod attribute)": [[72, "jpy.JMethod.is_static", false]], "is_type() (bidirectionalobjecttype method)": [[45, "deephaven.plugin.object_type.BidirectionalObjectType.is_type", false]], "is_type() (fetchonlyobjecttype method)": [[45, "deephaven.plugin.object_type.FetchOnlyObjectType.is_type", false]], "is_type() (objecttype method)": [[45, "deephaven.plugin.object_type.ObjectType.is_type", false]], "is_type() (pandasdataframeserializer method)": [[30, "deephaven.pandasplugin.pandas_as_table.PandasDataFrameSerializer.is_type", false]], "italic (fontstyle attribute)": [[38, "deephaven.plot.font.FontStyle.ITALIC", false]], "j_array_list() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_array_list", false]], "j_binary_operator() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_binary_operator", false]], "j_function() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_function", false]], "j_hashmap() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_hashmap", false]], "j_hashset() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_hashset", false]], "j_lambda() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_lambda", false]], "j_list_to_list() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_list_to_list", false]], "j_map_to_dict() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_map_to_dict", false]], "j_object_type (applicationstate attribute)": [[2, "deephaven.appmode.ApplicationState.j_object_type", false]], "j_object_type (autocloseable attribute)": [[23, "deephaven.jcompat.AutoCloseable.j_object_type", false]], "j_object_type (axisformat attribute)": [[34, "deephaven.plot.axisformat.AxisFormat.j_object_type", false]], "j_object_type (axistransform attribute)": [[35, "deephaven.plot.axistransform.AxisTransform.j_object_type", false]], "j_object_type (cdcspec attribute)": [[52, "deephaven.stream.kafka.cdc.CDCSpec.j_object_type", false]], "j_object_type (color attribute)": [[36, "deephaven.plot.color.Color.j_object_type", false]], "j_object_type (dataindex attribute)": [[16, "deephaven.experimental.data_index.DataIndex.j_object_type", false]], "j_object_type (decimalaxisformat attribute)": [[34, "deephaven.plot.axisformat.DecimalAxisFormat.j_object_type", false]], "j_object_type (dynamictablewriter attribute)": [[0, "deephaven.DynamicTableWriter.j_object_type", false], [57, "deephaven.table_factory.DynamicTableWriter.j_object_type", false]], "j_object_type (executioncontext attribute)": [[14, "deephaven.execution_context.ExecutionContext.j_object_type", false]], "j_object_type (figure attribute)": [[37, "deephaven.plot.figure.Figure.j_object_type", false]], "j_object_type (filter attribute)": [[21, "deephaven.filters.Filter.j_object_type", false]], "j_object_type (font attribute)": [[38, "deephaven.plot.font.Font.j_object_type", false]], "j_object_type (inputtable attribute)": [[57, "deephaven.table_factory.InputTable.j_object_type", false]], "j_object_type (keyvaluespec attribute)": [[53, "deephaven.stream.kafka.consumer.KeyValueSpec.j_object_type", false], [54, "deephaven.stream.kafka.producer.KeyValueSpec.j_object_type", false]], "j_object_type (linestyle attribute)": [[39, "deephaven.plot.linestyle.LineStyle.j_object_type", false]], "j_object_type (livenessscope attribute)": [[26, "deephaven.liveness_scope.LivenessScope.j_object_type", false]], "j_object_type (multijoininput attribute)": [[56, "deephaven.table.MultiJoinInput.j_object_type", false]], "j_object_type (multijointable attribute)": [[56, "deephaven.table.MultiJoinTable.j_object_type", false]], "j_object_type (nanosaxisformat attribute)": [[34, "deephaven.plot.axisformat.NanosAxisFormat.j_object_type", false]], "j_object_type (operationcontrol attribute)": [[61, "deephaven.updateby.OperationControl.j_object_type", false]], "j_object_type (partitionedtable attribute)": [[56, "deephaven.table.PartitionedTable.j_object_type", false]], "j_object_type (partitionedtableproxy attribute)": [[56, "deephaven.table.PartitionedTableProxy.j_object_type", false]], "j_object_type (protobufprotocol attribute)": [[53, "deephaven.stream.kafka.consumer.ProtobufProtocol.j_object_type", false]], "j_object_type (rollupnodeoperationsrecorder attribute)": [[56, "deephaven.table.RollupNodeOperationsRecorder.j_object_type", false]], "j_object_type (rolluptable attribute)": [[56, "deephaven.table.RollupTable.j_object_type", false]], "j_object_type (s3instructions attribute)": [[19, "deephaven.experimental.s3.S3Instructions.j_object_type", false]], "j_object_type (selectabledataset attribute)": [[41, "deephaven.plot.selectable_dataset.SelectableDataSet.j_object_type", false]], "j_object_type (simplelivenessscope attribute)": [[26, "deephaven.liveness_scope.SimpleLivenessScope.j_object_type", false]], "j_object_type (table attribute)": [[56, "deephaven.table.Table.j_object_type", false]], "j_object_type (tablelistenerhandle attribute)": [[58, "deephaven.table_listener.TableListenerHandle.j_object_type", false]], "j_object_type (tablepublisher attribute)": [[55, "deephaven.stream.table_publisher.TablePublisher.j_object_type", false]], "j_object_type (tablereplayer attribute)": [[0, "deephaven.TableReplayer.j_object_type", false], [47, "deephaven.replay.TableReplayer.j_object_type", false]], "j_object_type (tabletype attribute)": [[53, "deephaven.stream.kafka.consumer.TableType.j_object_type", false]], "j_object_type (tableupdate attribute)": [[58, "deephaven.table_listener.TableUpdate.j_object_type", false]], "j_object_type (treenodeoperationsrecorder attribute)": [[56, "deephaven.table.TreeNodeOperationsRecorder.j_object_type", false]], "j_object_type (treetable attribute)": [[56, "deephaven.table.TreeTable.j_object_type", false]], "j_object_type (updatebyoperation attribute)": [[61, "deephaven.updateby.UpdateByOperation.j_object_type", false]], "j_object_type (updategraph attribute)": [[60, "deephaven.update_graph.UpdateGraph.j_object_type", false]], "j_properties() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_properties", false]], "j_runnable() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_runnable", false]], "j_unary_operator() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.j_unary_operator", false]], "jexception": [[72, "jpy.JException", false]], "jfield (class in jpy)": [[72, "jpy.JField", false]], "jmethod (class in jpy)": [[72, "jpy.JMethod", false]], "jobj_col() (in module deephaven.column)": [[6, "deephaven.column.jobj_col", false]], "jobject (in module deephaven.dtypes)": [[13, "deephaven.dtypes.JObject", false]], "join() (inputtable method)": [[57, "deephaven.table_factory.InputTable.join", false]], "join() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.join", false]], "join() (table method)": [[56, "deephaven.table.Table.join", false]], "joverloadedmethod (class in jpy)": [[72, "jpy.JOverloadedMethod", false]], "jpy": [[72, "module-jpy", false]], "json_spec() (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.json_spec", false]], "json_spec() (in module deephaven.stream.kafka.producer)": [[54, "deephaven.stream.kafka.producer.json_spec", false]], "jsplugin (class in deephaven.plugin.js)": [[44, "deephaven.plugin.js.JsPlugin", false]], "jtype (class in jpy)": [[72, "jpy.JType", false]], "key_columns (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.key_columns", false]], "key_names (inputtable property)": [[57, "deephaven.table_factory.InputTable.key_names", false]], "keys (dataindex property)": [[16, "deephaven.experimental.data_index.DataIndex.keys", false]], "keys() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.keys", false]], "keyvaluespec (class in deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.KeyValueSpec", false]], "keyvaluespec (class in deephaven.stream.kafka.producer)": [[54, "deephaven.stream.kafka.producer.KeyValueSpec", false]], "kv_partitioned (parquetfilelayout attribute)": [[31, "deephaven.parquet.ParquetFileLayout.KV_PARTITIONED", false]], "last (tickdatatype attribute)": [[63, "deephaven_ib.TickDataType.LAST", false]], "last() (in module deephaven.agg)": [[1, "deephaven.agg.last", false]], "last_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.last_by", false]], "last_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.last_by", false]], "last_by() (table method)": [[56, "deephaven.table.Table.last_by", false]], "layout_hints() (inputtable method)": [[57, "deephaven.table_factory.InputTable.layout_hints", false]], "layout_hints() (table method)": [[56, "deephaven.table.Table.layout_hints", false]], "lazy_update() (inputtable method)": [[57, "deephaven.table_factory.InputTable.lazy_update", false]], "lazy_update() (table method)": [[56, "deephaven.table.Table.lazy_update", false]], "learn() (in module deephaven.learn)": [[24, "deephaven.learn.learn", false]], "left_outer_join() (in module deephaven.experimental.outer_joins)": [[18, "deephaven.experimental.outer_joins.left_outer_join", false]], "left_triangle (shape attribute)": [[42, "deephaven.plot.shape.Shape.LEFT_TRIANGLE", false]], "line (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.LINE", false]], "line() (figure method)": [[37, "deephaven.plot.figure.Figure.line", false]], "lineendstyle (class in deephaven.plot.linestyle)": [[39, "deephaven.plot.linestyle.LineEndStyle", false]], "linejoinstyle (class in deephaven.plot.linestyle)": [[39, "deephaven.plot.linestyle.LineJoinStyle", false]], "linestyle (class in deephaven.plot.linestyle)": [[39, "deephaven.plot.linestyle.LineStyle", false]], "list_plugins_console() (in module deephaven.plugin)": [[43, "deephaven.plugin.list_plugins_console", false]], "list_registrations_console() (in module deephaven.plugin)": [[43, "deephaven.plugin.list_registrations_console", false]], "listen() (in module deephaven.table_listener)": [[58, "deephaven.table_listener.listen", false]], "liveness_scope() (in module deephaven.liveness_scope)": [[26, "deephaven.liveness_scope.liveness_scope", false]], "livenessscope (class in deephaven.liveness_scope)": [[26, "deephaven.liveness_scope.LivenessScope", false]], "localdate (in module deephaven.dtypes)": [[13, "deephaven.dtypes.LocalDate", false]], "localtime (in module deephaven.dtypes)": [[13, "deephaven.dtypes.LocalTime", false]], "long (in module deephaven.dtypes)": [[13, "deephaven.dtypes.long", false]], "long_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.long_array", false]], "long_col() (in module deephaven.column)": [[6, "deephaven.column.long_col", false]], "main (jsplugin property)": [[44, "deephaven.plugin.js.JsPlugin.main", false]], "make_user_exec_ctx() (in module deephaven.execution_context)": [[14, "deephaven.execution_context.make_user_exec_ctx", false]], "manage() (livenessscope method)": [[26, "deephaven.liveness_scope.LivenessScope.manage", false]], "manage() (simplelivenessscope method)": [[26, "deephaven.liveness_scope.SimpleLivenessScope.manage", false]], "marketdatatype (class in deephaven_ib)": [[63, "deephaven_ib.MarketDataType", false]], "matches (patternmode attribute)": [[21, "deephaven.filters.PatternMode.MATCHES", false]], "mathcontext (class in deephaven.updateby)": [[61, "deephaven.updateby.MathContext", false]], "max_() (in module deephaven.agg)": [[1, "deephaven.agg.max_", false]], "max_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.max_by", false]], "max_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.max_by", false]], "max_by() (table method)": [[56, "deephaven.table.Table.max_by", false]], "max_byte (in module deephaven.constants)": [[7, "deephaven.constants.MAX_BYTE", false]], "max_char (in module deephaven.constants)": [[7, "deephaven.constants.MAX_CHAR", false]], "max_double (in module deephaven.constants)": [[7, "deephaven.constants.MAX_DOUBLE", false]], "max_finite_double (in module deephaven.constants)": [[7, "deephaven.constants.MAX_FINITE_DOUBLE", false]], "max_finite_float (in module deephaven.constants)": [[7, "deephaven.constants.MAX_FINITE_FLOAT", false]], "max_float (in module deephaven.constants)": [[7, "deephaven.constants.MAX_FLOAT", false]], "max_int (in module deephaven.constants)": [[7, "deephaven.constants.MAX_INT", false]], "max_long (in module deephaven.constants)": [[7, "deephaven.constants.MAX_LONG", false]], "max_short (in module deephaven.constants)": [[7, "deephaven.constants.MAX_SHORT", false]], "median() (in module deephaven.agg)": [[1, "deephaven.agg.median", false]], "median_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.median_by", false]], "median_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.median_by", false]], "median_by() (table method)": [[56, "deephaven.table.Table.median_by", false]], "memorylayout (class in deephaven.learn.gather)": [[25, "deephaven.learn.gather.MemoryLayout", false]], "merge() (in module deephaven)": [[0, "deephaven.merge", false]], "merge() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.merge", false]], "merge() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.merge", false]], "merge_sorted() (in module deephaven)": [[0, "deephaven.merge_sorted", false]], "merge_sorted() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.merge_sorted", false]], "messagestream (class in deephaven.plugin.object_type)": [[45, "deephaven.plugin.object_type.MessageStream", false]], "meta_table (inputtable property)": [[57, "deephaven.table_factory.InputTable.meta_table", false]], "meta_table (table property)": [[56, "deephaven.table.Table.meta_table", false]], "metadata_partitioned (parquetfilelayout attribute)": [[31, "deephaven.parquet.ParquetFileLayout.METADATA_PARTITIONED", false]], "methods (joverloadedmethod attribute)": [[72, "jpy.JOverloadedMethod.methods", false]], "metrics_get_counters() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.metrics_get_counters", false]], "metrics_reset_counters() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.metrics_reset_counters", false]], "midpoint (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.MIDPOINT", false]], "midpoint (tickdatatype attribute)": [[63, "deephaven_ib.TickDataType.MIDPOINT", false]], "min_() (in module deephaven.agg)": [[1, "deephaven.agg.min_", false]], "min_1 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_1", false]], "min_10 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_10", false]], "min_15 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_15", false]], "min_2 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_2", false]], "min_20 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_20", false]], "min_3 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_3", false]], "min_30 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_30", false]], "min_5 (barsize attribute)": [[63, "deephaven_ib.BarSize.MIN_5", false]], "min_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.min_by", false]], "min_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.min_by", false]], "min_by() (table method)": [[56, "deephaven.table.Table.min_by", false]], "min_byte (in module deephaven.constants)": [[7, "deephaven.constants.MIN_BYTE", false]], "min_char (in module deephaven.constants)": [[7, "deephaven.constants.MIN_CHAR", false]], "min_double (in module deephaven.constants)": [[7, "deephaven.constants.MIN_DOUBLE", false]], "min_finite_double (in module deephaven.constants)": [[7, "deephaven.constants.MIN_FINITE_DOUBLE", false]], "min_finite_float (in module deephaven.constants)": [[7, "deephaven.constants.MIN_FINITE_FLOAT", false]], "min_float (in module deephaven.constants)": [[7, "deephaven.constants.MIN_FLOAT", false]], "min_int (in module deephaven.constants)": [[7, "deephaven.constants.MIN_INT", false]], "min_long (in module deephaven.constants)": [[7, "deephaven.constants.MIN_LONG", false]], "min_pos_double (in module deephaven.constants)": [[7, "deephaven.constants.MIN_POS_DOUBLE", false]], "min_pos_float (in module deephaven.constants)": [[7, "deephaven.constants.MIN_POS_FLOAT", false]], "min_short (in module deephaven.constants)": [[7, "deephaven.constants.MIN_SHORT", false]], "miter (linejoinstyle attribute)": [[39, "deephaven.plot.linestyle.LineJoinStyle.MITER", false]], "modified() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.modified", false]], "modified_chunks() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.modified_chunks", false]], "modified_columns (tableupdate property)": [[58, "deephaven.table_listener.TableUpdate.modified_columns", false]], "modified_prev() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.modified_prev", false]], "modified_prev_chunks() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.modified_prev_chunks", false]], "module": [[0, "module-deephaven", false], [1, "module-deephaven.agg", false], [2, "module-deephaven.appmode", false], [3, "module-deephaven.arrow", false], [4, "module-deephaven.barrage", false], [5, "module-deephaven.calendar", false], [6, "module-deephaven.column", false], [7, "module-deephaven.constants", false], [8, "module-deephaven.csv", false], [9, "module-deephaven.dbc", false], [12, "module-deephaven.dherror", false], [13, "module-deephaven.dtypes", false], [14, "module-deephaven.execution_context", false], [15, "module-deephaven.experimental", false], [16, "module-deephaven.experimental.data_index", false], [17, "module-deephaven.experimental.ema", false], [18, "module-deephaven.experimental.outer_joins", false], [19, "module-deephaven.experimental.s3", false], [20, "module-deephaven.experimental.sql", false], [21, "module-deephaven.filters", false], [22, "module-deephaven.html", false], [23, "module-deephaven.jcompat", false], [24, "module-deephaven.learn", false], [25, "module-deephaven.learn.gather", false], [26, "module-deephaven.liveness_scope", false], [27, "module-deephaven.numpy", false], [28, "module-deephaven.pandas", false], [29, "module-deephaven.pandasplugin", false], [30, "module-deephaven.pandasplugin.pandas_as_table", false], [31, "module-deephaven.parquet", false], [32, "module-deephaven.perfmon", false], [33, "module-deephaven.plot", false], [34, "module-deephaven.plot.axisformat", false], [35, "module-deephaven.plot.axistransform", false], [36, "module-deephaven.plot.color", false], [37, "module-deephaven.plot.figure", false], [38, "module-deephaven.plot.font", false], [39, "module-deephaven.plot.linestyle", false], [40, "module-deephaven.plot.plotstyle", false], [41, "module-deephaven.plot.selectable_dataset", false], [42, "module-deephaven.plot.shape", false], [43, "module-deephaven.plugin", false], [44, "module-deephaven.plugin.js", false], [45, "module-deephaven.plugin.object_type", false], [46, "module-deephaven.query_library", false], [47, "module-deephaven.replay", false], [48, "module-deephaven.server", false], [49, "module-deephaven.server.executors", false], [50, "module-deephaven.stream", false], [51, "module-deephaven.stream.kafka", false], [52, "module-deephaven.stream.kafka.cdc", false], [53, "module-deephaven.stream.kafka.consumer", false], [54, "module-deephaven.stream.kafka.producer", false], [55, "module-deephaven.stream.table_publisher", false], [56, "module-deephaven.table", false], [57, "module-deephaven.table_factory", false], [58, "module-deephaven.table_listener", false], [59, "module-deephaven.time", false], [60, "module-deephaven.update_graph", false], [61, "module-deephaven.updateby", false], [62, "module-deephaven.uri", false], [63, "module-deephaven_ib", false], [64, "module-deephaven_ib.time", false], [65, "module-deephaven_server", false], [66, "module-deephaven_server.cli", false], [67, "module-deephaven_server.server", false], [68, "module-deephaven_server.start_jvm", false], [69, "module-ibapi", false], [70, "module-ibapi.contract", false], [71, "module-ibapi.order", false], [72, "module-jpy", false]], "month_1 (barsize attribute)": [[63, "deephaven_ib.BarSize.MONTH_1", false]], "months() (duration static method)": [[63, "deephaven_ib.Duration.months", false]], "move_columns() (inputtable method)": [[57, "deephaven.table_factory.InputTable.move_columns", false]], "move_columns() (table method)": [[56, "deephaven.table.Table.move_columns", false]], "move_columns_down() (inputtable method)": [[57, "deephaven.table_factory.InputTable.move_columns_down", false]], "move_columns_down() (table method)": [[56, "deephaven.table.Table.move_columns_down", false]], "move_columns_up() (inputtable method)": [[57, "deephaven.table_factory.InputTable.move_columns_up", false]], "move_columns_up() (table method)": [[56, "deephaven.table.Table.move_columns_up", false]], "multi_join() (in module deephaven.table)": [[56, "deephaven.table.multi_join", false]], "multijoininput (class in deephaven.table)": [[56, "deephaven.table.MultiJoinInput", false]], "multijointable (class in deephaven.table)": [[56, "deephaven.table.MultiJoinTable", false]], "name (bidirectionalobjecttype property)": [[45, "deephaven.plugin.object_type.BidirectionalObjectType.name", false]], "name (fetchonlyobjecttype property)": [[45, "deephaven.plugin.object_type.FetchOnlyObjectType.name", false]], "name (jfield attribute)": [[72, "jpy.JField.name", false]], "name (jmethod attribute)": [[72, "jpy.JMethod.name", false]], "name (joverloadedmethod attribute)": [[72, "jpy.JOverloadedMethod.name", false]], "name (jsplugin property)": [[44, "deephaven.plugin.js.JsPlugin.name", false]], "name (objecttype property)": [[45, "deephaven.plugin.object_type.ObjectType.name", false]], "name (pandasdataframeserializer property)": [[30, "deephaven.pandasplugin.pandas_as_table.PandasDataFrameSerializer.name", false]], "nan_double (in module deephaven.constants)": [[7, "deephaven.constants.NAN_DOUBLE", false]], "nan_float (in module deephaven.constants)": [[7, "deephaven.constants.NAN_FLOAT", false]], "nanosaxisformat (class in deephaven.plot.axisformat)": [[34, "deephaven.plot.axisformat.NanosAxisFormat", false]], "natural_join() (inputtable method)": [[57, "deephaven.table_factory.InputTable.natural_join", false]], "natural_join() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.natural_join", false]], "natural_join() (table method)": [[56, "deephaven.table.Table.natural_join", false]], "neg_infinity_double (in module deephaven.constants)": [[7, "deephaven.constants.NEG_INFINITY_DOUBLE", false]], "neg_infinity_float (in module deephaven.constants)": [[7, "deephaven.constants.NEG_INFINITY_FLOAT", false]], "new_axes() (figure method)": [[37, "deephaven.plot.figure.Figure.new_axes", false]], "new_chart() (figure method)": [[37, "deephaven.plot.figure.Figure.new_chart", false]], "new_table() (in module deephaven)": [[0, "deephaven.new_table", false]], "new_table() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.new_table", false]], "node_operation_recorder() (rolluptable method)": [[56, "deephaven.table.RollupTable.node_operation_recorder", false]], "node_operation_recorder() (treetable method)": [[56, "deephaven.table.TreeTable.node_operation_recorder", false]], "nodetype (class in deephaven.table)": [[56, "deephaven.table.NodeType", false]], "normal (columntype attribute)": [[6, "deephaven.column.ColumnType.NORMAL", false]], "not_() (filter method)": [[21, "deephaven.filters.Filter.not_", false]], "not_() (in module deephaven.filters)": [[21, "deephaven.filters.not_", false]], "null_boolean (in module deephaven.constants)": [[7, "deephaven.constants.NULL_BOOLEAN", false]], "null_byte (in module deephaven.constants)": [[7, "deephaven.constants.NULL_BYTE", false]], "null_char (in module deephaven.constants)": [[7, "deephaven.constants.NULL_CHAR", false]], "null_dominates (deltacontrol attribute)": [[61, "deephaven.updateby.DeltaControl.NULL_DOMINATES", false]], "null_double (in module deephaven.constants)": [[7, "deephaven.constants.NULL_DOUBLE", false]], "null_float (in module deephaven.constants)": [[7, "deephaven.constants.NULL_FLOAT", false]], "null_int (in module deephaven.constants)": [[7, "deephaven.constants.NULL_INT", false]], "null_long (in module deephaven.constants)": [[7, "deephaven.constants.NULL_LONG", false]], "null_remap() (in module deephaven.dtypes)": [[13, "deephaven.dtypes.null_remap", false]], "null_short (in module deephaven.constants)": [[7, "deephaven.constants.NULL_SHORT", false]], "objecttype (class in deephaven.plugin.object_type)": [[45, "deephaven.plugin.object_type.ObjectType", false]], "of_hsl() (color static method)": [[36, "deephaven.plot.color.Color.of_hsl", false]], "of_name() (color static method)": [[36, "deephaven.plot.color.Color.of_name", false]], "of_rgb() (color static method)": [[36, "deephaven.plot.color.Color.of_rgb", false]], "of_rgb_f() (color static method)": [[36, "deephaven.plot.color.Color.of_rgb_f", false]], "ohlc (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.OHLC", false]], "on_close() (messagestream method)": [[45, "deephaven.plugin.object_type.MessageStream.on_close", false]], "on_data() (messagestream method)": [[45, "deephaven.plugin.object_type.MessageStream.on_data", false]], "on_update() (tablelistener method)": [[58, "deephaven.table_listener.TableListener.on_update", false]], "one_click() (in module deephaven.plot.selectable_dataset)": [[41, "deephaven.plot.selectable_dataset.one_click", false]], "one_click_partitioned_table() (in module deephaven.plot.selectable_dataset)": [[41, "deephaven.plot.selectable_dataset.one_click_partitioned_table", false]], "open() (livenessscope method)": [[26, "deephaven.liveness_scope.LivenessScope.open", false]], "operationcontrol (class in deephaven.updateby)": [[61, "deephaven.updateby.OperationControl", false]], "option_implied_volatility (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.OPTION_IMPLIED_VOLATILITY", false]], "or_() (in module deephaven.filters)": [[21, "deephaven.filters.or_", false]], "order (class in ibapi.order)": [[71, "ibapi.order.Order", false]], "order_cancel() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.order_cancel", false]], "order_cancel_all() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.order_cancel_all", false]], "order_place() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.order_place", false]], "ordercomboleg (class in ibapi.order)": [[71, "ibapi.order.OrderComboLeg", false]], "orderidstrategy (class in deephaven_ib)": [[63, "deephaven_ib.OrderIdStrategy", false]], "output (class in deephaven.learn)": [[24, "deephaven.learn.Output", false]], "pandasdataframeserializer (class in deephaven.pandasplugin.pandas_as_table)": [[30, "deephaven.pandasplugin.pandas_as_table.PandasDataFrameSerializer", false]], "pandaspluginregistration (class in deephaven.pandasplugin)": [[29, "deephaven.pandasplugin.PandasPluginRegistration", false]], "param_count (jmethod attribute)": [[72, "jpy.JMethod.param_count", false]], "parquetfilelayout (class in deephaven.parquet)": [[31, "deephaven.parquet.ParquetFileLayout", false]], "partition() (in module deephaven.agg)": [[1, "deephaven.agg.partition", false]], "partition_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.partition_by", false]], "partition_by() (table method)": [[56, "deephaven.table.Table.partition_by", false]], "partitioned_agg_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.partitioned_agg_by", false]], "partitioned_agg_by() (table method)": [[56, "deephaven.table.Table.partitioned_agg_by", false]], "partitioned_transform() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.partitioned_transform", false]], "partitionedtable (class in deephaven.table)": [[56, "deephaven.table.PartitionedTable", false]], "partitionedtableproxy (class in deephaven.table)": [[56, "deephaven.table.PartitionedTableProxy", false]], "partitioning (columntype attribute)": [[6, "deephaven.column.ColumnType.PARTITIONING", false]], "path() (jsplugin method)": [[44, "deephaven.plugin.js.JsPlugin.path", false]], "pattern() (in module deephaven.filters)": [[21, "deephaven.filters.pattern", false]], "patternmode (class in deephaven.filters)": [[21, "deephaven.filters.PatternMode", false]], "pct() (in module deephaven.agg)": [[1, "deephaven.agg.pct", false]], "period (in module deephaven.dtypes)": [[13, "deephaven.dtypes.Period", false]], "pie (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.PIE", false]], "plain (fontstyle attribute)": [[38, "deephaven.plot.font.FontStyle.PLAIN", false]], "plot_cat() (figure method)": [[37, "deephaven.plot.figure.Figure.plot_cat", false]], "plot_cat_hist() (figure method)": [[37, "deephaven.plot.figure.Figure.plot_cat_hist", false]], "plot_ohlc() (figure method)": [[37, "deephaven.plot.figure.Figure.plot_ohlc", false]], "plot_pie() (figure method)": [[37, "deephaven.plot.figure.Figure.plot_pie", false]], "plot_treemap() (figure method)": [[37, "deephaven.plot.figure.Figure.plot_treemap", false]], "plot_xy() (figure method)": [[37, "deephaven.plot.figure.Figure.plot_xy", false]], "plot_xy_hist() (figure method)": [[37, "deephaven.plot.figure.Figure.plot_xy_hist", false]], "plotstyle (class in deephaven.plot.plotstyle)": [[40, "deephaven.plot.plotstyle.PlotStyle", false]], "plugin (class in deephaven.plugin)": [[43, "deephaven.plugin.Plugin", false]], "point() (figure method)": [[37, "deephaven.plot.figure.Figure.point", false]], "poison (baddatabehavior attribute)": [[61, "deephaven.updateby.BadDataBehavior.POISON", false]], "port (ibsessiontws property)": [[63, "deephaven_ib.IbSessionTws.port", false]], "port (server property)": [[67, "deephaven_server.server.Server.port", false]], "pos_infinity_double (in module deephaven.constants)": [[7, "deephaven.constants.POS_INFINITY_DOUBLE", false]], "pos_infinity_float (in module deephaven.constants)": [[7, "deephaven.constants.POS_INFINITY_FLOAT", false]], "preserve() (livenessscope method)": [[26, "deephaven.liveness_scope.LivenessScope.preserve", false]], "preserve() (simplelivenessscope method)": [[26, "deephaven.liveness_scope.SimpleLivenessScope.preserve", false]], "process_info() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.process_info", false]], "process_info_log() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.process_info_log", false]], "process_metrics_log() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.process_metrics_log", false]], "produce() (in module deephaven.stream.kafka.producer)": [[54, "deephaven.stream.kafka.producer.produce", false]], "protobuf_spec() (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.protobuf_spec", false]], "protobufprotocol (class in deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.ProtobufProtocol", false]], "proxy() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.proxy", false]], "publish_failure() (tablepublisher method)": [[55, "deephaven.stream.table_publisher.TablePublisher.publish_failure", false]], "pyobj_col() (in module deephaven.column)": [[6, "deephaven.column.pyobj_col", false]], "pyobject (in module deephaven.dtypes)": [[13, "deephaven.dtypes.PyObject", false]], "query_operation_performance() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_operation_performance", false]], "query_operation_performance_log() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_operation_performance_log", false]], "query_operation_performance_tree_table() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_operation_performance_tree_table", false]], "query_performance() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_performance", false]], "query_performance_log() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_performance_log", false]], "query_performance_tree_table() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_performance_tree_table", false]], "query_update_performance() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_update_performance", false]], "query_update_performance_map() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.query_update_performance_map", false]], "raj() (inputtable method)": [[57, "deephaven.table_factory.InputTable.raj", false]], "raj() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.raj", false]], "raj() (table method)": [[56, "deephaven.table.Table.raj", false]], "range_join() (inputtable method)": [[57, "deephaven.table_factory.InputTable.range_join", false]], "range_join() (table method)": [[56, "deephaven.table.Table.range_join", false]], "raw() (protobufprotocol static method)": [[53, "deephaven.stream.kafka.consumer.ProtobufProtocol.raw", false]], "read() (in module deephaven.csv)": [[8, "deephaven.csv.read", false]], "read() (in module deephaven.parquet)": [[31, "deephaven.parquet.read", false]], "read_csv() (in module deephaven)": [[0, "deephaven.read_csv", false]], "read_feather() (in module deephaven.arrow)": [[3, "deephaven.arrow.read_feather", false]], "read_only (ibsessiontws property)": [[63, "deephaven_ib.IbSessionTws.read_only", false]], "read_sql() (in module deephaven)": [[0, "deephaven.read_sql", false]], "read_sql() (in module deephaven.dbc)": [[9, "deephaven.dbc.read_sql", false]], "real_time (marketdatatype attribute)": [[63, "deephaven_ib.MarketDataType.REAL_TIME", false]], "rebate_rate (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.REBATE_RATE", false]], "reference (class in deephaven.plugin.object_type)": [[45, "deephaven.plugin.object_type.Reference", false]], "reference() (exporter method)": [[45, "deephaven.plugin.object_type.Exporter.reference", false]], "register() (callback method)": [[43, "deephaven.plugin.Callback.register", false]], "register_into() (pandaspluginregistration class method)": [[29, "deephaven.pandasplugin.PandasPluginRegistration.register_into", false]], "register_into() (registration class method)": [[43, "deephaven.plugin.Registration.register_into", false]], "registeredcontract (class in deephaven_ib)": [[63, "deephaven_ib.RegisteredContract", false]], "registration (class in deephaven.plugin)": [[43, "deephaven.plugin.Registration", false]], "release() (livenessscope method)": [[26, "deephaven.liveness_scope.LivenessScope.release", false]], "remove_calendar() (in module deephaven.calendar)": [[5, "deephaven.calendar.remove_calendar", false]], "removed() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.removed", false]], "removed_chunks() (tableupdate method)": [[58, "deephaven.table_listener.TableUpdate.removed_chunks", false]], "rename_columns() (inputtable method)": [[57, "deephaven.table_factory.InputTable.rename_columns", false]], "rename_columns() (table method)": [[56, "deephaven.table.Table.rename_columns", false]], "request (class in deephaven_ib)": [[63, "deephaven_ib.Request", false]], "request_account_overview() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_account_overview", false]], "request_account_pnl() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_account_pnl", false]], "request_account_positions() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_account_positions", false]], "request_bars_historical() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_bars_historical", false]], "request_bars_realtime() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_bars_realtime", false]], "request_contracts_matching() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_contracts_matching", false]], "request_market_data() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_market_data", false]], "request_news_article() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_news_article", false]], "request_news_historical() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_news_historical", false]], "request_tick_data_historical() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_tick_data_historical", false]], "request_tick_data_realtime() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.request_tick_data_realtime", false]], "require_matching_keys (partitionedtableproxy attribute)": [[56, "deephaven.table.PartitionedTableProxy.require_matching_keys", false]], "reset (baddatabehavior attribute)": [[61, "deephaven.updateby.BadDataBehavior.RESET", false]], "resolve() (in module deephaven.uri)": [[62, "deephaven.uri.resolve", false]], "restrict_sort_to() (inputtable method)": [[57, "deephaven.table_factory.InputTable.restrict_sort_to", false]], "restrict_sort_to() (table method)": [[56, "deephaven.table.Table.restrict_sort_to", false]], "retry (orderidstrategy attribute)": [[63, "deephaven_ib.OrderIdStrategy.RETRY", false]], "reverse() (inputtable method)": [[57, "deephaven.table_factory.InputTable.reverse", false]], "reverse() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.reverse", false]], "reverse() (table method)": [[56, "deephaven.table.Table.reverse", false]], "right_triangle (shape attribute)": [[42, "deephaven.plot.shape.Shape.RIGHT_TRIANGLE", false]], "ring() (tabletype static method)": [[53, "deephaven.stream.kafka.consumer.TableType.ring", false]], "ring_table() (in module deephaven)": [[0, "deephaven.ring_table", false]], "ring_table() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.ring_table", false]], "rolling_avg_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_avg_tick", false]], "rolling_avg_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_avg_time", false]], "rolling_count_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_count_tick", false]], "rolling_count_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_count_time", false]], "rolling_formula_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_formula_tick", false]], "rolling_formula_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_formula_time", false]], "rolling_group_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_group_tick", false]], "rolling_group_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_group_time", false]], "rolling_max_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_max_tick", false]], "rolling_max_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_max_time", false]], "rolling_min_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_min_tick", false]], "rolling_min_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_min_time", false]], "rolling_prod_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_prod_tick", false]], "rolling_prod_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_prod_time", false]], "rolling_std_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_std_tick", false]], "rolling_std_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_std_time", false]], "rolling_sum_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_sum_tick", false]], "rolling_sum_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_sum_time", false]], "rolling_wavg_tick() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_wavg_tick", false]], "rolling_wavg_time() (in module deephaven.updateby)": [[61, "deephaven.updateby.rolling_wavg_time", false]], "rollup() (inputtable method)": [[57, "deephaven.table_factory.InputTable.rollup", false]], "rollup() (table method)": [[56, "deephaven.table.Table.rollup", false]], "rollupnodeoperationsrecorder (class in deephaven.table)": [[56, "deephaven.table.RollupNodeOperationsRecorder", false]], "rolluptable (class in deephaven.table)": [[56, "deephaven.table.RollupTable", false]], "root_cause (dherror property)": [[0, "deephaven.DHError.root_cause", false], [12, "deephaven.dherror.DHError.root_cause", false]], "round (lineendstyle attribute)": [[39, "deephaven.plot.linestyle.LineEndStyle.ROUND", false]], "round (linejoinstyle attribute)": [[39, "deephaven.plot.linestyle.LineJoinStyle.ROUND", false]], "row_major (memorylayout attribute)": [[25, "deephaven.learn.gather.MemoryLayout.ROW_MAJOR", false]], "s3instructions (class in deephaven.experimental.s3)": [[19, "deephaven.experimental.s3.S3Instructions", false]], "sanity_check_joins (partitionedtableproxy attribute)": [[56, "deephaven.table.PartitionedTableProxy.sanity_check_joins", false]], "save() (figure method)": [[37, "deephaven.plot.figure.Figure.save", false]], "scatter (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.SCATTER", false]], "searchdisplaymode (class in deephaven.table)": [[56, "deephaven.table.SearchDisplayMode", false]], "sec_1 (barsize attribute)": [[63, "deephaven_ib.BarSize.SEC_1", false]], "sec_10 (barsize attribute)": [[63, "deephaven_ib.BarSize.SEC_10", false]], "sec_15 (barsize attribute)": [[63, "deephaven_ib.BarSize.SEC_15", false]], "sec_30 (barsize attribute)": [[63, "deephaven_ib.BarSize.SEC_30", false]], "sec_5 (barsize attribute)": [[63, "deephaven_ib.BarSize.SEC_5", false]], "seconds() (duration static method)": [[63, "deephaven_ib.Duration.seconds", false]], "seek_to_beginning (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.SEEK_TO_BEGINNING", false]], "seek_to_end (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.SEEK_TO_END", false]], "select() (inputtable method)": [[57, "deephaven.table_factory.InputTable.select", false]], "select() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.select", false]], "select() (table method)": [[56, "deephaven.table.Table.select", false]], "select_distinct() (inputtable method)": [[57, "deephaven.table_factory.InputTable.select_distinct", false]], "select_distinct() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.select_distinct", false]], "select_distinct() (table method)": [[56, "deephaven.table.Table.select_distinct", false]], "selectabledataset (class in deephaven.plot.selectable_dataset)": [[41, "deephaven.plot.selectable_dataset.SelectableDataSet", false]], "serdes() (protobufprotocol static method)": [[53, "deephaven.stream.kafka.consumer.ProtobufProtocol.serdes", false]], "series() (figure method)": [[37, "deephaven.plot.figure.Figure.series", false]], "server (class in deephaven_server.server)": [[67, "deephaven_server.server.Server", false]], "server_config (server property)": [[67, "deephaven_server.server.Server.server_config", false]], "server_state() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.server_state", false]], "server_state_log() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.server_state_log", false]], "serverconfig (class in deephaven_server.server)": [[67, "deephaven_server.server.ServerConfig", false]], "set_calendar() (in module deephaven.calendar)": [[5, "deephaven.calendar.set_calendar", false]], "set_market_data_type() (ibsessiontws method)": [[63, "deephaven_ib.IbSessionTws.set_market_data_type", false]], "set_param_mutable() (jmethod method)": [[72, "jpy.JMethod.set_param_mutable", false]], "set_param_output() (jmethod method)": [[72, "jpy.JMethod.set_param_output", false]], "set_param_return() (jmethod method)": [[72, "jpy.JMethod.set_param_return", false]], "set_pattern() (axisformat method)": [[34, "deephaven.plot.axisformat.AxisFormat.set_pattern", false]], "set_pattern() (decimalaxisformat method)": [[34, "deephaven.plot.axisformat.DecimalAxisFormat.set_pattern", false]], "set_pattern() (nanosaxisformat method)": [[34, "deephaven.plot.axisformat.NanosAxisFormat.set_pattern", false]], "shape (class in deephaven.plot.shape)": [[42, "deephaven.plot.shape.Shape", false]], "shared_lock() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.shared_lock", false]], "shared_locked() (in module deephaven.update_graph)": [[60, "deephaven.update_graph.shared_locked", false]], "short (in module deephaven.dtypes)": [[13, "deephaven.dtypes.short", false]], "short_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.short_array", false]], "short_col() (in module deephaven.column)": [[6, "deephaven.column.short_col", false]], "show (searchdisplaymode attribute)": [[56, "deephaven.table.SearchDisplayMode.SHOW", false]], "show() (figure method)": [[37, "deephaven.plot.figure.Figure.show", false]], "shutdown() (tablereplayer method)": [[0, "deephaven.TableReplayer.shutdown", false], [47, "deephaven.replay.TableReplayer.shutdown", false]], "simple_date_format() (in module deephaven.time)": [[59, "deephaven.time.simple_date_format", false]], "simple_spec() (in module deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.simple_spec", false]], "simple_spec() (in module deephaven.stream.kafka.producer)": [[54, "deephaven.stream.kafka.producer.simple_spec", false]], "simplelivenessscope (class in deephaven.liveness_scope)": [[26, "deephaven.liveness_scope.SimpleLivenessScope", false]], "single (in module deephaven.dtypes)": [[13, "deephaven.dtypes.single", false]], "single_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.single_array", false]], "single_file (parquetfilelayout attribute)": [[31, "deephaven.parquet.ParquetFileLayout.SINGLE_FILE", false]], "size (inputtable property)": [[57, "deephaven.table_factory.InputTable.size", false]], "size (table property)": [[56, "deephaven.table.Table.size", false]], "skip (baddatabehavior attribute)": [[61, "deephaven.updateby.BadDataBehavior.SKIP", false]], "slice() (inputtable method)": [[57, "deephaven.table_factory.InputTable.slice", false]], "slice() (table method)": [[56, "deephaven.table.Table.slice", false]], "slice_pct() (inputtable method)": [[57, "deephaven.table_factory.InputTable.slice_pct", false]], "slice_pct() (table method)": [[56, "deephaven.table.Table.slice_pct", false]], "snapshot() (barragesession method)": [[4, "deephaven.barrage.BarrageSession.snapshot", false]], "snapshot() (inputtable method)": [[57, "deephaven.table_factory.InputTable.snapshot", false]], "snapshot() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.snapshot", false]], "snapshot() (table method)": [[56, "deephaven.table.Table.snapshot", false]], "snapshot_when() (inputtable method)": [[57, "deephaven.table_factory.InputTable.snapshot_when", false]], "snapshot_when() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.snapshot_when", false]], "snapshot_when() (table method)": [[56, "deephaven.table.Table.snapshot_when", false]], "sort() (inputtable method)": [[57, "deephaven.table_factory.InputTable.sort", false]], "sort() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.sort", false]], "sort() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.sort", false]], "sort() (rollupnodeoperationsrecorder method)": [[56, "deephaven.table.RollupNodeOperationsRecorder.sort", false]], "sort() (table method)": [[56, "deephaven.table.Table.sort", false]], "sort() (treenodeoperationsrecorder method)": [[56, "deephaven.table.TreeNodeOperationsRecorder.sort", false]], "sort_descending() (inputtable method)": [[57, "deephaven.table_factory.InputTable.sort_descending", false]], "sort_descending() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.sort_descending", false]], "sort_descending() (rollupnodeoperationsrecorder method)": [[56, "deephaven.table.RollupNodeOperationsRecorder.sort_descending", false]], "sort_descending() (table method)": [[56, "deephaven.table.Table.sort_descending", false]], "sort_descending() (treenodeoperationsrecorder method)": [[56, "deephaven.table.TreeNodeOperationsRecorder.sort_descending", false]], "sortdirection (class in deephaven)": [[0, "deephaven.SortDirection", false]], "sortdirection (class in deephaven.table)": [[56, "deephaven.table.SortDirection", false]], "sorted_first() (in module deephaven.agg)": [[1, "deephaven.agg.sorted_first", false]], "sorted_last() (in module deephaven.agg)": [[1, "deephaven.agg.sorted_last", false]], "square (lineendstyle attribute)": [[39, "deephaven.plot.linestyle.LineEndStyle.SQUARE", false]], "square (shape attribute)": [[42, "deephaven.plot.shape.Shape.SQUARE", false]], "stacked_area (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.STACKED_AREA", false]], "stacked_bar (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.STACKED_BAR", false]], "start() (server method)": [[67, "deephaven_server.server.Server.start", false]], "start() (tablelistenerhandle method)": [[58, "deephaven.table_listener.TableListenerHandle.start", false]], "start() (tablereplayer method)": [[0, "deephaven.TableReplayer.start", false], [47, "deephaven.replay.TableReplayer.start", false]], "start_jvm() (in module deephaven_server.start_jvm)": [[68, "deephaven_server.start_jvm.start_jvm", false]], "std() (in module deephaven.agg)": [[1, "deephaven.agg.std", false]], "std_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.std_by", false]], "std_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.std_by", false]], "std_by() (table method)": [[56, "deephaven.table.Table.std_by", false]], "step (plotstyle attribute)": [[40, "deephaven.plot.plotstyle.PlotStyle.STEP", false]], "stop() (tablelistenerhandle method)": [[58, "deephaven.table_listener.TableListenerHandle.stop", false]], "stream() (tabletype static method)": [[53, "deephaven.stream.kafka.consumer.TableType.stream", false]], "stream_to_append_only() (in module deephaven.stream)": [[50, "deephaven.stream.stream_to_append_only", false]], "string (in module deephaven.dtypes)": [[13, "deephaven.dtypes.string", false]], "string_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.string_array", false]], "string_col() (in module deephaven.column)": [[6, "deephaven.column.string_col", false]], "stringset (in module deephaven.dtypes)": [[13, "deephaven.dtypes.StringSet", false]], "submit_task() (in module deephaven.server.executors)": [[49, "deephaven.server.executors.submit_task", false]], "subscribe() (barragesession method)": [[4, "deephaven.barrage.BarrageSession.subscribe", false]], "sum_() (in module deephaven.agg)": [[1, "deephaven.agg.sum_", false]], "sum_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.sum_by", false]], "sum_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.sum_by", false]], "sum_by() (table method)": [[56, "deephaven.table.Table.sum_by", false]], "table (class in deephaven.table)": [[56, "deephaven.table.Table", false]], "table (dataindex property)": [[16, "deephaven.experimental.data_index.DataIndex.table", false]], "table (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.table", false]], "table() (multijointable method)": [[56, "deephaven.table.MultiJoinTable.table", false]], "table_publisher() (in module deephaven.stream.table_publisher)": [[55, "deephaven.stream.table_publisher.table_publisher", false]], "table_to_numpy_2d() (in module deephaven.learn.gather)": [[25, "deephaven.learn.gather.table_to_numpy_2d", false]], "tablelistener (class in deephaven.table_listener)": [[58, "deephaven.table_listener.TableListener", false]], "tablelistenerhandle (class in deephaven.table_listener)": [[58, "deephaven.table_listener.TableListenerHandle", false]], "tablepublisher (class in deephaven.stream.table_publisher)": [[55, "deephaven.stream.table_publisher.TablePublisher", false]], "tablereplayer (class in deephaven)": [[0, "deephaven.TableReplayer", false]], "tablereplayer (class in deephaven.replay)": [[47, "deephaven.replay.TableReplayer", false]], "tables (ibsessiontws property)": [[63, "deephaven_ib.IbSessionTws.tables", false]], "tables_raw (ibsessiontws property)": [[63, "deephaven_ib.IbSessionTws.tables_raw", false]], "tabletype (class in deephaven.stream.kafka.consumer)": [[53, "deephaven.stream.kafka.consumer.TableType", false]], "tableupdate (class in deephaven.table_listener)": [[58, "deephaven.table_listener.TableUpdate", false]], "tail() (inputtable method)": [[57, "deephaven.table_factory.InputTable.tail", false]], "tail() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.tail", false]], "tail() (table method)": [[56, "deephaven.table.Table.tail", false]], "tail_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.tail_by", false]], "tail_by() (table method)": [[56, "deephaven.table.Table.tail_by", false]], "tail_pct() (inputtable method)": [[57, "deephaven.table_factory.InputTable.tail_pct", false]], "tail_pct() (table method)": [[56, "deephaven.table.Table.tail_pct", false]], "target (partitionedtableproxy attribute)": [[56, "deephaven.table.PartitionedTableProxy.target", false]], "target_url_or_default (serverconfig property)": [[67, "deephaven_server.server.ServerConfig.target_url_or_default", false]], "throw (baddatabehavior attribute)": [[61, "deephaven.updateby.BadDataBehavior.THROW", false]], "tickdatatype (class in deephaven_ib)": [[63, "deephaven_ib.TickDataType", false]], "ticks() (figure method)": [[37, "deephaven.plot.figure.Figure.ticks", false]], "ticks_minor() (figure method)": [[37, "deephaven.plot.figure.Figure.ticks_minor", false]], "time_table() (in module deephaven)": [[0, "deephaven.time_table", false]], "time_table() (in module deephaven.table_factory)": [[57, "deephaven.table_factory.time_table", false]], "time_window() (in module deephaven.experimental)": [[15, "deephaven.experimental.time_window", false]], "time_zone_alias_add() (in module deephaven.time)": [[59, "deephaven.time.time_zone_alias_add", false]], "time_zone_alias_rm() (in module deephaven.time)": [[59, "deephaven.time.time_zone_alias_rm", false]], "timezone (in module deephaven.dtypes)": [[13, "deephaven.dtypes.TimeZone", false]], "to_arrow() (in module deephaven.arrow)": [[3, "deephaven.arrow.to_arrow", false]], "to_bytes() (fetchonlyobjecttype method)": [[45, "deephaven.plugin.object_type.FetchOnlyObjectType.to_bytes", false]], "to_bytes() (pandasdataframeserializer method)": [[30, "deephaven.pandasplugin.pandas_as_table.PandasDataFrameSerializer.to_bytes", false]], "to_date() (in module deephaven.time)": [[59, "deephaven.time.to_date", false]], "to_datetime() (in module deephaven.time)": [[59, "deephaven.time.to_datetime", false]], "to_html() (in module deephaven.html)": [[22, "deephaven.html.to_html", false]], "to_ib_datetime() (in module deephaven_ib.time)": [[64, "deephaven_ib.time.to_ib_datetime", false]], "to_j_duration() (in module deephaven.time)": [[59, "deephaven.time.to_j_duration", false]], "to_j_instant() (in module deephaven.time)": [[59, "deephaven.time.to_j_instant", false]], "to_j_local_date() (in module deephaven.time)": [[59, "deephaven.time.to_j_local_date", false]], "to_j_local_time() (in module deephaven.time)": [[59, "deephaven.time.to_j_local_time", false]], "to_j_period() (in module deephaven.time)": [[59, "deephaven.time.to_j_period", false]], "to_j_time_zone() (in module deephaven.time)": [[59, "deephaven.time.to_j_time_zone", false]], "to_j_zdt() (in module deephaven.time)": [[59, "deephaven.time.to_j_zdt", false]], "to_np_busdaycalendar() (in module deephaven.numpy)": [[27, "deephaven.numpy.to_np_busdaycalendar", false]], "to_np_datetime64() (in module deephaven.time)": [[59, "deephaven.time.to_np_datetime64", false]], "to_np_timedelta64() (in module deephaven.time)": [[59, "deephaven.time.to_np_timedelta64", false]], "to_numpy() (in module deephaven.numpy)": [[27, "deephaven.numpy.to_numpy", false]], "to_pandas() (in module deephaven.pandas)": [[28, "deephaven.pandas.to_pandas", false]], "to_pd_timedelta() (in module deephaven.time)": [[59, "deephaven.time.to_pd_timedelta", false]], "to_pd_timestamp() (in module deephaven.time)": [[59, "deephaven.time.to_pd_timestamp", false]], "to_sequence() (in module deephaven.jcompat)": [[23, "deephaven.jcompat.to_sequence", false]], "to_string() (inputtable method)": [[57, "deephaven.table_factory.InputTable.to_string", false]], "to_string() (table method)": [[56, "deephaven.table.Table.to_string", false]], "to_table() (in module deephaven.arrow)": [[3, "deephaven.arrow.to_table", false]], "to_table() (in module deephaven.numpy)": [[27, "deephaven.numpy.to_table", false]], "to_table() (in module deephaven.pandas)": [[28, "deephaven.pandas.to_table", false]], "to_time() (in module deephaven.time)": [[59, "deephaven.time.to_time", false]], "to_timedelta() (in module deephaven.time)": [[59, "deephaven.time.to_timedelta", false]], "topics() (in module deephaven.stream.kafka)": [[51, "deephaven.stream.kafka.topics", false]], "traceback (dherror property)": [[0, "deephaven.DHError.traceback", false], [12, "deephaven.dherror.DHError.traceback", false]], "trades (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.TRADES", false]], "transform() (partitionedtable method)": [[56, "deephaven.table.PartitionedTable.transform", false]], "tree() (inputtable method)": [[57, "deephaven.table_factory.InputTable.tree", false]], "tree() (table method)": [[56, "deephaven.table.Table.tree", false]], "treenodeoperationsrecorder (class in deephaven.table)": [[56, "deephaven.table.TreeNodeOperationsRecorder", false]], "treetable (class in deephaven.table)": [[56, "deephaven.table.TreeTable", false]], "twin() (figure method)": [[37, "deephaven.plot.figure.Figure.twin", false]], "ungroup() (inputtable method)": [[57, "deephaven.table_factory.InputTable.ungroup", false]], "ungroup() (table method)": [[56, "deephaven.table.Table.ungroup", false]], "unique() (in module deephaven.agg)": [[1, "deephaven.agg.unique", false]], "unique_keys (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.unique_keys", false]], "unix_sec_to_j_instant() (in module deephaven_ib.time)": [[64, "deephaven_ib.time.unix_sec_to_j_instant", false]], "unlimited (mathcontext attribute)": [[61, "deephaven.updateby.MathContext.UNLIMITED", false]], "unmanage() (livenessscope method)": [[26, "deephaven.liveness_scope.LivenessScope.unmanage", false]], "unmanage() (simplelivenessscope method)": [[26, "deephaven.liveness_scope.SimpleLivenessScope.unmanage", false]], "up_triangle (shape attribute)": [[42, "deephaven.plot.shape.Shape.UP_TRIANGLE", false]], "update() (inputtable method)": [[57, "deephaven.table_factory.InputTable.update", false]], "update() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.update", false]], "update() (table method)": [[56, "deephaven.table.Table.update", false]], "update_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.update_by", false]], "update_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.update_by", false]], "update_by() (table method)": [[56, "deephaven.table.Table.update_by", false]], "update_graph (inputtable property)": [[57, "deephaven.table_factory.InputTable.update_graph", false]], "update_graph (partitionedtable property)": [[56, "deephaven.table.PartitionedTable.update_graph", false]], "update_graph (partitionedtableproxy property)": [[56, "deephaven.table.PartitionedTableProxy.update_graph", false]], "update_graph (table property)": [[56, "deephaven.table.Table.update_graph", false]], "update_performance_log() (in module deephaven.perfmon)": [[32, "deephaven.perfmon.update_performance_log", false]], "update_view() (inputtable method)": [[57, "deephaven.table_factory.InputTable.update_view", false]], "update_view() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.update_view", false]], "update_view() (table method)": [[56, "deephaven.table.Table.update_view", false]], "updatebyoperation (class in deephaven.updateby)": [[61, "deephaven.updateby.UpdateByOperation", false]], "updategraph (class in deephaven.update_graph)": [[60, "deephaven.update_graph.UpdateGraph", false]], "urls() (authenticationhandler method)": [[67, "deephaven_server.server.AuthenticationHandler.urls", false]], "value_dominates (deltacontrol attribute)": [[61, "deephaven.updateby.DeltaControl.VALUE_DOMINATES", false]], "value_names (inputtable property)": [[57, "deephaven.table_factory.InputTable.value_names", false]], "var() (in module deephaven.agg)": [[1, "deephaven.agg.var", false]], "var_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.var_by", false]], "var_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.var_by", false]], "var_by() (table method)": [[56, "deephaven.table.Table.var_by", false]], "version (jsplugin property)": [[44, "deephaven.plugin.js.JsPlugin.version", false]], "vertical_rectangle (shape attribute)": [[42, "deephaven.plot.shape.Shape.VERTICAL_RECTANGLE", false]], "view() (inputtable method)": [[57, "deephaven.table_factory.InputTable.view", false]], "view() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.view", false]], "view() (table method)": [[56, "deephaven.table.Table.view", false]], "week_1 (barsize attribute)": [[63, "deephaven_ib.BarSize.WEEK_1", false]], "weeks() (duration static method)": [[63, "deephaven_ib.Duration.weeks", false]], "weighted_avg() (in module deephaven.agg)": [[1, "deephaven.agg.weighted_avg", false]], "weighted_avg_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.weighted_avg_by", false]], "weighted_avg_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.weighted_avg_by", false]], "weighted_avg_by() (table method)": [[56, "deephaven.table.Table.weighted_avg_by", false]], "weighted_sum() (in module deephaven.agg)": [[1, "deephaven.agg.weighted_sum", false]], "weighted_sum_by() (inputtable method)": [[57, "deephaven.table_factory.InputTable.weighted_sum_by", false]], "weighted_sum_by() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.weighted_sum_by", false]], "weighted_sum_by() (table method)": [[56, "deephaven.table.Table.weighted_sum_by", false]], "where() (inputtable method)": [[57, "deephaven.table_factory.InputTable.where", false]], "where() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.where", false]], "where() (table method)": [[56, "deephaven.table.Table.where", false]], "where() (treenodeoperationsrecorder method)": [[56, "deephaven.table.TreeNodeOperationsRecorder.where", false]], "where_in() (inputtable method)": [[57, "deephaven.table_factory.InputTable.where_in", false]], "where_in() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.where_in", false]], "where_in() (table method)": [[56, "deephaven.table.Table.where_in", false]], "where_not_in() (inputtable method)": [[57, "deephaven.table_factory.InputTable.where_not_in", false]], "where_not_in() (partitionedtableproxy method)": [[56, "deephaven.table.PartitionedTableProxy.where_not_in", false]], "where_not_in() (table method)": [[56, "deephaven.table.Table.where_not_in", false]], "where_one_of() (inputtable method)": [[57, "deephaven.table_factory.InputTable.where_one_of", false]], "where_one_of() (table method)": [[56, "deephaven.table.Table.where_one_of", false]], "with_attributes() (inputtable method)": [[57, "deephaven.table_factory.InputTable.with_attributes", false]], "with_attributes() (table method)": [[56, "deephaven.table.Table.with_attributes", false]], "with_filters() (rolluptable method)": [[56, "deephaven.table.RollupTable.with_filters", false]], "with_filters() (treetable method)": [[56, "deephaven.table.TreeTable.with_filters", false]], "with_node_operations() (rolluptable method)": [[56, "deephaven.table.RollupTable.with_node_operations", false]], "with_node_operations() (treetable method)": [[56, "deephaven.table.TreeTable.with_node_operations", false]], "with_traceback() (dherror method)": [[0, "deephaven.DHError.with_traceback", false], [12, "deephaven.dherror.DHError.with_traceback", false]], "with_traceback() (jexception method)": [[72, "jpy.JException.with_traceback", false]], "without_attributes() (inputtable method)": [[57, "deephaven.table_factory.InputTable.without_attributes", false]], "without_attributes() (table method)": [[56, "deephaven.table.Table.without_attributes", false]], "write() (in module deephaven.csv)": [[8, "deephaven.csv.write", false]], "write() (in module deephaven.parquet)": [[31, "deephaven.parquet.write", false]], "write_csv() (in module deephaven)": [[0, "deephaven.write_csv", false]], "write_partitioned() (in module deephaven.parquet)": [[31, "deephaven.parquet.write_partitioned", false]], "write_row() (dynamictablewriter method)": [[0, "deephaven.DynamicTableWriter.write_row", false], [57, "deephaven.table_factory.DynamicTableWriter.write_row", false]], "x_axis() (figure method)": [[37, "deephaven.plot.figure.Figure.x_axis", false]], "x_ticks() (figure method)": [[37, "deephaven.plot.figure.Figure.x_ticks", false]], "x_ticks_minor() (figure method)": [[37, "deephaven.plot.figure.Figure.x_ticks_minor", false]], "x_twin() (figure method)": [[37, "deephaven.plot.figure.Figure.x_twin", false]], "y_axis() (figure method)": [[37, "deephaven.plot.figure.Figure.y_axis", false]], "y_ticks() (figure method)": [[37, "deephaven.plot.figure.Figure.y_ticks", false]], "y_ticks_minor() (figure method)": [[37, "deephaven.plot.figure.Figure.y_ticks_minor", false]], "y_twin() (figure method)": [[37, "deephaven.plot.figure.Figure.y_twin", false]], "years() (duration static method)": [[63, "deephaven_ib.Duration.years", false]], "yield_ask (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.YIELD_ASK", false]], "yield_bid (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.YIELD_BID", false]], "yield_bid_ask (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.YIELD_BID_ASK", false]], "yield_last (bardatatype attribute)": [[63, "deephaven_ib.BarDataType.YIELD_LAST", false]], "zdt_array (in module deephaven.dtypes)": [[13, "deephaven.dtypes.zdt_array", false]], "zero_dominates (deltacontrol attribute)": [[61, "deephaven.updateby.DeltaControl.ZERO_DOMINATES", false]], "zoneddatetime (in module deephaven.dtypes)": [[13, "deephaven.dtypes.ZonedDateTime", false]]}, "objects": {"": [[0, 0, 0, "-", "deephaven"], [63, 0, 0, "-", "deephaven_ib"], [65, 0, 0, "-", "deephaven_server"], [69, 0, 0, "-", "ibapi"], [72, 0, 0, "-", "jpy"]], "deephaven": [[0, 1, 1, "", "DHError"], [0, 4, 1, "", "DynamicTableWriter"], [0, 4, 1, "", "SortDirection"], [0, 4, 1, "", "TableReplayer"], [1, 0, 0, "-", "agg"], [2, 0, 0, "-", "appmode"], [3, 0, 0, "-", "arrow"], [4, 0, 0, "-", "barrage"], [5, 0, 0, "-", "calendar"], [6, 0, 0, "-", "column"], [7, 0, 0, "-", "constants"], [8, 0, 0, "-", "csv"], [9, 0, 0, "-", "dbc"], [12, 0, 0, "-", "dherror"], [13, 0, 0, "-", "dtypes"], [0, 6, 1, "", "empty_table"], [14, 0, 0, "-", "execution_context"], [15, 0, 0, "-", "experimental"], [21, 0, 0, "-", "filters"], [0, 6, 1, "", "function_generated_table"], [0, 6, 1, "", "garbage_collect"], [22, 0, 0, "-", "html"], [0, 6, 1, "", "input_table"], [23, 0, 0, "-", "jcompat"], [24, 0, 0, "-", "learn"], [26, 0, 0, "-", "liveness_scope"], [0, 6, 1, "", "merge"], [0, 6, 1, "", "merge_sorted"], [0, 6, 1, "", "new_table"], [27, 0, 0, "-", "numpy"], [28, 0, 0, "-", "pandas"], [29, 0, 0, "-", "pandasplugin"], [31, 0, 0, "-", "parquet"], [32, 0, 0, "-", "perfmon"], [33, 0, 0, "-", "plot"], [43, 0, 0, "-", "plugin"], [46, 0, 0, "-", "query_library"], [0, 6, 1, "", "read_csv"], [0, 6, 1, "", "read_sql"], [47, 0, 0, "-", "replay"], [0, 6, 1, "", "ring_table"], [48, 0, 0, "-", "server"], [50, 0, 0, "-", "stream"], [56, 0, 0, "-", "table"], [57, 0, 0, "-", "table_factory"], [58, 0, 0, "-", "table_listener"], [59, 0, 0, "-", "time"], [0, 6, 1, "", "time_table"], [60, 0, 0, "-", "update_graph"], [61, 0, 0, "-", "updateby"], [62, 0, 0, "-", "uri"], [0, 6, 1, "", "write_csv"]], "deephaven.DHError": [[0, 2, 1, "", "compact_traceback"], [0, 2, 1, "", "root_cause"], [0, 2, 1, "", "traceback"], [0, 3, 1, "", "with_traceback"]], "deephaven.DynamicTableWriter": [[0, 3, 1, "", "close"], [0, 5, 1, "", "j_object_type"], [0, 3, 1, "", "write_row"]], "deephaven.SortDirection": [[0, 5, 1, "", "ASCENDING"], [0, 5, 1, "", "DESCENDING"]], "deephaven.TableReplayer": [[0, 3, 1, "", "add_table"], [0, 5, 1, "", "j_object_type"], [0, 3, 1, "", "shutdown"], [0, 3, 1, "", "start"]], "deephaven.agg": [[1, 4, 1, "", "Aggregation"], [1, 6, 1, "", "abs_sum"], [1, 6, 1, "", "avg"], [1, 6, 1, "", "count_"], [1, 6, 1, "", "count_distinct"], [1, 6, 1, "", "distinct"], [1, 6, 1, "", "first"], [1, 6, 1, "", "formula"], [1, 6, 1, "", "group"], [1, 6, 1, "", "last"], [1, 6, 1, "", "max_"], [1, 6, 1, "", "median"], [1, 6, 1, "", "min_"], [1, 6, 1, "", "partition"], [1, 6, 1, "", "pct"], [1, 6, 1, "", "sorted_first"], [1, 6, 1, "", "sorted_last"], [1, 6, 1, "", "std"], [1, 6, 1, "", "sum_"], [1, 6, 1, "", "unique"], [1, 6, 1, "", "var"], [1, 6, 1, "", "weighted_avg"], [1, 6, 1, "", "weighted_sum"]], "deephaven.appmode": [[2, 4, 1, "", "ApplicationState"], [2, 6, 1, "", "get_app_state"]], "deephaven.appmode.ApplicationState": [[2, 5, 1, "", "j_object_type"]], "deephaven.arrow": [[3, 6, 1, "", "read_feather"], [3, 6, 1, "", "to_arrow"], [3, 6, 1, "", "to_table"]], "deephaven.barrage": [[4, 4, 1, "", "BarrageSession"], [4, 6, 1, "", "barrage_session"]], "deephaven.barrage.BarrageSession": [[4, 3, 1, "", "close"], [4, 3, 1, "", "snapshot"], [4, 3, 1, "", "subscribe"]], "deephaven.calendar": [[5, 6, 1, "", "add_calendar"], [5, 6, 1, "", "calendar"], [5, 6, 1, "", "calendar_name"], [5, 6, 1, "", "calendar_names"], [5, 6, 1, "", "remove_calendar"], [5, 6, 1, "", "set_calendar"]], "deephaven.column": [[6, 4, 1, "", "Column"], [6, 4, 1, "", "ColumnType"], [6, 4, 1, "", "InputColumn"], [6, 6, 1, "", "bool_col"], [6, 6, 1, "", "byte_col"], [6, 6, 1, "", "char_col"], [6, 6, 1, "", "datetime_col"], [6, 6, 1, "", "double_col"], [6, 6, 1, "", "float_col"], [6, 6, 1, "", "int_col"], [6, 6, 1, "", "jobj_col"], [6, 6, 1, "", "long_col"], [6, 6, 1, "", "pyobj_col"], [6, 6, 1, "", "short_col"], [6, 6, 1, "", "string_col"]], "deephaven.column.ColumnType": [[6, 5, 1, "", "NORMAL"], [6, 5, 1, "", "PARTITIONING"]], "deephaven.constants": [[7, 7, 1, "", "MAX_BYTE"], [7, 7, 1, "", "MAX_CHAR"], [7, 7, 1, "", "MAX_DOUBLE"], [7, 7, 1, "", "MAX_FINITE_DOUBLE"], [7, 7, 1, "", "MAX_FINITE_FLOAT"], [7, 7, 1, "", "MAX_FLOAT"], [7, 7, 1, "", "MAX_INT"], [7, 7, 1, "", "MAX_LONG"], [7, 7, 1, "", "MAX_SHORT"], [7, 7, 1, "", "MIN_BYTE"], [7, 7, 1, "", "MIN_CHAR"], [7, 7, 1, "", "MIN_DOUBLE"], [7, 7, 1, "", "MIN_FINITE_DOUBLE"], [7, 7, 1, "", "MIN_FINITE_FLOAT"], [7, 7, 1, "", "MIN_FLOAT"], [7, 7, 1, "", "MIN_INT"], [7, 7, 1, "", "MIN_LONG"], [7, 7, 1, "", "MIN_POS_DOUBLE"], [7, 7, 1, "", "MIN_POS_FLOAT"], [7, 7, 1, "", "MIN_SHORT"], [7, 7, 1, "", "NAN_DOUBLE"], [7, 7, 1, "", "NAN_FLOAT"], [7, 7, 1, "", "NEG_INFINITY_DOUBLE"], [7, 7, 1, "", "NEG_INFINITY_FLOAT"], [7, 7, 1, "", "NULL_BOOLEAN"], [7, 7, 1, "", "NULL_BYTE"], [7, 7, 1, "", "NULL_CHAR"], [7, 7, 1, "", "NULL_DOUBLE"], [7, 7, 1, "", "NULL_FLOAT"], [7, 7, 1, "", "NULL_INT"], [7, 7, 1, "", "NULL_LONG"], [7, 7, 1, "", "NULL_SHORT"], [7, 7, 1, "", "POS_INFINITY_DOUBLE"], [7, 7, 1, "", "POS_INFINITY_FLOAT"]], "deephaven.csv": [[8, 6, 1, "", "read"], [8, 6, 1, "", "write"]], "deephaven.dbc": [[9, 6, 1, "", "read_sql"]], "deephaven.dherror": [[12, 1, 1, "", "DHError"]], "deephaven.dherror.DHError": [[12, 2, 1, "", "compact_traceback"], [12, 2, 1, "", "root_cause"], [12, 2, 1, "", "traceback"], [12, 3, 1, "", "with_traceback"]], "deephaven.dtypes": [[13, 7, 1, "", "BigDecimal"], [13, 7, 1, "", "BusinessCalendar"], [13, 7, 1, "", "Character"], [13, 4, 1, "", "DType"], [13, 7, 1, "", "Duration"], [13, 7, 1, "", "Instant"], [13, 7, 1, "", "JObject"], [13, 7, 1, "", "LocalDate"], [13, 7, 1, "", "LocalTime"], [13, 7, 1, "", "Period"], [13, 7, 1, "", "PyObject"], [13, 7, 1, "", "StringSet"], [13, 7, 1, "", "TimeZone"], [13, 7, 1, "", "ZonedDateTime"], [13, 6, 1, "", "array"], [13, 7, 1, "", "bool_"], [13, 7, 1, "", "bool_array"], [13, 7, 1, "", "boolean_array"], [13, 7, 1, "", "byte"], [13, 7, 1, "", "byte_array"], [13, 7, 1, "", "char"], [13, 7, 1, "", "char_array"], [13, 7, 1, "", "double"], [13, 7, 1, "", "double_array"], [13, 7, 1, "", "float32"], [13, 7, 1, "", "float32_array"], [13, 7, 1, "", "float64"], [13, 7, 1, "", "float64_array"], [13, 7, 1, "", "float_"], [13, 7, 1, "", "float_array"], [13, 6, 1, "", "from_jtype"], [13, 6, 1, "", "from_np_dtype"], [13, 7, 1, "", "instant_array"], [13, 7, 1, "", "int16"], [13, 7, 1, "", "int16_array"], [13, 7, 1, "", "int32"], [13, 7, 1, "", "int32_array"], [13, 7, 1, "", "int64"], [13, 7, 1, "", "int64_array"], [13, 7, 1, "", "int8"], [13, 7, 1, "", "int8_array"], [13, 7, 1, "", "int_"], [13, 7, 1, "", "int_array"], [13, 7, 1, "", "long"], [13, 7, 1, "", "long_array"], [13, 6, 1, "", "null_remap"], [13, 7, 1, "", "short"], [13, 7, 1, "", "short_array"], [13, 7, 1, "", "single"], [13, 7, 1, "", "single_array"], [13, 7, 1, "", "string"], [13, 7, 1, "", "string_array"], [13, 7, 1, "", "zdt_array"]], "deephaven.execution_context": [[14, 4, 1, "", "ExecutionContext"], [14, 6, 1, "", "get_exec_ctx"], [14, 6, 1, "", "make_user_exec_ctx"]], "deephaven.execution_context.ExecutionContext": [[14, 5, 1, "", "j_object_type"]], "deephaven.experimental": [[16, 0, 0, "-", "data_index"], [17, 0, 0, "-", "ema"], [18, 0, 0, "-", "outer_joins"], [19, 0, 0, "-", "s3"], [20, 0, 0, "-", "sql"], [15, 6, 1, "", "time_window"]], "deephaven.experimental.data_index": [[16, 4, 1, "", "DataIndex"], [16, 6, 1, "", "data_index"], [16, 6, 1, "", "has_data_index"]], "deephaven.experimental.data_index.DataIndex": [[16, 5, 1, "", "j_object_type"], [16, 2, 1, "", "keys"], [16, 2, 1, "", "table"]], "deephaven.experimental.ema": [[17, 6, 1, "", "ByEmaSimple"], [17, 6, 1, "", "Ema"], [17, 6, 1, "", "EmaArray"], [17, 6, 1, "", "ExponentiallyDecayedSum"]], "deephaven.experimental.outer_joins": [[18, 6, 1, "", "full_outer_join"], [18, 6, 1, "", "left_outer_join"]], "deephaven.experimental.s3": [[19, 4, 1, "", "S3Instructions"]], "deephaven.experimental.s3.S3Instructions": [[19, 5, 1, "", "j_object_type"]], "deephaven.experimental.sql": [[20, 6, 1, "", "evaluate"]], "deephaven.filters": [[21, 4, 1, "", "Filter"], [21, 4, 1, "", "PatternMode"], [21, 6, 1, "", "and_"], [21, 6, 1, "", "is_not_null"], [21, 6, 1, "", "is_null"], [21, 6, 1, "", "not_"], [21, 6, 1, "", "or_"], [21, 6, 1, "", "pattern"]], "deephaven.filters.Filter": [[21, 3, 1, "", "from_"], [21, 5, 1, "", "j_object_type"], [21, 3, 1, "", "not_"]], "deephaven.filters.PatternMode": [[21, 5, 1, "", "FIND"], [21, 5, 1, "", "MATCHES"]], "deephaven.html": [[22, 6, 1, "", "to_html"]], "deephaven.jcompat": [[23, 4, 1, "", "AutoCloseable"], [23, 6, 1, "", "dh_null_to_nan"], [23, 6, 1, "", "is_java_type"], [23, 6, 1, "", "j_array_list"], [23, 6, 1, "", "j_binary_operator"], [23, 6, 1, "", "j_function"], [23, 6, 1, "", "j_hashmap"], [23, 6, 1, "", "j_hashset"], [23, 6, 1, "", "j_lambda"], [23, 6, 1, "", "j_list_to_list"], [23, 6, 1, "", "j_map_to_dict"], [23, 6, 1, "", "j_properties"], [23, 6, 1, "", "j_runnable"], [23, 6, 1, "", "j_unary_operator"], [23, 6, 1, "", "to_sequence"]], "deephaven.jcompat.AutoCloseable": [[23, 5, 1, "", "j_object_type"]], "deephaven.learn": [[24, 4, 1, "", "Input"], [24, 4, 1, "", "Output"], [25, 0, 0, "-", "gather"], [24, 6, 1, "", "learn"]], "deephaven.learn.gather": [[25, 4, 1, "", "MemoryLayout"], [25, 6, 1, "", "table_to_numpy_2d"]], "deephaven.learn.gather.MemoryLayout": [[25, 5, 1, "", "C"], [25, 5, 1, "", "COLUMN_MAJOR"], [25, 5, 1, "", "FORTRAN"], [25, 5, 1, "", "ROW_MAJOR"]], "deephaven.liveness_scope": [[26, 4, 1, "", "LivenessScope"], [26, 4, 1, "", "SimpleLivenessScope"], [26, 6, 1, "", "is_liveness_referent"], [26, 6, 1, "", "liveness_scope"]], "deephaven.liveness_scope.LivenessScope": [[26, 5, 1, "", "j_object_type"], [26, 3, 1, "", "manage"], [26, 3, 1, "", "open"], [26, 3, 1, "", "preserve"], [26, 3, 1, "", "release"], [26, 3, 1, "", "unmanage"]], "deephaven.liveness_scope.SimpleLivenessScope": [[26, 5, 1, "", "j_object_type"], [26, 3, 1, "", "manage"], [26, 3, 1, "", "preserve"], [26, 3, 1, "", "unmanage"]], "deephaven.numpy": [[27, 6, 1, "", "to_np_busdaycalendar"], [27, 6, 1, "", "to_numpy"], [27, 6, 1, "", "to_table"]], "deephaven.pandas": [[28, 6, 1, "", "to_pandas"], [28, 6, 1, "", "to_table"]], "deephaven.pandasplugin": [[29, 4, 1, "", "PandasPluginRegistration"], [30, 0, 0, "-", "pandas_as_table"]], "deephaven.pandasplugin.PandasPluginRegistration": [[29, 3, 1, "", "register_into"]], "deephaven.pandasplugin.pandas_as_table": [[30, 4, 1, "", "PandasDataFrameSerializer"]], "deephaven.pandasplugin.pandas_as_table.PandasDataFrameSerializer": [[30, 3, 1, "", "is_type"], [30, 2, 1, "", "name"], [30, 3, 1, "", "to_bytes"]], "deephaven.parquet": [[31, 4, 1, "", "ColumnInstruction"], [31, 4, 1, "", "ParquetFileLayout"], [31, 6, 1, "", "batch_write"], [31, 6, 1, "", "delete"], [31, 6, 1, "", "read"], [31, 6, 1, "", "write"], [31, 6, 1, "", "write_partitioned"]], "deephaven.parquet.ParquetFileLayout": [[31, 5, 1, "", "FLAT_PARTITIONED"], [31, 5, 1, "", "KV_PARTITIONED"], [31, 5, 1, "", "METADATA_PARTITIONED"], [31, 5, 1, "", "SINGLE_FILE"]], "deephaven.perfmon": [[32, 6, 1, "", "metrics_get_counters"], [32, 6, 1, "", "metrics_reset_counters"], [32, 6, 1, "", "process_info"], [32, 6, 1, "", "process_info_log"], [32, 6, 1, "", "process_metrics_log"], [32, 6, 1, "", "query_operation_performance"], [32, 6, 1, "", "query_operation_performance_log"], [32, 6, 1, "", "query_operation_performance_tree_table"], [32, 6, 1, "", "query_performance"], [32, 6, 1, "", "query_performance_log"], [32, 6, 1, "", "query_performance_tree_table"], [32, 6, 1, "", "query_update_performance"], [32, 6, 1, "", "query_update_performance_map"], [32, 6, 1, "", "server_state"], [32, 6, 1, "", "server_state_log"], [32, 6, 1, "", "update_performance_log"]], "deephaven.plot": [[34, 0, 0, "-", "axisformat"], [35, 0, 0, "-", "axistransform"], [36, 0, 0, "-", "color"], [37, 0, 0, "-", "figure"], [38, 0, 0, "-", "font"], [39, 0, 0, "-", "linestyle"], [40, 0, 0, "-", "plotstyle"], [41, 0, 0, "-", "selectable_dataset"], [42, 0, 0, "-", "shape"]], "deephaven.plot.axisformat": [[34, 4, 1, "", "AxisFormat"], [34, 4, 1, "", "DecimalAxisFormat"], [34, 4, 1, "", "NanosAxisFormat"]], "deephaven.plot.axisformat.AxisFormat": [[34, 5, 1, "", "j_object_type"], [34, 3, 1, "", "set_pattern"]], "deephaven.plot.axisformat.DecimalAxisFormat": [[34, 5, 1, "", "j_object_type"], [34, 3, 1, "", "set_pattern"]], "deephaven.plot.axisformat.NanosAxisFormat": [[34, 5, 1, "", "j_object_type"], [34, 3, 1, "", "set_pattern"]], "deephaven.plot.axistransform": [[35, 4, 1, "", "AxisTransform"], [35, 6, 1, "", "axis_transform"], [35, 6, 1, "", "axis_transform_names"]], "deephaven.plot.axistransform.AxisTransform": [[35, 5, 1, "", "j_object_type"]], "deephaven.plot.color": [[36, 4, 1, "", "Color"], [36, 4, 1, "", "Colors"]], "deephaven.plot.color.Color": [[36, 5, 1, "", "j_object_type"], [36, 3, 1, "", "of_hsl"], [36, 3, 1, "", "of_name"], [36, 3, 1, "", "of_rgb"], [36, 3, 1, "", "of_rgb_f"]], "deephaven.plot.figure": [[37, 4, 1, "", "Figure"]], "deephaven.plot.figure.Figure": [[37, 3, 1, "", "axes"], [37, 3, 1, "", "axis"], [37, 3, 1, "", "chart"], [37, 3, 1, "", "chart_legend"], [37, 3, 1, "", "chart_title"], [37, 3, 1, "", "figure"], [37, 3, 1, "", "figure_title"], [37, 3, 1, "", "func"], [37, 5, 1, "", "j_object_type"], [37, 3, 1, "", "line"], [37, 3, 1, "", "new_axes"], [37, 3, 1, "", "new_chart"], [37, 3, 1, "", "plot_cat"], [37, 3, 1, "", "plot_cat_hist"], [37, 3, 1, "", "plot_ohlc"], [37, 3, 1, "", "plot_pie"], [37, 3, 1, "", "plot_treemap"], [37, 3, 1, "", "plot_xy"], [37, 3, 1, "", "plot_xy_hist"], [37, 3, 1, "", "point"], [37, 3, 1, "", "save"], [37, 3, 1, "", "series"], [37, 3, 1, "", "show"], [37, 3, 1, "", "ticks"], [37, 3, 1, "", "ticks_minor"], [37, 3, 1, "", "twin"], [37, 3, 1, "", "x_axis"], [37, 3, 1, "", "x_ticks"], [37, 3, 1, "", "x_ticks_minor"], [37, 3, 1, "", "x_twin"], [37, 3, 1, "", "y_axis"], [37, 3, 1, "", "y_ticks"], [37, 3, 1, "", "y_ticks_minor"], [37, 3, 1, "", "y_twin"]], "deephaven.plot.font": [[38, 4, 1, "", "Font"], [38, 4, 1, "", "FontStyle"], [38, 6, 1, "", "font_family_names"]], "deephaven.plot.font.Font": [[38, 5, 1, "", "j_object_type"]], "deephaven.plot.font.FontStyle": [[38, 5, 1, "", "BOLD"], [38, 5, 1, "", "BOLD_ITALIC"], [38, 5, 1, "", "ITALIC"], [38, 5, 1, "", "PLAIN"]], "deephaven.plot.linestyle": [[39, 4, 1, "", "LineEndStyle"], [39, 4, 1, "", "LineJoinStyle"], [39, 4, 1, "", "LineStyle"]], "deephaven.plot.linestyle.LineEndStyle": [[39, 5, 1, "", "BUTT"], [39, 5, 1, "", "ROUND"], [39, 5, 1, "", "SQUARE"]], "deephaven.plot.linestyle.LineJoinStyle": [[39, 5, 1, "", "BEVEL"], [39, 5, 1, "", "MITER"], [39, 5, 1, "", "ROUND"]], "deephaven.plot.linestyle.LineStyle": [[39, 5, 1, "", "j_object_type"]], "deephaven.plot.plotstyle": [[40, 4, 1, "", "PlotStyle"]], "deephaven.plot.plotstyle.PlotStyle": [[40, 5, 1, "", "AREA"], [40, 5, 1, "", "BAR"], [40, 5, 1, "", "ERROR_BAR"], [40, 5, 1, "", "HISTOGRAM"], [40, 5, 1, "", "LINE"], [40, 5, 1, "", "OHLC"], [40, 5, 1, "", "PIE"], [40, 5, 1, "", "SCATTER"], [40, 5, 1, "", "STACKED_AREA"], [40, 5, 1, "", "STACKED_BAR"], [40, 5, 1, "", "STEP"]], "deephaven.plot.selectable_dataset": [[41, 4, 1, "", "SelectableDataSet"], [41, 6, 1, "", "one_click"], [41, 6, 1, "", "one_click_partitioned_table"]], "deephaven.plot.selectable_dataset.SelectableDataSet": [[41, 5, 1, "", "j_object_type"]], "deephaven.plot.shape": [[42, 4, 1, "", "Shape"]], "deephaven.plot.shape.Shape": [[42, 5, 1, "", "CIRCLE"], [42, 5, 1, "", "DIAMOND"], [42, 5, 1, "", "DOWN_TRIANGLE"], [42, 5, 1, "", "ELLIPSE"], [42, 5, 1, "", "HORIZONTAL_RECTANGLE"], [42, 5, 1, "", "LEFT_TRIANGLE"], [42, 5, 1, "", "RIGHT_TRIANGLE"], [42, 5, 1, "", "SQUARE"], [42, 5, 1, "", "UP_TRIANGLE"], [42, 5, 1, "", "VERTICAL_RECTANGLE"]], "deephaven.plugin": [[43, 4, 1, "", "Callback"], [43, 4, 1, "", "Plugin"], [43, 4, 1, "", "Registration"], [44, 0, 0, "-", "js"], [43, 6, 1, "", "list_plugins_console"], [43, 6, 1, "", "list_registrations_console"], [45, 0, 0, "-", "object_type"]], "deephaven.plugin.Callback": [[43, 3, 1, "", "register"]], "deephaven.plugin.Registration": [[43, 3, 1, "", "register_into"]], "deephaven.plugin.js": [[44, 4, 1, "", "JsPlugin"]], "deephaven.plugin.js.JsPlugin": [[44, 2, 1, "", "main"], [44, 2, 1, "", "name"], [44, 3, 1, "", "path"], [44, 2, 1, "", "version"]], "deephaven.plugin.object_type": [[45, 4, 1, "", "BidirectionalObjectType"], [45, 4, 1, "", "Exporter"], [45, 4, 1, "", "FetchOnlyObjectType"], [45, 4, 1, "", "MessageStream"], [45, 4, 1, "", "ObjectType"], [45, 4, 1, "", "Reference"]], "deephaven.plugin.object_type.BidirectionalObjectType": [[45, 3, 1, "", "create_client_connection"], [45, 3, 1, "", "is_type"], [45, 2, 1, "", "name"]], "deephaven.plugin.object_type.Exporter": [[45, 3, 1, "", "reference"]], "deephaven.plugin.object_type.FetchOnlyObjectType": [[45, 3, 1, "", "is_type"], [45, 2, 1, "", "name"], [45, 3, 1, "", "to_bytes"]], "deephaven.plugin.object_type.MessageStream": [[45, 3, 1, "", "on_close"], [45, 3, 1, "", "on_data"]], "deephaven.plugin.object_type.ObjectType": [[45, 3, 1, "", "is_type"], [45, 2, 1, "", "name"]], "deephaven.plugin.object_type.Reference": [[45, 2, 1, "", "index"]], "deephaven.query_library": [[46, 6, 1, "", "import_class"], [46, 6, 1, "", "import_package"], [46, 6, 1, "", "import_static"], [46, 6, 1, "", "imports"]], "deephaven.replay": [[47, 4, 1, "", "TableReplayer"]], "deephaven.replay.TableReplayer": [[47, 3, 1, "", "add_table"], [47, 5, 1, "", "j_object_type"], [47, 3, 1, "", "shutdown"], [47, 3, 1, "", "start"]], "deephaven.server": [[49, 0, 0, "-", "executors"]], "deephaven.server.executors": [[49, 6, 1, "", "executor_names"], [49, 6, 1, "", "has_executor"], [49, 6, 1, "", "submit_task"]], "deephaven.stream": [[50, 6, 1, "", "blink_to_append_only"], [51, 0, 0, "-", "kafka"], [50, 6, 1, "", "stream_to_append_only"], [55, 0, 0, "-", "table_publisher"]], "deephaven.stream.kafka": [[52, 0, 0, "-", "cdc"], [53, 0, 0, "-", "consumer"], [54, 0, 0, "-", "producer"], [51, 6, 1, "", "topics"]], "deephaven.stream.kafka.cdc": [[52, 4, 1, "", "CDCSpec"], [52, 6, 1, "", "cdc_long_spec"], [52, 6, 1, "", "cdc_short_spec"], [52, 6, 1, "", "consume"], [52, 6, 1, "", "consume_raw"]], "deephaven.stream.kafka.cdc.CDCSpec": [[52, 5, 1, "", "j_object_type"]], "deephaven.stream.kafka.consumer": [[53, 7, 1, "", "ALL_PARTITIONS_DONT_SEEK"], [53, 7, 1, "", "ALL_PARTITIONS_SEEK_TO_BEGINNING"], [53, 7, 1, "", "ALL_PARTITIONS_SEEK_TO_END"], [53, 7, 1, "", "DONT_SEEK"], [53, 4, 1, "", "KeyValueSpec"], [53, 4, 1, "", "ProtobufProtocol"], [53, 7, 1, "", "SEEK_TO_BEGINNING"], [53, 7, 1, "", "SEEK_TO_END"], [53, 4, 1, "", "TableType"], [53, 6, 1, "", "avro_spec"], [53, 6, 1, "", "consume"], [53, 6, 1, "", "consume_to_partitioned_table"], [53, 6, 1, "", "json_spec"], [53, 6, 1, "", "protobuf_spec"], [53, 6, 1, "", "simple_spec"]], "deephaven.stream.kafka.consumer.KeyValueSpec": [[53, 5, 1, "", "j_object_type"]], "deephaven.stream.kafka.consumer.ProtobufProtocol": [[53, 5, 1, "", "j_object_type"], [53, 3, 1, "", "raw"], [53, 3, 1, "", "serdes"]], "deephaven.stream.kafka.consumer.TableType": [[53, 3, 1, "", "append"], [53, 3, 1, "", "blink"], [53, 5, 1, "", "j_object_type"], [53, 3, 1, "", "ring"], [53, 3, 1, "", "stream"]], "deephaven.stream.kafka.producer": [[54, 4, 1, "", "KeyValueSpec"], [54, 6, 1, "", "avro_spec"], [54, 6, 1, "", "json_spec"], [54, 6, 1, "", "produce"], [54, 6, 1, "", "simple_spec"]], "deephaven.stream.kafka.producer.KeyValueSpec": [[54, 5, 1, "", "j_object_type"]], "deephaven.stream.table_publisher": [[55, 4, 1, "", "TablePublisher"], [55, 6, 1, "", "table_publisher"]], "deephaven.stream.table_publisher.TablePublisher": [[55, 3, 1, "", "add"], [55, 2, 1, "", "is_alive"], [55, 5, 1, "", "j_object_type"], [55, 3, 1, "", "publish_failure"]], "deephaven.table": [[56, 4, 1, "", "MultiJoinInput"], [56, 4, 1, "", "MultiJoinTable"], [56, 4, 1, "", "NodeType"], [56, 4, 1, "", "PartitionedTable"], [56, 4, 1, "", "PartitionedTableProxy"], [56, 4, 1, "", "RollupNodeOperationsRecorder"], [56, 4, 1, "", "RollupTable"], [56, 4, 1, "", "SearchDisplayMode"], [56, 4, 1, "", "SortDirection"], [56, 4, 1, "", "Table"], [56, 4, 1, "", "TreeNodeOperationsRecorder"], [56, 4, 1, "", "TreeTable"], [56, 6, 1, "", "multi_join"]], "deephaven.table.MultiJoinInput": [[56, 5, 1, "", "j_object_type"]], "deephaven.table.MultiJoinTable": [[56, 5, 1, "", "j_object_type"], [56, 3, 1, "", "table"]], "deephaven.table.NodeType": [[56, 5, 1, "", "AGGREGATED"], [56, 5, 1, "", "CONSTITUENT"]], "deephaven.table.PartitionedTable": [[56, 2, 1, "", "constituent_changes_permitted"], [56, 2, 1, "", "constituent_column"], [56, 2, 1, "", "constituent_table_columns"], [56, 2, 1, "", "constituent_tables"], [56, 3, 1, "", "filter"], [56, 3, 1, "", "from_constituent_tables"], [56, 3, 1, "", "from_partitioned_table"], [56, 3, 1, "", "get_constituent"], [56, 2, 1, "", "is_refreshing"], [56, 5, 1, "", "j_object_type"], [56, 2, 1, "", "key_columns"], [56, 3, 1, "", "keys"], [56, 3, 1, "", "merge"], [56, 3, 1, "", "partitioned_transform"], [56, 3, 1, "", "proxy"], [56, 3, 1, "", "sort"], [56, 2, 1, "", "table"], [56, 3, 1, "", "transform"], [56, 2, 1, "", "unique_keys"], [56, 2, 1, "", "update_graph"]], "deephaven.table.PartitionedTableProxy": [[56, 3, 1, "", "abs_sum_by"], [56, 3, 1, "", "agg_all_by"], [56, 3, 1, "", "agg_by"], [56, 3, 1, "", "aj"], [56, 3, 1, "", "avg_by"], [56, 3, 1, "", "count_by"], [56, 3, 1, "", "exact_join"], [56, 3, 1, "", "first_by"], [56, 3, 1, "", "group_by"], [56, 3, 1, "", "head"], [56, 2, 1, "", "is_refreshing"], [56, 5, 1, "", "j_object_type"], [56, 3, 1, "", "join"], [56, 3, 1, "", "last_by"], [56, 3, 1, "", "max_by"], [56, 3, 1, "", "median_by"], [56, 3, 1, "", "min_by"], [56, 3, 1, "", "natural_join"], [56, 3, 1, "", "raj"], [56, 5, 1, "", "require_matching_keys"], [56, 3, 1, "", "reverse"], [56, 5, 1, "", "sanity_check_joins"], [56, 3, 1, "", "select"], [56, 3, 1, "", "select_distinct"], [56, 3, 1, "", "snapshot"], [56, 3, 1, "", "snapshot_when"], [56, 3, 1, "", "sort"], [56, 3, 1, "", "sort_descending"], [56, 3, 1, "", "std_by"], [56, 3, 1, "", "sum_by"], [56, 3, 1, "", "tail"], [56, 5, 1, "", "target"], [56, 3, 1, "", "update"], [56, 3, 1, "", "update_by"], [56, 2, 1, "", "update_graph"], [56, 3, 1, "", "update_view"], [56, 3, 1, "", "var_by"], [56, 3, 1, "", "view"], [56, 3, 1, "", "weighted_avg_by"], [56, 3, 1, "", "weighted_sum_by"], [56, 3, 1, "", "where"], [56, 3, 1, "", "where_in"], [56, 3, 1, "", "where_not_in"]], "deephaven.table.RollupNodeOperationsRecorder": [[56, 3, 1, "", "format_column"], [56, 3, 1, "", "format_column_where"], [56, 3, 1, "", "format_row_where"], [56, 5, 1, "", "j_object_type"], [56, 3, 1, "", "sort"], [56, 3, 1, "", "sort_descending"]], "deephaven.table.RollupTable": [[56, 5, 1, "", "j_object_type"], [56, 3, 1, "", "node_operation_recorder"], [56, 3, 1, "", "with_filters"], [56, 3, 1, "", "with_node_operations"]], "deephaven.table.SearchDisplayMode": [[56, 5, 1, "", "DEFAULT"], [56, 5, 1, "", "HIDE"], [56, 5, 1, "", "SHOW"]], "deephaven.table.SortDirection": [[56, 5, 1, "", "ASCENDING"], [56, 5, 1, "", "DESCENDING"]], "deephaven.table.Table": [[56, 3, 1, "", "abs_sum_by"], [56, 3, 1, "", "agg_all_by"], [56, 3, 1, "", "agg_by"], [56, 3, 1, "", "aj"], [56, 3, 1, "", "attributes"], [56, 3, 1, "", "avg_by"], [56, 3, 1, "", "await_update"], [56, 3, 1, "", "coalesce"], [56, 2, 1, "", "columns"], [56, 3, 1, "", "count_by"], [56, 3, 1, "", "drop_columns"], [56, 3, 1, "", "exact_join"], [56, 3, 1, "", "first_by"], [56, 3, 1, "", "flatten"], [56, 3, 1, "", "format_column_where"], [56, 3, 1, "", "format_columns"], [56, 3, 1, "", "format_row_where"], [56, 3, 1, "", "group_by"], [56, 3, 1, "", "has_columns"], [56, 3, 1, "", "head"], [56, 3, 1, "", "head_by"], [56, 3, 1, "", "head_pct"], [56, 2, 1, "", "is_blink"], [56, 2, 1, "", "is_flat"], [56, 2, 1, "", "is_refreshing"], [56, 5, 1, "", "j_object_type"], [56, 3, 1, "", "join"], [56, 3, 1, "", "last_by"], [56, 3, 1, "", "layout_hints"], [56, 3, 1, "", "lazy_update"], [56, 3, 1, "", "max_by"], [56, 3, 1, "", "median_by"], [56, 2, 1, "", "meta_table"], [56, 3, 1, "", "min_by"], [56, 3, 1, "", "move_columns"], [56, 3, 1, "", "move_columns_down"], [56, 3, 1, "", "move_columns_up"], [56, 3, 1, "", "natural_join"], [56, 3, 1, "", "partition_by"], [56, 3, 1, "", "partitioned_agg_by"], [56, 3, 1, "", "raj"], [56, 3, 1, "", "range_join"], [56, 3, 1, "", "rename_columns"], [56, 3, 1, "", "restrict_sort_to"], [56, 3, 1, "", "reverse"], [56, 3, 1, "", "rollup"], [56, 3, 1, "", "select"], [56, 3, 1, "", "select_distinct"], [56, 2, 1, "", "size"], [56, 3, 1, "", "slice"], [56, 3, 1, "", "slice_pct"], [56, 3, 1, "", "snapshot"], [56, 3, 1, "", "snapshot_when"], [56, 3, 1, "", "sort"], [56, 3, 1, "", "sort_descending"], [56, 3, 1, "", "std_by"], [56, 3, 1, "", "sum_by"], [56, 3, 1, "", "tail"], [56, 3, 1, "", "tail_by"], [56, 3, 1, "", "tail_pct"], [56, 3, 1, "", "to_string"], [56, 3, 1, "", "tree"], [56, 3, 1, "", "ungroup"], [56, 3, 1, "", "update"], [56, 3, 1, "", "update_by"], [56, 2, 1, "", "update_graph"], [56, 3, 1, "", "update_view"], [56, 3, 1, "", "var_by"], [56, 3, 1, "", "view"], [56, 3, 1, "", "weighted_avg_by"], [56, 3, 1, "", "weighted_sum_by"], [56, 3, 1, "", "where"], [56, 3, 1, "", "where_in"], [56, 3, 1, "", "where_not_in"], [56, 3, 1, "", "where_one_of"], [56, 3, 1, "", "with_attributes"], [56, 3, 1, "", "without_attributes"]], "deephaven.table.TreeNodeOperationsRecorder": [[56, 3, 1, "", "format_column"], [56, 3, 1, "", "format_column_where"], [56, 3, 1, "", "format_row_where"], [56, 5, 1, "", "j_object_type"], [56, 3, 1, "", "sort"], [56, 3, 1, "", "sort_descending"], [56, 3, 1, "", "where"]], "deephaven.table.TreeTable": [[56, 5, 1, "", "j_object_type"], [56, 3, 1, "", "node_operation_recorder"], [56, 3, 1, "", "with_filters"], [56, 3, 1, "", "with_node_operations"]], "deephaven.table_factory": [[57, 4, 1, "", "DynamicTableWriter"], [57, 4, 1, "", "InputTable"], [57, 6, 1, "", "empty_table"], [57, 6, 1, "", "function_generated_table"], [57, 6, 1, "", "input_table"], [57, 6, 1, "", "merge"], [57, 6, 1, "", "merge_sorted"], [57, 6, 1, "", "new_table"], [57, 6, 1, "", "ring_table"], [57, 6, 1, "", "time_table"]], "deephaven.table_factory.DynamicTableWriter": [[57, 3, 1, "", "close"], [57, 5, 1, "", "j_object_type"], [57, 3, 1, "", "write_row"]], "deephaven.table_factory.InputTable": [[57, 3, 1, "", "abs_sum_by"], [57, 3, 1, "", "add"], [57, 3, 1, "", "agg_all_by"], [57, 3, 1, "", "agg_by"], [57, 3, 1, "", "aj"], [57, 3, 1, "", "attributes"], [57, 3, 1, "", "avg_by"], [57, 3, 1, "", "await_update"], [57, 3, 1, "", "coalesce"], [57, 2, 1, "", "columns"], [57, 3, 1, "", "count_by"], [57, 3, 1, "", "delete"], [57, 3, 1, "", "drop_columns"], [57, 3, 1, "", "exact_join"], [57, 3, 1, "", "first_by"], [57, 3, 1, "", "flatten"], [57, 3, 1, "", "format_column_where"], [57, 3, 1, "", "format_columns"], [57, 3, 1, "", "format_row_where"], [57, 3, 1, "", "group_by"], [57, 3, 1, "", "has_columns"], [57, 3, 1, "", "head"], [57, 3, 1, "", "head_by"], [57, 3, 1, "", "head_pct"], [57, 2, 1, "", "is_blink"], [57, 2, 1, "", "is_flat"], [57, 2, 1, "", "is_refreshing"], [57, 5, 1, "", "j_object_type"], [57, 3, 1, "", "join"], [57, 2, 1, "", "key_names"], [57, 3, 1, "", "last_by"], [57, 3, 1, "", "layout_hints"], [57, 3, 1, "", "lazy_update"], [57, 3, 1, "", "max_by"], [57, 3, 1, "", "median_by"], [57, 2, 1, "", "meta_table"], [57, 3, 1, "", "min_by"], [57, 3, 1, "", "move_columns"], [57, 3, 1, "", "move_columns_down"], [57, 3, 1, "", "move_columns_up"], [57, 3, 1, "", "natural_join"], [57, 3, 1, "", "partition_by"], [57, 3, 1, "", "partitioned_agg_by"], [57, 3, 1, "", "raj"], [57, 3, 1, "", "range_join"], [57, 3, 1, "", "rename_columns"], [57, 3, 1, "", "restrict_sort_to"], [57, 3, 1, "", "reverse"], [57, 3, 1, "", "rollup"], [57, 3, 1, "", "select"], [57, 3, 1, "", "select_distinct"], [57, 2, 1, "", "size"], [57, 3, 1, "", "slice"], [57, 3, 1, "", "slice_pct"], [57, 3, 1, "", "snapshot"], [57, 3, 1, "", "snapshot_when"], [57, 3, 1, "", "sort"], [57, 3, 1, "", "sort_descending"], [57, 3, 1, "", "std_by"], [57, 3, 1, "", "sum_by"], [57, 3, 1, "", "tail"], [57, 3, 1, "", "tail_by"], [57, 3, 1, "", "tail_pct"], [57, 3, 1, "", "to_string"], [57, 3, 1, "", "tree"], [57, 3, 1, "", "ungroup"], [57, 3, 1, "", "update"], [57, 3, 1, "", "update_by"], [57, 2, 1, "", "update_graph"], [57, 3, 1, "", "update_view"], [57, 2, 1, "", "value_names"], [57, 3, 1, "", "var_by"], [57, 3, 1, "", "view"], [57, 3, 1, "", "weighted_avg_by"], [57, 3, 1, "", "weighted_sum_by"], [57, 3, 1, "", "where"], [57, 3, 1, "", "where_in"], [57, 3, 1, "", "where_not_in"], [57, 3, 1, "", "where_one_of"], [57, 3, 1, "", "with_attributes"], [57, 3, 1, "", "without_attributes"]], "deephaven.table_listener": [[58, 4, 1, "", "TableListener"], [58, 4, 1, "", "TableListenerHandle"], [58, 4, 1, "", "TableUpdate"], [58, 6, 1, "", "listen"]], "deephaven.table_listener.TableListener": [[58, 3, 1, "", "on_update"]], "deephaven.table_listener.TableListenerHandle": [[58, 5, 1, "", "j_object_type"], [58, 3, 1, "", "start"], [58, 3, 1, "", "stop"]], "deephaven.table_listener.TableUpdate": [[58, 3, 1, "", "added"], [58, 3, 1, "", "added_chunks"], [58, 5, 1, "", "j_object_type"], [58, 3, 1, "", "modified"], [58, 3, 1, "", "modified_chunks"], [58, 2, 1, "", "modified_columns"], [58, 3, 1, "", "modified_prev"], [58, 3, 1, "", "modified_prev_chunks"], [58, 3, 1, "", "removed"], [58, 3, 1, "", "removed_chunks"]], "deephaven.time": [[59, 6, 1, "", "dh_now"], [59, 6, 1, "", "dh_time_zone"], [59, 6, 1, "", "dh_today"], [59, 6, 1, "", "simple_date_format"], [59, 6, 1, "", "time_zone_alias_add"], [59, 6, 1, "", "time_zone_alias_rm"], [59, 6, 1, "", "to_date"], [59, 6, 1, "", "to_datetime"], [59, 6, 1, "", "to_j_duration"], [59, 6, 1, "", "to_j_instant"], [59, 6, 1, "", "to_j_local_date"], [59, 6, 1, "", "to_j_local_time"], [59, 6, 1, "", "to_j_period"], [59, 6, 1, "", "to_j_time_zone"], [59, 6, 1, "", "to_j_zdt"], [59, 6, 1, "", "to_np_datetime64"], [59, 6, 1, "", "to_np_timedelta64"], [59, 6, 1, "", "to_pd_timedelta"], [59, 6, 1, "", "to_pd_timestamp"], [59, 6, 1, "", "to_time"], [59, 6, 1, "", "to_timedelta"]], "deephaven.update_graph": [[60, 4, 1, "", "UpdateGraph"], [60, 7, 1, "", "auto_locking"], [60, 6, 1, "", "auto_locking_ctx"], [60, 6, 1, "", "auto_locking_op"], [60, 6, 1, "", "exclusive_lock"], [60, 6, 1, "", "exclusive_locked"], [60, 6, 1, "", "has_exclusive_lock"], [60, 6, 1, "", "has_shared_lock"], [60, 6, 1, "", "shared_lock"], [60, 6, 1, "", "shared_locked"]], "deephaven.update_graph.UpdateGraph": [[60, 5, 1, "", "j_object_type"]], "deephaven.updateby": [[61, 4, 1, "", "BadDataBehavior"], [61, 4, 1, "", "DeltaControl"], [61, 4, 1, "", "MathContext"], [61, 4, 1, "", "OperationControl"], [61, 4, 1, "", "UpdateByOperation"], [61, 6, 1, "", "cum_max"], [61, 6, 1, "", "cum_min"], [61, 6, 1, "", "cum_prod"], [61, 6, 1, "", "cum_sum"], [61, 6, 1, "", "delta"], [61, 6, 1, "", "ema_tick"], [61, 6, 1, "", "ema_time"], [61, 6, 1, "", "emmax_tick"], [61, 6, 1, "", "emmax_time"], [61, 6, 1, "", "emmin_tick"], [61, 6, 1, "", "emmin_time"], [61, 6, 1, "", "ems_tick"], [61, 6, 1, "", "ems_time"], [61, 6, 1, "", "emstd_tick"], [61, 6, 1, "", "emstd_time"], [61, 6, 1, "", "forward_fill"], [61, 6, 1, "", "rolling_avg_tick"], [61, 6, 1, "", "rolling_avg_time"], [61, 6, 1, "", "rolling_count_tick"], [61, 6, 1, "", "rolling_count_time"], [61, 6, 1, "", "rolling_formula_tick"], [61, 6, 1, "", "rolling_formula_time"], [61, 6, 1, "", "rolling_group_tick"], [61, 6, 1, "", "rolling_group_time"], [61, 6, 1, "", "rolling_max_tick"], [61, 6, 1, "", "rolling_max_time"], [61, 6, 1, "", "rolling_min_tick"], [61, 6, 1, "", "rolling_min_time"], [61, 6, 1, "", "rolling_prod_tick"], [61, 6, 1, "", "rolling_prod_time"], [61, 6, 1, "", "rolling_std_tick"], [61, 6, 1, "", "rolling_std_time"], [61, 6, 1, "", "rolling_sum_tick"], [61, 6, 1, "", "rolling_sum_time"], [61, 6, 1, "", "rolling_wavg_tick"], [61, 6, 1, "", "rolling_wavg_time"]], "deephaven.updateby.BadDataBehavior": [[61, 5, 1, "", "POISON"], [61, 5, 1, "", "RESET"], [61, 5, 1, "", "SKIP"], [61, 5, 1, "", "THROW"]], "deephaven.updateby.DeltaControl": [[61, 5, 1, "", "NULL_DOMINATES"], [61, 5, 1, "", "VALUE_DOMINATES"], [61, 5, 1, "", "ZERO_DOMINATES"]], "deephaven.updateby.MathContext": [[61, 5, 1, "", "DECIMAL128"], [61, 5, 1, "", "DECIMAL32"], [61, 5, 1, "", "DECIMAL64"], [61, 5, 1, "", "UNLIMITED"]], "deephaven.updateby.OperationControl": [[61, 5, 1, "", "j_object_type"]], "deephaven.updateby.UpdateByOperation": [[61, 5, 1, "", "j_object_type"]], "deephaven.uri": [[62, 6, 1, "", "resolve"]], "deephaven_ib": [[63, 4, 1, "", "BarDataType"], [63, 4, 1, "", "BarSize"], [63, 4, 1, "", "Duration"], [63, 4, 1, "", "IbSessionTws"], [63, 4, 1, "", "MarketDataType"], [63, 4, 1, "", "OrderIdStrategy"], [63, 4, 1, "", "RegisteredContract"], [63, 4, 1, "", "Request"], [63, 4, 1, "", "TickDataType"], [64, 0, 0, "-", "time"]], "deephaven_ib.BarDataType": [[63, 5, 1, "", "ADJUSTED_LAST"], [63, 5, 1, "", "AGGTRADES"], [63, 5, 1, "", "ASK"], [63, 5, 1, "", "BID"], [63, 5, 1, "", "BID_ASK"], [63, 5, 1, "", "FEE_RATE"], [63, 5, 1, "", "HISTORICAL_VOLATILITY"], [63, 5, 1, "", "MIDPOINT"], [63, 5, 1, "", "OPTION_IMPLIED_VOLATILITY"], [63, 5, 1, "", "REBATE_RATE"], [63, 5, 1, "", "TRADES"], [63, 5, 1, "", "YIELD_ASK"], [63, 5, 1, "", "YIELD_BID"], [63, 5, 1, "", "YIELD_BID_ASK"], [63, 5, 1, "", "YIELD_LAST"]], "deephaven_ib.BarSize": [[63, 5, 1, "", "DAY_1"], [63, 5, 1, "", "HOUR_1"], [63, 5, 1, "", "HOUR_2"], [63, 5, 1, "", "HOUR_3"], [63, 5, 1, "", "HOUR_4"], [63, 5, 1, "", "HOUR_8"], [63, 5, 1, "", "MIN_1"], [63, 5, 1, "", "MIN_10"], [63, 5, 1, "", "MIN_15"], [63, 5, 1, "", "MIN_2"], [63, 5, 1, "", "MIN_20"], [63, 5, 1, "", "MIN_3"], [63, 5, 1, "", "MIN_30"], [63, 5, 1, "", "MIN_5"], [63, 5, 1, "", "MONTH_1"], [63, 5, 1, "", "SEC_1"], [63, 5, 1, "", "SEC_10"], [63, 5, 1, "", "SEC_15"], [63, 5, 1, "", "SEC_30"], [63, 5, 1, "", "SEC_5"], [63, 5, 1, "", "WEEK_1"]], "deephaven_ib.Duration": [[63, 3, 1, "", "days"], [63, 3, 1, "", "months"], [63, 3, 1, "", "seconds"], [63, 3, 1, "", "weeks"], [63, 3, 1, "", "years"]], "deephaven_ib.IbSessionTws": [[63, 2, 1, "", "client_id"], [63, 3, 1, "", "connect"], [63, 3, 1, "", "disconnect"], [63, 3, 1, "", "get_registered_contract"], [63, 2, 1, "", "host"], [63, 3, 1, "", "is_connected"], [63, 3, 1, "", "order_cancel"], [63, 3, 1, "", "order_cancel_all"], [63, 3, 1, "", "order_place"], [63, 2, 1, "", "port"], [63, 2, 1, "", "read_only"], [63, 3, 1, "", "request_account_overview"], [63, 3, 1, "", "request_account_pnl"], [63, 3, 1, "", "request_account_positions"], [63, 3, 1, "", "request_bars_historical"], [63, 3, 1, "", "request_bars_realtime"], [63, 3, 1, "", "request_contracts_matching"], [63, 3, 1, "", "request_market_data"], [63, 3, 1, "", "request_news_article"], [63, 3, 1, "", "request_news_historical"], [63, 3, 1, "", "request_tick_data_historical"], [63, 3, 1, "", "request_tick_data_realtime"], [63, 3, 1, "", "set_market_data_type"], [63, 2, 1, "", "tables"], [63, 2, 1, "", "tables_raw"]], "deephaven_ib.MarketDataType": [[63, 5, 1, "", "DELAYED"], [63, 5, 1, "", "FROZEN"], [63, 5, 1, "", "REAL_TIME"]], "deephaven_ib.OrderIdStrategy": [[63, 5, 1, "", "BASIC"], [63, 5, 1, "", "INCREMENT"], [63, 5, 1, "", "RETRY"]], "deephaven_ib.RegisteredContract": [[63, 3, 1, "", "is_multi"]], "deephaven_ib.Request": [[63, 3, 1, "", "cancel"], [63, 3, 1, "", "is_cancellable"]], "deephaven_ib.TickDataType": [[63, 5, 1, "", "BID_ASK"], [63, 5, 1, "", "LAST"], [63, 5, 1, "", "MIDPOINT"]], "deephaven_ib.time": [[64, 6, 1, "", "ib_to_j_instant"], [64, 6, 1, "", "to_ib_datetime"], [64, 6, 1, "", "unix_sec_to_j_instant"]], "deephaven_server": [[66, 0, 0, "-", "cli"], [67, 0, 0, "-", "server"], [68, 0, 0, "-", "start_jvm"]], "deephaven_server.server": [[67, 4, 1, "", "AuthenticationHandler"], [67, 4, 1, "", "Server"], [67, 4, 1, "", "ServerConfig"]], "deephaven_server.server.AuthenticationHandler": [[67, 2, 1, "", "auth_type"], [67, 3, 1, "", "urls"]], "deephaven_server.server.Server": [[67, 2, 1, "", "authentication_handlers"], [67, 2, 1, "", "port"], [67, 2, 1, "", "server_config"], [67, 3, 1, "", "start"]], "deephaven_server.server.ServerConfig": [[67, 2, 1, "", "target_url_or_default"]], "deephaven_server.start_jvm": [[68, 6, 1, "", "start_jvm"]], "ibapi": [[70, 0, 0, "-", "contract"], [69, 6, 1, "", "get_version_string"], [71, 0, 0, "-", "order"]], "ibapi.contract": [[70, 4, 1, "", "ComboLeg"], [70, 4, 1, "", "Contract"], [70, 4, 1, "", "ContractDescription"], [70, 4, 1, "", "ContractDetails"], [70, 4, 1, "", "DeltaNeutralContract"]], "ibapi.order": [[71, 4, 1, "", "Order"], [71, 4, 1, "", "OrderComboLeg"]], "jpy": [[72, 1, 1, "", "JException"], [72, 4, 1, "", "JField"], [72, 4, 1, "", "JMethod"], [72, 4, 1, "", "JOverloadedMethod"], [72, 4, 1, "", "JType"], [72, 6, 1, "", "array"], [72, 6, 1, "", "byte_buffer"], [72, 6, 1, "", "cast"], [72, 6, 1, "", "convert"], [72, 6, 1, "", "create_jvm"], [72, 6, 1, "", "destroy_jvm"], [72, 6, 1, "", "get_type"], [72, 6, 1, "", "has_jvm"]], "jpy.JException": [[72, 3, 1, "", "with_traceback"]], "jpy.JField": [[72, 5, 1, "", "is_final"], [72, 5, 1, "", "is_static"], [72, 5, 1, "", "name"]], "jpy.JMethod": [[72, 3, 1, "", "get_param_type"], [72, 3, 1, "", "is_param_mutable"], [72, 3, 1, "", "is_param_output"], [72, 3, 1, "", "is_param_return"], [72, 5, 1, "", "is_static"], [72, 5, 1, "", "name"], [72, 5, 1, "", "param_count"], [72, 3, 1, "", "set_param_mutable"], [72, 3, 1, "", "set_param_output"], [72, 3, 1, "", "set_param_return"]], "jpy.JOverloadedMethod": [[72, 5, 1, "", "decl_class"], [72, 5, 1, "", "methods"], [72, 5, 1, "", "name"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "exception", "Python exception"], "2": ["py", "property", "Python property"], "3": ["py", "method", "Python method"], "4": ["py", "class", "Python class"], "5": ["py", "attribute", "Python attribute"], "6": ["py", "function", "Python function"], "7": ["py", "data", "Python data"]}, "objtypes": {"0": "py:module", "1": "py:exception", "2": "py:property", "3": "py:method", "4": "py:class", "5": "py:attribute", "6": "py:function", "7": "py:data"}, "terms": {"": [0, 1, 7, 13, 14, 16, 18, 21, 23, 24, 28, 29, 31, 32, 36, 37, 43, 44, 46, 53, 54, 55, 56, 57, 58, 59, 60, 61, 74], "0": [0, 7, 8, 31, 36, 37, 39, 56, 57, 61, 63], "00": [0, 57, 61], "001": [0, 57, 61], "001122": 36, "01": 31, "02": 31, "048": 31, "05": 61, "0x561e8b969838": 52, "0x561e8cb46780": 6, "0x561e8cb46788": 6, "0x561e8cb658d0": 21, "0x561e8cb658d8": 21, "0x561e8cb65a30": 61, "0x561e8cb65a38": 61, "0x561e8cb65a40": 61, "0x561e8cb65a48": 61, "0x561e8cb73d80": 61, "0x561e8cb73d88": 61, "0x561e8cb73d90": 61, "0x561e8cb73da0": 61, "0x561e8cb73da8": 61, "0x561e8cb73db0": 61, "0x561e8cb73db8": 61, "0x561e8cb99208": 56, "0x561e8cb99210": 56, "0x561e8cb99218": 56, "0x561e8cbc3d28": 56, "0x561e8cbc3d30": 56, "0x561e8cca90a0": 53, "0x561e8cca90a8": 53, "0x561e8d273480": 40, "0x561e8d273488": 40, "0x561e8d273490": 40, "0x561e8d273498": 40, "0x561e8d2734a0": 40, "0x561e8d2734a8": 40, "0x561e8d2734b0": 40, "0x561e8d2734b8": 40, "0x561e8d2734c0": 40, "0x561e8d2734c8": 40, "0x561e8d273598": 42, "0x561e8d2735a0": 42, "0x561e8d2735a8": 42, "0x561e8d2735b0": 42, "0x561e8d2735b8": 42, "0x561e8d2735c0": 42, "0x561e8d2735c8": 42, "0x561e8d2735d0": 42, "0x561e8d2735d8": 42, "0x561e8d2735e0": 42, "0x561e8d2b2480": 40, "0x561e8d2b2e70": 38, "0x561e8d2b2e78": 38, "0x561e8d2b2e80": 38, "0x561e8d2b2e88": 38, "0x561e8d2b2ea0": 39, "0x561e8d2b2ea8": 39, "0x561e8d2b2eb0": 39, "0x561e8d2b2ec8": 39, "0x561e8d2b2ed0": 39, "0x561e8d2b2ed8": 39, "1": [0, 7, 26, 31, 36, 37, 39, 53, 56, 57, 59, 61, 63], "10": [56, 57, 59, 61, 63], "100": [36, 56, 57, 63], "10000": 4, "10m": 61, "11": [21, 61, 63], "12": 63, "127": 7, "128": 7, "13": 63, "14": 63, "15": [59, 63], "16": 61, "1721": 53, "1c5b70c5f330": 31, "1m": 63, "1w": 63, "1y2m": 59, "2": [0, 26, 31, 37, 53, 56, 57, 59, 61, 63], "20": [31, 39, 59, 63], "200b": 74, "2019": [69, 70, 71], "2021": 31, "2048": 55, "2070": 53, "2147483647": 7, "2147483648": 7, "24": [13, 59], "255": 36, "2d": 25, "2nd": 56, "2x2": 37, "3": [7, 12, 31, 37, 53, 56, 59, 63], "30": 63, "300": 63, "308": 7, "324": 7, "32767": 7, "32768": 7, "32bit": 13, "34": 61, "345": 59, "360": 36, "3600": 59, "38": 7, "3m": 59, "4": [31, 53, 56, 59, 63], "401298464324817e": 7, "4028232635611926e": 7, "4028234663852886e": 7, "40d1": 31, "45": 7, "5": [39, 59, 61, 63], "576": 31, "5e": 7, "5m": 61, "6": [59, 63], "60": 59, "600_000_000_000": 61, "62f2": 31, "64bit": [0, 8, 13], "65534": 7, "65535": 7, "6901": 53, "6h": 59, "6h3m": 59, "7": [56, 57, 61, 63], "7496": 63, "7497": 63, "754r": 61, "7976931348623155e": 7, "7976931348623157e": 7, "8": [38, 63], "8191": 31, "8601": 59, "86400": 59, "8e8ab6b2": 31, "9": [61, 63], "9223372036854775807": [0, 7, 8], "9223372036854775808": 7, "A": [0, 4, 6, 13, 14, 16, 21, 23, 26, 31, 32, 34, 36, 37, 38, 39, 40, 41, 44, 45, 52, 53, 56, 57, 58, 59, 60, 61, 63], "At": [56, 57], "By": [31, 54, 57, 63], "FOR": 63, "For": [0, 5, 23, 26, 27, 28, 31, 34, 37, 39, 41, 53, 54, 55, 56, 57, 63, 67], "If": [0, 1, 4, 5, 8, 14, 15, 18, 23, 31, 37, 39, 49, 53, 54, 55, 56, 57, 58, 59, 61, 72], "In": [0, 26, 49, 54, 56, 57, 72], "It": [0, 1, 12, 31, 53, 56, 57, 59, 60], "No": [23, 45], "Not": 7, "THE": 63, "That": [56, 57], "The": [0, 1, 2, 5, 7, 8, 9, 12, 14, 15, 16, 18, 20, 21, 23, 30, 31, 32, 33, 34, 36, 37, 39, 44, 45, 46, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 67, 72], "There": [0, 56, 57], "These": [5, 46, 55, 56, 57, 74], "To": [5, 56], "Will": 44, "With": 74, "__constituent__": [56, 57], "__init__": 61, "__traceback__": [0, 12, 72], "_baselivenessscop": 26, "_common_metadata": 31, "_filteroperationsrecord": 56, "_formatoperationsrecord": 56, "_metadata": 31, "_sortoperationsrecord": 56, "a_curr": 61, "abc": [23, 43, 45, 58], "abil": [0, 14, 16], "abl": [14, 18, 23, 45], "abort": 61, "about": [31, 44, 74], "abov": [56, 57], "abs_sum": [0, 1, 75], "abs_sum_bi": [0, 56, 57, 75], "absolut": [1, 56, 57], "abstract": [0, 23, 43, 44, 45, 57, 58], "accept": [23, 61], "access": [0, 4, 12, 16, 56, 57, 60], "access_key_id": 19, "accident": [56, 57], "accord": [54, 56, 57, 59], "account": [63, 74], "accounts_allocation_profil": 63, "accounts_family_cod": 63, "accounts_group": 63, "accounts_manag": 63, "accounts_overview": 63, "accounts_pnl": 63, "accounts_posit": 63, "accounts_summari": 63, "accounts_valu": 63, "acquir": 60, "across": 53, "action": 63, "activ": [56, 57], "ad": [0, 15, 17, 18, 24, 39, 44, 52, 55, 56, 57, 58, 75], "adbc": [0, 9, 75], "add": [0, 5, 31, 37, 46, 50, 55, 56, 57, 59, 67, 75], "add_calendar": [0, 5, 75], "add_tabl": [0, 47, 75], "added_chunk": [0, 58, 75], "addit": [0, 31, 39, 56, 57], "addition": [18, 53, 56, 57, 59], "address": [4, 63], "adjust": [56, 57], "adjusted_last": [63, 75], "admin": 51, "advanc": [56, 57], "advis": 53, "advisor": 63, "affect": [23, 56, 57], "after": [0, 39, 45, 47, 52, 54, 57, 60, 63], "against": [21, 39], "agg": [0, 56, 57, 75], "agg_all_bi": [0, 1, 56, 57, 75], "agg_bi": [0, 56, 57, 75], "aggreg": [0, 1, 12, 54, 56, 57, 63, 75], "aggtrad": [63, 75], "ahead": 61, "aj": [0, 56, 57, 75], "alia": [0, 2, 14, 16, 19, 21, 23, 26, 34, 35, 36, 37, 38, 39, 41, 47, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61], "aliv": 55, "all": [0, 1, 3, 5, 8, 18, 21, 26, 27, 28, 31, 33, 36, 37, 41, 42, 43, 46, 47, 52, 53, 54, 55, 56, 57, 58, 61, 63, 69, 70, 71, 74], "all_partitions_dont_seek": [0, 50, 51, 53, 75], "all_partitions_seek_to_begin": [0, 50, 51, 53, 75], "all_partitions_seek_to_end": [0, 50, 51, 53, 75], "alloc": 63, "allow": [0, 8, 17, 18, 23, 26, 31, 43, 44, 46, 55, 56, 57, 61], "allow_missing_column": [0, 8], "alpha": 36, "alreadi": [16, 55, 63, 72], "also": [0, 18, 23, 31, 52, 53, 56, 57, 58, 61, 74], "alwai": [23, 55, 56, 57, 63], "among": 14, "an": [0, 1, 2, 3, 4, 5, 6, 8, 12, 14, 16, 17, 18, 20, 22, 23, 24, 25, 26, 31, 32, 35, 37, 38, 39, 40, 42, 43, 45, 49, 50, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 67, 74], "analyt": 74, "analyz": 32, "and_": [0, 21, 75], "angl": 37, "ani": [0, 1, 4, 6, 9, 13, 21, 23, 26, 29, 31, 37, 43, 49, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 72], "annot": 60, "anonym": 4, "anonymous_access": 19, "anoth": [13, 54, 56], "anymor": 54, "apach": [51, 52, 53, 54], "api": [19, 21, 32, 61, 63, 69, 70, 71, 74], "appear": [56, 57], "append": [0, 50, 51, 53, 54, 56, 57, 58, 75], "appli": [1, 15, 16, 23, 34, 35, 56, 57, 61], "applic": [2, 7, 14, 32, 56, 61, 69, 70, 71], "applicationst": [0, 2, 75], "appmod": [0, 75], "appropri": [0, 12, 25, 41], "ar": [0, 1, 7, 8, 9, 12, 17, 18, 23, 26, 27, 28, 29, 31, 32, 34, 36, 37, 39, 40, 41, 42, 43, 45, 47, 49, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 72], "arbitrari": [0, 57], "area": [0, 33, 40, 75], "arg": [0, 37, 57, 60], "argument": [0, 4, 5, 9, 23, 31, 52, 53, 54, 56, 57, 60], "arial": 38, "arithmet": [1, 61], "around": 26, "arrai": [0, 6, 13, 17, 23, 25, 27, 28, 39, 56, 57, 58, 72, 75], "arraylist": 23, "arriv": [45, 63], "arrow": [0, 56, 57, 75], "articl": 63, "article_id": 63, "artifici": 24, "ascend": [0, 56, 57, 75], "ask": [63, 75], "assign": [27, 54, 56, 57], "associ": [0, 47, 51, 52, 53, 54, 63], "assum": [17, 53], "asynchron": 55, "attempt": 23, "attr": [56, 57], "attract": 74, "attribut": [0, 56, 57, 75], "auth_token": 4, "auth_typ": [4, 65, 67, 75], "authent": [4, 67], "authentication_handl": [65, 67, 75], "authenticationhandl": [65, 67, 75], "auto": 60, "auto_lock": [0, 60, 75], "auto_locking_ctx": [0, 60, 75], "auto_locking_op": [0, 60, 75], "autoclos": [0, 23, 75], "autom": 74, "automat": [0, 26, 28, 31, 56, 57, 60, 63], "avail": [4, 5, 29, 32, 35, 43, 46, 51, 53, 72], "averag": [1, 17, 56, 57, 61], "average_evenly_divid": 1, "avg": [0, 1, 75], "avg_bi": [0, 56, 57, 75], "avoid": [22, 72], "avro": [52, 53, 54], "avro_spec": [0, 50, 51, 53, 54, 75], "await_upd": [0, 56, 57, 75], "awar": [17, 60], "ax": [0, 33, 37, 75], "axi": [0, 33, 34, 35, 37, 75], "axis_transform": [0, 33, 35, 75], "axis_transform_nam": [0, 33, 35, 75], "axisformat": [0, 33, 37, 75], "axistransform": [0, 33, 37, 75], "b": [0, 13, 36, 57], "back": [16, 24, 28, 56, 57], "backward": 61, "bad": 61, "baddatabehavior": [0, 61, 75], "balanc": 74, "bank": 74, "bar": [0, 33, 37, 40, 53, 56, 57, 63, 75], "bar_siz": 63, "bar_typ": 63, "bardatatyp": [63, 75], "barrag": [0, 75], "barrage_sess": [0, 4, 75], "barragesess": [0, 4, 75], "bars_histor": 63, "bars_realtim": 63, "barsiz": [63, 75], "base": [0, 1, 2, 4, 6, 12, 13, 14, 16, 19, 21, 23, 24, 25, 26, 29, 30, 31, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 52, 53, 54, 55, 56, 57, 58, 60, 61, 63, 67, 70, 71, 72], "base_nam": 31, "basi": [32, 53], "basic": [4, 32, 56, 63, 74, 75], "batch": 55, "batch_siz": 24, "batch_writ": [0, 31, 75], "baz": 53, "bd_process": 17, "bd_reset": 17, "bd_skip": 17, "becaus": [7, 31, 54, 56, 57, 59, 74], "becom": [4, 56, 57], "been": [0, 4, 26, 55, 56, 57, 63], "befor": [0, 8, 27, 28, 31, 35, 37, 45, 56, 57, 61], "begin": [26, 53, 55, 56, 57, 59, 61], "behav": 61, "behavior": [17, 23, 54], "behind": 61, "being": [0, 8, 56, 58, 63], "belong": [55, 61], "bessel": [1, 56, 57, 61], "best": [0, 57], "between": [0, 3, 13, 18, 24, 27, 28, 37, 39, 45, 53, 56, 57, 60, 61], "bevel": [0, 33, 39, 75], "beyond": 28, "bi": 72, "bid": [63, 75], "bid_ask": [63, 75], "bidask": 63, "bidirectionalobjecttyp": [0, 43, 45, 75], "big_value_context": 61, "bigdecim": [0, 13, 54, 75], "bin": 37, "binari": [45, 53], "blank": 63, "blindli": [27, 28], "blink": [0, 50, 51, 52, 53, 55, 56, 57, 75], "blink_tabl": [0, 57], "blink_to_append_onli": [0, 50, 75], "block": [26, 49, 55, 60], "blue": 36, "bodi": [14, 54], "bold": [0, 33, 38, 75], "bold_ital": [0, 33, 38, 75], "bond": [63, 74], "bool": [0, 1, 4, 8, 16, 20, 21, 23, 26, 27, 28, 30, 31, 37, 41, 45, 49, 52, 53, 54, 56, 57, 58, 59, 60, 63, 64], "bool_": [0, 13, 75], "bool_arrai": [0, 13, 75], "bool_col": [0, 6, 15, 75], "boolean": [6, 7, 13, 15, 17, 23, 63, 72], "boolean_arrai": [0, 13, 75], "bootstrap": 31, "both": [0, 18, 23, 26, 28, 31, 45, 51, 56, 57], "bottom": 37, "boundari": 59, "box": 72, "bridg": 72, "bring": 67, "broker": [54, 69, 70, 71, 74], "brokerag": 74, "bucket": [56, 57, 61], "buffer": 72, "bug": 63, "build": [14, 59, 61, 74], "built": [1, 4, 56, 57, 59, 61], "bulletin": 63, "bundl": 63, "busdaycalendar": 27, "busi": [5, 13, 27, 35, 37], "business_tim": 37, "businesscalendar": [0, 5, 13, 27, 37, 75], "butt": [0, 33, 39, 75], "byemasimpl": [0, 15, 17, 75], "byte": [0, 4, 6, 7, 13, 30, 31, 45, 53, 72, 75], "byte_arrai": [0, 13, 75], "byte_buff": [72, 75], "byte_col": [0, 6, 75], "bytebuff": 72, "c": [0, 13, 24, 25, 69, 70, 71, 75], "cach": [4, 56, 57], "cal": [5, 27], "calcul": [1, 17, 24, 56, 57, 61], "calendar": [0, 13, 27, 37, 59, 75], "calendar_nam": [0, 5, 75], "call": [0, 5, 20, 23, 26, 30, 32, 37, 43, 45, 47, 51, 52, 53, 54, 55, 56, 57, 58, 60, 63, 72], "callabl": [0, 13, 23, 24, 37, 49, 54, 55, 56, 57, 58, 60], "callback": [0, 29, 43, 54, 55, 75], "caller": [53, 55], "can": [0, 1, 4, 5, 6, 12, 14, 17, 18, 21, 23, 26, 31, 32, 34, 36, 38, 39, 41, 45, 46, 47, 49, 52, 53, 54, 56, 57, 58, 59, 61, 63, 67, 74], "cancel": [63, 75], "cancel_func": 63, "cannot": [31, 67], "capac": [0, 53, 57], "captur": [52, 56, 57], "care": [0, 26, 49, 55, 57], "case": [0, 26, 53, 54, 56, 57, 59, 61, 72], "cast": [13, 72, 75], "catch": [0, 12], "categor": 37, "categori": 37, "caus": [0, 12, 23], "cdc": [0, 50, 51, 75], "cdc_long_spec": [0, 50, 51, 52, 75], "cdc_short_spec": [0, 50, 51, 52, 75], "cdc_spec": 52, "cdcspec": [0, 50, 51, 52, 75], "cdctool": 52, "cell": [56, 57], "certain": [56, 57, 60], "certif": 4, "cfd": 74, "chain": 52, "chanc": 49, "chang": [0, 14, 26, 32, 52, 53, 56, 57, 58, 61, 63], "channel": 4, "char": [0, 6, 7, 13, 72, 75], "char_arrai": [0, 13, 75], "char_col": [0, 6, 75], "charact": [0, 8, 13, 23, 53, 75], "chart": [0, 33, 37, 40, 75], "chart_legend": [0, 33, 37, 75], "chart_titl": [0, 33, 37, 75], "check": [16, 28, 55, 56, 60, 72], "child": [56, 57], "children": [56, 57], "choic": 74, "choos": [54, 74], "chunk": [0, 8, 55, 58], "chunk_siz": [55, 58], "circl": [0, 33, 42, 75], "circumst": 59, "class": [0, 1, 2, 4, 6, 12, 13, 14, 16, 19, 21, 23, 24, 25, 26, 29, 30, 31, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 63, 67, 70, 71, 72], "classmethod": [21, 29, 43, 56], "classpath": [46, 53], "clean": [26, 54], "cli": [65, 75], "click": 41, "client": [4, 32, 45, 51, 52, 53, 54, 63], "client_id": [63, 75], "clientid": 63, "clock": [0, 13, 47, 59], "clone": [27, 28], "close": [0, 4, 23, 26, 37, 40, 45, 56, 57, 63, 75], "coalesc": [0, 56, 57, 75], "code": [0, 1, 12, 26, 44, 56, 57, 59, 60, 63, 64, 69, 70, 71, 74], "codec": 31, "codec_arg": 31, "codec_nam": 31, "coeffici": 59, "col": [0, 1, 3, 8, 18, 21, 27, 28, 37, 47, 56, 57, 58, 61], "col1": 31, "col2": 31, "col_a": [18, 56, 57], "col_b": [18, 56, 57], "col_def": [0, 53, 55, 57], "col_definit": 31, "col_instruct": 31, "col_nam": [24, 53, 54], "col_set": 25, "col_span": 37, "col_typ": 24, "collect": [0, 26, 32, 56, 57, 58], "collector": 0, "color": [0, 33, 37, 56, 57, 75], "color_express": [56, 57], "cols_to_drop": 52, "column": [0, 1, 3, 8, 15, 16, 18, 21, 24, 25, 27, 28, 31, 32, 37, 41, 47, 52, 53, 54, 55, 56, 57, 58, 61, 75], "column_group": [56, 57], "column_major": [0, 24, 25, 75], "column_nam": 31, "column_names_in_titl": 37, "column_properti": 54, "column_typ": 6, "columndefinit": 6, "columninstruct": [0, 31, 75], "columnsourc": 25, "columntyp": [0, 6, 75], "com": [21, 44, 53, 74], "combin": [0, 1, 14, 18, 39, 56, 57, 61, 74], "comboaggreg": 1, "comboleg": [69, 70, 75], "come": 63, "comma": [0, 8, 37], "command": 32, "commerci": [69, 70, 71], "commiss": 63, "commod": 74, "common": [18, 24, 37, 56, 57, 59, 74], "common_column": [56, 57], "common_metadata_file_nam": 31, "commun": [0, 74], "compact": [0, 12], "compact_traceback": [0, 12, 75], "compani": 63, "comparison": [56, 57], "compat": [6, 13, 19, 23, 30, 45, 53, 54, 56], "compil": 14, "complet": [61, 63], "complex": 6, "compon": [13, 21, 36, 53], "component_typ": 6, "compress": 31, "compression_codec_nam": 31, "comput": [0, 1, 24, 31, 56, 57, 61, 63], "concaten": [31, 52], "concis": 74, "concurr": [17, 31, 49, 55, 63], "cond": [56, 57], "condit": [21, 46, 56, 57, 69, 70, 71], "condition": [56, 57], "config": 68, "configur": [37, 51, 52, 53, 54, 56, 57, 63, 67], "confirm": 63, "confluent": [53, 54], "conform": 4, "conjunct": 26, "conn": [0, 9], "connect": [0, 4, 9, 39, 45, 63, 75], "connection_timeout": 19, "connectorx": [0, 9], "consecut": 37, "consequ": 56, "consid": [27, 28, 61], "consist": [25, 45, 55, 56, 60], "consol": [32, 43], "constant": [0, 17, 54, 75], "constitu": [0, 53, 56, 57, 75], "constituent_changes_permit": [0, 56, 75], "constituent_column": [0, 56, 75], "constituent_t": [0, 56, 75], "constituent_table_column": [0, 56, 75], "constitut": 32, "constraint": 56, "construct": [23, 44, 55, 56, 57, 59], "constructor": [17, 51, 52, 53, 54, 57], "consum": [0, 50, 51, 52, 75], "consume_raw": [0, 50, 51, 52, 75], "consume_to_partitioned_t": [0, 50, 51, 53, 75], "consumpt": 32, "contain": [0, 1, 6, 8, 18, 23, 24, 31, 32, 37, 47, 55, 56, 57, 61, 63], "content": [44, 51, 56, 57, 63], "context": [0, 14, 23, 49, 55, 57, 60], "contextdecor": 14, "contigu": [56, 72], "continu": [45, 63], "contract": [63, 69, 74, 75], "contract_detail": 63, "contractdescript": [69, 70, 75], "contractdetail": [69, 70, 75], "contracts_match": 63, "control": [26, 54, 56, 57, 60, 61], "conv_nul": 28, "conveni": [12, 23, 56, 57, 58], "convent": 52, "convers": [3, 5, 23, 27, 28, 72], "convert": [0, 5, 6, 23, 25, 28, 34, 57, 59, 64, 72, 75], "coordin": 37, "copi": [23, 25], "copyright": [69, 70, 71], "core": [5, 63, 64, 74], "corner": 37, "correct": [1, 56, 57, 61], "correctli": [14, 26], "correspond": [0, 23, 54, 56, 57, 72], "cost": 74, "could": [6, 56, 57, 67], "count": [1, 17, 26, 56, 57, 61], "count_": [0, 1, 75], "count_bi": [0, 56, 57, 75], "count_distinct": [0, 1, 75], "count_nul": 1, "counter": 32, "creat": [0, 1, 3, 4, 6, 13, 14, 15, 16, 18, 21, 23, 26, 27, 28, 31, 32, 33, 36, 37, 39, 41, 45, 50, 52, 53, 54, 56, 57, 58, 59, 61, 63, 67, 72, 74], "create_client_connect": [0, 43, 45, 75], "create_if_abs": 16, "create_jvm": [72, 75], "createtim": 54, "creation": 45, "criteria": [56, 57], "critic": 14, "cross": [0, 59], "cryptocurr": 74, "csv": [0, 12, 75], "cum_max": [0, 61, 75], "cum_min": [0, 61, 75], "cum_prod": [0, 61, 75], "cum_sum": [0, 61, 75], "cumul": 61, "current": [0, 2, 14, 16, 26, 32, 37, 46, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 72], "current_timestamp": 61, "current_valu": 61, "custom": [0, 4, 12, 31, 32, 45, 56, 57, 62, 74], "cycl": [0, 55, 57], "d": [13, 23], "dai": [13, 27, 59, 63, 75], "dash": 39, "dash_pattern": 39, "data": [0, 6, 8, 13, 16, 22, 23, 24, 25, 28, 31, 32, 37, 39, 40, 41, 45, 47, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63, 72, 74], "data_fram": 30, "data_index": [0, 15, 75], "data_typ": [6, 53], "databas": [9, 52], "datafram": [0, 28, 57], "dataindex": [0, 15, 16, 75], "dataset": 31, "date": [5, 13, 31, 34, 59, 63], "datetim": [0, 6, 57, 59, 63, 64], "datetime64": [0, 6, 57, 59, 63, 64], "datetime_col": [0, 6, 75], "datetimeformatt": 34, "day_1": [63, 75], "db_name": 52, "dbapi": [0, 9], "dbc": [0, 75], "dd": 59, "ddthh": 59, "de": 58, "debezium": 52, "debug": [12, 54], "decai": [17, 61], "decay_tick": 61, "decay_tim": 61, "decayr": 17, "decim": 34, "decimal128": [0, 61, 75], "decimal32": [0, 61, 75], "decimal64": [0, 61, 75], "decimalaxisformat": [0, 33, 34, 75], "decimalformat": 34, "decl_class": [72, 75], "declar": 72, "decor": [26, 60], "deep": [24, 54], "deephaven": [63, 64, 67, 68, 74, 75], "deephaven_ib": 75, "deephaven_serv": 75, "def": 26, "defalt": 5, "default": [0, 1, 3, 4, 5, 8, 9, 14, 16, 18, 20, 23, 27, 28, 31, 36, 37, 39, 40, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 68, 75], "defer": 14, "defin": [0, 1, 4, 5, 6, 7, 8, 12, 13, 17, 34, 38, 39, 40, 41, 42, 45, 53, 54, 56, 57, 59, 61], "definit": [0, 6, 31, 52, 53, 54, 55, 56, 57], "degre": [26, 36, 37], "delai": [63, 75], "delet": [0, 31, 57, 75], "delimit": [0, 8, 31, 54, 56, 57], "delta": [0, 61, 75], "delta_control": 61, "deltacontrol": [0, 61, 75], "deltaneutralcontract": [69, 70, 75], "demand": [0, 31, 57], "depend": [0, 54, 56, 57, 61], "deprec": [31, 50, 53], "deriv": 31, "descend": [0, 56, 57, 75], "describ": [25, 31, 56, 57, 63], "descript": [58, 63], "descriptor": 53, "deseri": 53, "design": 37, "desir": [23, 25, 51, 52, 53, 54, 56, 57], "destin": [31, 56, 57], "destination_dir": 31, "destroi": 72, "destroy_jvm": [72, 75], "detail": [5, 34, 44, 53, 56, 63, 74], "determin": [0, 1, 17, 24, 31, 57, 59, 61], "determinist": 0, "develop": [56, 57], "deviat": [1, 56, 57, 61], "df": 28, "dh": [13, 68], "dh_now": [0, 59, 75], "dh_null_to_nan": [0, 23, 75], "dh_time_zon": [0, 59, 75], "dh_todai": [0, 59, 75], "dhc": 52, "dherror": [0, 2, 3, 4, 5, 8, 9, 13, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 35, 36, 37, 41, 46, 47, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 62, 75], "dhnp": 26, "diamond": [0, 33, 42, 75], "dict": [0, 8, 23, 31, 32, 37, 51, 52, 53, 54, 55, 56, 57, 58], "dictionari": [0, 23, 31, 53, 57, 63], "differ": [14, 17, 18, 37, 40, 56, 57, 61, 74], "digit": [34, 36, 61], "dim": 37, "dimens": 37, "direct": [56, 57, 72], "directli": [0, 1, 14, 26, 56, 57, 59], "directori": [31, 44], "discard": [56, 57], "disconnect": [63, 75], "discret": 37, "disk": 31, "displai": [37, 40, 41, 56], "display": 37, "dispos": 26, "distanc": 37, "distinct": [0, 1, 56, 57, 75], "do": [0, 27, 28, 31, 52, 54, 55, 56, 57, 61, 63], "do_replai": 58, "doc": 21, "docker": 63, "document": 21, "doe": [13, 16, 23, 40, 54, 56, 57, 63], "doesn": [0, 8, 16, 23, 60], "don": [56, 57], "done": 72, "dont_seek": [0, 50, 51, 53, 75], "doubl": [0, 6, 7, 8, 13, 17, 23, 26, 72, 75], "double_arrai": [0, 13, 75], "double_col": [0, 6, 75], "down": [0, 4, 13, 42, 47], "down_triangl": [0, 33, 42, 75], "download": 63, "download_short_r": 63, "downstream": [53, 55], "draw": [37, 39], "drawn": 39, "driven": 56, "driver": [0, 9], "drop": [0, 8, 52, 56, 57], "drop_column": [0, 56, 57, 75], "drop_kei": [56, 57], "dry": 20, "dry_run": 20, "dt": 59, "dt_current": 61, "dtype": [0, 5, 8, 23, 28, 31, 53, 55, 57, 59, 64, 75], "dtype_backend": 28, "due": [0, 12], "duplic": 37, "durat": [0, 13, 26, 57, 59, 63, 75], "durationto": 59, "dure": [0, 12, 45, 55, 56, 58, 59, 61, 63], "dynam": [0, 47, 57], "dynamictablewrit": [0, 57, 75], "e": [0, 1, 6, 13, 18, 23, 28, 32, 36, 37, 40, 54, 56, 57, 61, 63, 72], "each": [0, 1, 13, 27, 29, 32, 37, 43, 45, 47, 54, 55, 56, 57, 58, 61, 63], "earlier": 54, "eas": 74, "easi": [12, 74], "edg": 39, "edit": [0, 57], "effect": [0, 55], "effici": [0, 24, 57, 59], "efp": 63, "eg": 52, "either": [0, 9, 23, 31, 45, 49, 52, 53, 54, 56, 57, 60], "elaps": [0, 17, 56, 57], "element": [0, 37, 53, 57], "ellips": [0, 33, 42, 75], "em": 61, "em_variance_curr": 61, "em_variance_first": 61, "em_variance_prev": 61, "ema": [0, 15, 61, 75], "ema_curr": 61, "ema_first": 61, "ema_prev": 61, "ema_tick": [0, 61, 75], "ema_tim": [0, 61, 75], "emaarrai": [0, 15, 17, 75], "emb": 68, "emmax_curr": 61, "emmax_first": 61, "emmax_prev": 61, "emmax_tick": [0, 61, 75], "emmax_tim": [0, 61, 75], "emmin_curr": 61, "emmin_first": 61, "emmin_last": 61, "emmin_prev": 61, "emmin_tick": [0, 61, 75], "emmin_tim": [0, 61, 75], "empti": [0, 8, 31, 56, 57, 61], "empty_t": [0, 57, 75], "ems_curr": 61, "ems_first": 61, "ems_prev": 61, "ems_tick": [0, 61, 75], "ems_tim": [0, 61, 75], "emstd_curr": 61, "emstd_tick": [0, 61, 75], "emstd_tim": [0, 61, 75], "en": 21, "enabl": [23, 28, 56, 57], "enabletimestepoutoforderexcept": 17, "encapsul": 12, "enclos": [14, 60], "encod": [4, 31, 53, 56, 57], "encount": [17, 56, 57, 61], "end": [0, 31, 39, 45, 53, 56, 57, 61, 63], "end_pct": [56, 57], "end_styl": 39, "end_tim": [0, 47], "endpoint_overrid": 19, "engin": [0, 6, 12, 13, 17, 32, 46, 56, 57, 60, 74], "ensur": [1, 29, 43, 45, 49, 53, 54, 56, 57, 60, 61, 72], "enter": 63, "entir": [21, 27, 28, 31, 32, 56, 57], "entri": [27, 28, 44, 58], "entrypoint": [29, 43], "enum": [0, 6, 17, 21, 25, 31, 38, 39, 40, 42, 52, 56, 61, 63], "enumer": [6, 42], "environ": 20, "epoch": [6, 59, 64], "equal": [0, 18, 56, 57], "equiti": 74, "equival": [13, 56, 57], "error": [0, 12, 31, 37, 40, 56, 57, 63], "error_bar": [0, 33, 40, 75], "error_bar_color": 37, "essenti": [0, 53, 57, 74], "estim": [1, 56, 57, 61], "etc": [0, 1, 6, 13, 26, 31, 32, 34, 35, 37, 40, 53, 56, 57, 59, 61, 63], "eval_numb": 32, "evalu": [0, 14, 15, 20, 21, 24, 31, 32, 75], "even": [1, 45, 56, 61], "event": 52, "eventu": 54, "everi": [18, 54, 56, 57, 63], "everyth": 53, "exact": [56, 57], "exact_join": [0, 56, 57, 75], "exactli": [56, 57, 61], "examin": 31, "exampl": [0, 12, 26, 31, 32, 37, 39, 41, 53, 56, 57, 59, 61, 63, 67, 74], "except": [0, 8, 12, 17, 23, 54, 55, 57, 61, 63, 72], "excess": [0, 8], "exchang": [63, 74], "exclud": [54, 61], "exclude_column": 54, "exclus": [49, 56, 57, 58, 60, 63], "exclusive_lock": [0, 60, 75], "exec_ctx": [0, 57], "execut": [0, 9, 14, 32, 49, 55, 57, 63], "execution_context": [0, 75], "executioncontext": [0, 14, 57, 75], "executor": [0, 48, 75], "executor_nam": [0, 48, 49, 75], "exist": [0, 1, 16, 31, 44, 49, 56, 57, 63], "expect": [0, 23, 31, 43, 53, 56, 57, 59], "expens": [56, 57], "experiment": [0, 75], "explicit": [31, 53, 56, 57], "explicitli": [14, 17, 26, 53, 56, 57], "exponenti": [17, 61], "exponentiallydecayedsum": [0, 15, 17, 75], "export": [0, 22, 30, 43, 45, 75], "expr": [56, 57], "express": [0, 1, 18, 21, 26, 36, 46, 56, 57, 61], "extend": [56, 57], "extens": [28, 31], "extern": [0, 8, 9, 31, 32, 57], "extra": 54, "extra_classpath": [67, 68], "extract": [24, 56, 57], "extran": 55, "f": [13, 26, 60], "facilit": 74, "factori": [4, 53, 56, 57], "fail": [55, 63], "failur": 55, "fall": [56, 57], "fals": [0, 1, 4, 8, 13, 15, 16, 19, 20, 21, 23, 25, 26, 31, 37, 41, 52, 53, 54, 55, 56, 57, 58, 59, 60, 63, 64], "famili": [38, 63], "far": [56, 57], "fashion": 54, "fast": [49, 63], "feather": 3, "featur": 15, "fee": 63, "fee_rat": [63, 75], "fetch": [45, 53, 54, 63], "fetchonlyobjectbas": 45, "fetchonlyobjecttyp": [0, 30, 43, 45, 75], "few": [26, 56, 57], "fewer": [0, 8, 59], "field": [0, 8, 44, 52, 53, 54, 63, 72], "field_to_col_map": 54, "figur": [0, 33, 75], "figure_titl": [0, 33, 37, 75], "file": [0, 3, 5, 8, 12, 31, 37, 44, 57, 68, 72], "file_layout": 31, "fill": [55, 61], "filter": [0, 32, 37, 56, 57, 75], "filter_": 21, "filter_t": [56, 57], "filterpattern": 21, "final": [53, 56, 57, 72], "financ": 74, "financi": 63, "find": [0, 21, 23, 75], "finer": 26, "finish": 60, "finit": 7, "first": [0, 1, 16, 36, 39, 53, 54, 55, 56, 57, 75], "first_bi": [0, 56, 57, 75], "first_valu": 61, "flag": [0, 1, 8, 23, 56, 57], "flat": [39, 56, 57], "flat_partit": [0, 31, 75], "flatten": [0, 56, 57, 75], "float": [1, 6, 7, 13, 23, 36, 37, 56, 57, 61, 63, 72], "float32": [0, 13, 75], "float32_arrai": [0, 13, 75], "float64": [0, 13, 23, 75], "float64_arrai": [0, 13, 75], "float_": [0, 13, 75], "float_arrai": [0, 13, 75], "float_col": [0, 6, 75], "floor": [56, 57], "flush": 55, "fly": 63, "follow": [0, 1, 31, 32, 36, 53, 56, 57, 61], "font": [0, 33, 37, 75], "font_family_nam": [0, 33, 38, 75], "fontstyl": [0, 33, 38, 75], "foo": 53, "forc": 0, "foreign": 74, "forex": 74, "form": [52, 56, 57, 58], "format": [22, 31, 34, 37, 56, 57, 59, 61], "format_column": [0, 56, 57, 75], "format_column_wher": [0, 56, 57, 75], "format_pattern": 37, "format_row_wher": [0, 56, 57, 75], "formatt": 34, "formula": [0, 1, 46, 56, 57, 61, 75], "formula_param": [1, 61], "fortran": [0, 24, 25, 75], "forward": 61, "forward_fil": [0, 61, 75], "found": [13, 56, 57], "fragment_s": 19, "framework": [24, 63], "free": 26, "freez": [56, 57], "freeze_var": 14, "frequenc": 37, "from": [0, 3, 5, 13, 14, 15, 16, 18, 19, 20, 21, 23, 24, 26, 27, 28, 29, 31, 32, 37, 41, 43, 45, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 67, 72], "from_": [0, 21, 75], "from_constituent_t": [0, 56, 75], "from_jtyp": [0, 13, 75], "from_np_dtyp": [0, 13, 75], "from_partitioned_t": [0, 56, 75], "from_properti": 53, "front": [36, 56, 57], "frozen": [14, 63, 75], "full": [0, 18, 27, 53, 56, 57], "full_outer_join": [0, 15, 18, 75], "fulli": [46, 53, 55, 56, 57], "func": [0, 23, 33, 37, 56, 75], "function": [0, 1, 4, 5, 6, 9, 12, 13, 18, 23, 24, 26, 32, 37, 49, 52, 53, 54, 56, 57, 58, 59, 60, 61, 64, 68, 72], "function_generated_t": [0, 57, 75], "fund": 74, "further": [0, 45, 57], "futur": [14, 26, 31, 49, 55, 74], "fwd_tick": 61, "fwd_time": 61, "fx": 74, "g": [0, 6, 13, 23, 28, 36, 37, 40, 54, 56, 57, 61, 63, 72], "gap": [37, 39], "garbag": [0, 26, 32, 58], "garbage_collect": [0, 75], "gather": [0, 24, 56, 75], "gather_func": 24, "gc": 32, "gener": [0, 31, 32, 54, 56, 57, 58, 61, 63], "generate_metadata_fil": 31, "generic_tick_typ": 63, "genericticklist": 63, "genericticktyp": 63, "get": [2, 16, 24, 32, 37, 53, 56, 63, 67, 72, 74], "get_app_st": [0, 2, 75], "get_constitu": [0, 56, 75], "get_exec_ctx": [0, 14, 75], "get_param_typ": [72, 75], "get_registered_contract": [63, 75], "get_typ": [72, 75], "get_valu": 26, "get_version_str": 69, "github": [44, 74], "give": [14, 26, 53], "given": [0, 1, 4, 5, 9, 16, 21, 23, 26, 32, 43, 45, 49, 52, 53, 54, 56, 57, 72], "global": 7, "go": [27, 28, 37, 56, 57], "goe": 58, "good": [0, 12], "gradient": 37, "gradient_vis": 37, "graph": [26, 32, 55, 56, 57, 60], "graphic": 37, "greater": [26, 56, 57], "green": 36, "grid": 37, "grid_vis": 37, "group": [0, 1, 17, 37, 54, 56, 57, 61, 63, 75], "group_bi": [0, 56, 57, 75], "groupbi": 17, "grpc": 4, "guarante": [31, 56, 57], "gui": [41, 42], "gzip": 31, "h": 36, "ha": [0, 16, 26, 45, 55, 56, 57, 63], "half": 61, "halt": 67, "halv": 1, "hand": [37, 63], "handl": [0, 12, 13, 56, 57, 58, 59, 60, 61], "handler": 67, "happen": 60, "has_column": [0, 56, 57, 75], "has_data_index": [0, 15, 16, 75], "has_exclusive_lock": [0, 60, 75], "has_executor": [0, 48, 49, 75], "has_jvm": [72, 75], "has_shared_lock": [0, 60, 75], "hash": 54, "hashmap": 23, "hashset": 23, "hasn": 55, "have": [0, 4, 8, 18, 26, 28, 31, 36, 37, 53, 55, 56, 57, 60, 63], "head": [0, 56, 57, 75], "head_bi": [0, 56, 57, 75], "head_pct": [0, 56, 57, 75], "header": [0, 8], "header_row": [0, 8], "headless": [0, 8], "headlin": 63, "hedg": 74, "height": 37, "held": 60, "help": [23, 31], "here": [51, 52, 53, 54, 61], "hex": [36, 56, 57], "hh": 59, "hide": [0, 56, 57, 75], "hierarch": [31, 56, 57], "high": [37, 40], "hint": [56, 57], "histogram": [0, 33, 37, 40, 75], "histor": [0, 47, 63], "histori": [56, 57], "historical_volatil": [63, 75], "hold": [1, 37, 54, 60], "holidai": 27, "horizont": [42, 56, 57], "horizontal_rectangl": [0, 33, 42, 75], "host": [4, 63, 67, 75], "hour": [13, 17, 59, 63], "hour_1": [63, 75], "hour_2": [63, 75], "hour_3": [63, 75], "hour_4": [63, 75], "hour_8": [63, 75], "hover": 37, "hover_text": 37, "how": [24, 26, 32, 34, 37, 52, 53, 54, 61], "howev": 14, "html": [0, 5, 21, 63, 64, 75], "http": [5, 21, 44, 63, 64, 74], "hue": 36, "i": [0, 1, 3, 4, 5, 8, 9, 12, 13, 14, 15, 16, 18, 20, 21, 23, 24, 26, 27, 28, 30, 31, 32, 35, 36, 37, 39, 41, 43, 44, 45, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 67, 69, 70, 71, 72, 74], "ib": [63, 64, 69, 70, 71, 74], "ib_to_j_inst": [63, 64, 75], "ibapi": 75, "ibsessiontw": [63, 75], "id": [32, 37, 53, 56, 57, 63], "id_col": [56, 57], "identifi": [32, 37, 56, 57, 62, 63], "idx": [56, 57], "ieee": 61, "ignor": [0, 4, 8, 9, 52, 53, 54, 55, 56, 57, 63], "ignore_empty_lin": [0, 8], "ignore_excess_column": [0, 8], "ignore_s": 63, "ignore_surrounding_spac": [0, 8], "imag": 37, "immedi": [56, 57, 58], "immut": [37, 56, 57], "implement": [0, 1, 6, 21, 23, 28, 29, 34, 35, 36, 37, 38, 39, 43, 45, 55, 56, 57, 72], "impli": [4, 31, 52, 54, 63], "import": [0, 46, 75], "import_class": [0, 46, 75], "import_packag": [0, 46, 75], "import_stat": [0, 46, 75], "improv": 16, "inaccess": [56, 57], "includ": [0, 1, 3, 7, 9, 14, 18, 23, 27, 28, 31, 32, 33, 35, 37, 39, 44, 52, 53, 54, 56, 57, 61, 63, 74], "include_by_column": 1, "include_column": 54, "include_constitu": [56, 57], "include_nul": 1, "include_only_column": 54, "include_parti": 27, "inclus": [56, 57, 61, 63], "incom": 45, "incompat": [56, 57], "increas": 37, "increment": [31, 56, 57, 63, 75], "incur": 0, "index": [0, 16, 31, 37, 43, 45, 53, 56, 57, 72, 74, 75], "index_column": 31, "indic": [0, 8, 34, 37, 52, 55, 56, 57, 63], "individu": [7, 31, 32, 74], "ineffici": 17, "inexact": [56, 57], "inf": 7, "infer": [0, 31, 56, 57, 59], "infin": 7, "info": 31, "inform": [32, 59], "ingest": 56, "init": 72, "init_t": [0, 57], "initi": [0, 4, 14, 31, 45, 49, 54, 56, 57, 58, 63, 72], "initial_group": [56, 57], "input": [0, 1, 6, 8, 21, 23, 24, 31, 37, 54, 56, 57, 61, 63, 64, 75], "input_data": 6, "input_t": [0, 57, 75], "inputcolumn": [0, 6, 57, 75], "inputt": [0, 57, 75], "ins": [56, 57], "insid": [0, 8, 54, 60, 63], "instanc": [4, 6, 13, 17, 23, 26, 28, 36, 37, 43, 45, 54, 56, 62], "instant": [0, 6, 13, 37, 57, 59, 63, 64, 75], "instant_arrai": [0, 13, 75], "instanti": [1, 56, 57], "instead": [23, 26, 31, 59], "instruct": [19, 31], "instrument": [56, 63], "int": [0, 4, 6, 7, 8, 13, 15, 24, 26, 31, 32, 36, 37, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 64, 72], "int16": [0, 13, 75], "int16_arrai": [0, 13, 75], "int32": [0, 13, 25, 75], "int32_arrai": [0, 13, 75], "int64": [0, 13, 75], "int64_arrai": [0, 13, 75], "int8": [0, 13, 75], "int8_arrai": [0, 13, 75], "int_": [0, 13, 75], "int_arrai": [0, 13, 75], "int_col": [0, 6, 75], "integ": [0, 8, 13, 23, 31, 52, 53, 57, 59, 61], "integr": [0, 12, 23, 74], "intellig": 24, "intend": [49, 59], "interact": [56, 57, 69, 70, 71, 74], "interepret": 27, "interest": 63, "interfac": [23, 45, 46, 55], "interleav": [53, 55], "intermedi": 31, "intermediari": [0, 57], "intern": [32, 54, 56, 57, 63], "interpret": [0, 8, 53], "interv": [0, 37, 57, 61], "invalid": [0, 4, 47, 56, 57, 61], "invert": [21, 37, 56, 57], "invert_pattern": 21, "investor": 74, "invoc": [0, 57], "invok": [0, 29, 43, 45, 54, 55, 57], "io": [4, 5, 6, 13, 17, 21, 23, 38, 39, 40, 42, 52, 53, 56, 61, 63, 64, 72], "ip": [4, 63], "is_al": [0, 50, 55, 75], "is_blink": [0, 56, 57, 75], "is_cancel": [63, 75], "is_connect": [63, 75], "is_fa": 63, "is_fin": [72, 75], "is_flat": [0, 56, 57, 75], "is_java_typ": [0, 23, 75], "is_legacy_parquet": 31, "is_liveness_refer": [0, 26, 75], "is_multi": [63, 75], "is_not_nul": [0, 21, 75], "is_nul": [0, 21, 75], "is_param_mut": [72, 75], "is_param_output": [72, 75], "is_param_return": [72, 75], "is_primit": 13, "is_refresh": [0, 31, 54, 56, 57, 75], "is_replai": 58, "is_stat": [72, 75], "is_typ": [0, 29, 30, 43, 45, 75], "isn": [26, 56], "iso": 59, "issn": 53, "ital": [0, 33, 38, 75], "item": 55, "iter": [23, 26, 58], "its": [0, 4, 32, 35, 53, 54, 56, 57, 61, 72, 74], "itself": 16, "j": [0, 13, 43, 75], "j_agg_spec": 1, "j_aggreg": 1, "j_app_stat": 2, "j_array_list": [0, 23, 75], "j_authentication_handl": 67, "j_auto_clos": 23, "j_axis_format": 34, "j_axis_transform": 35, "j_barrage_sess": 4, "j_binary_oper": [0, 23, 75], "j_class": 13, "j_color": 36, "j_data_index": 16, "j_exec_ctx": 14, "j_figur": 37, "j_filter": 21, "j_function": [0, 23, 75], "j_hashmap": [0, 23, 75], "j_hashset": [0, 23, 75], "j_lambda": [0, 23, 75], "j_list_to_list": [0, 23, 75], "j_managed_channel": 4, "j_map_to_dict": [0, 23, 75], "j_name": 13, "j_node_ops_record": 56, "j_object_typ": [0, 2, 14, 15, 16, 19, 21, 23, 26, 33, 34, 35, 36, 37, 38, 39, 41, 47, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 75], "j_partitioned_t": 56, "j_properti": [0, 23, 75], "j_protocol": 53, "j_pt_proxi": 56, "j_rollup_t": 56, "j_runnabl": [0, 23, 75], "j_sd": 41, "j_server_config": 67, "j_spec": [52, 53, 54], "j_tabl": [56, 57], "j_table_publish": 55, "j_table_typ": 53, "j_table_upd": 58, "j_tree_tabl": 56, "j_type": 13, "j_unary_oper": [0, 23, 75], "j_update_graph": 60, "j_updateby_op": 61, "java": [0, 5, 6, 12, 13, 17, 20, 21, 23, 26, 27, 28, 37, 46, 53, 56, 57, 59, 61, 62, 64, 72], "java_hom": 68, "javadoc": [5, 34], "javas": 21, "javascript": 44, "jcompat": [0, 75], "jexcept": [72, 75], "jfield": [72, 75], "jlist": 23, "jmethod": [72, 75], "jobj_col": [0, 6, 75], "jobject": [0, 13, 59, 75], "jobjectwrapp": [0, 2, 14, 16, 19, 21, 23, 26, 34, 35, 36, 37, 38, 39, 41, 47, 52, 53, 54, 55, 56, 57, 58, 60, 61], "join": [0, 12, 18, 26, 39, 56, 57, 75], "join_styl": 39, "joverloadedmethod": [72, 75], "jpy": [13, 23, 26, 75], "jshape": 42, "json": [44, 53, 54], "json_spec": [0, 50, 51, 53, 54, 75], "jsplugin": [0, 43, 44, 75], "jtype": [13, 20, 23, 26, 59, 72, 75], "just": 63, "jvm": [0, 49, 72], "jvm_arg": [67, 68], "jvm_properti": 68, "kafka": [0, 50, 75], "kafka_config": [51, 52, 53, 54], "kafkaconsum": [52, 53], "kafkaproduc": 54, "kafkatool": [52, 53, 54], "kakfa": [51, 53], "keep": [26, 52, 56, 57, 72], "keep_up_to_d": 63, "kei": [0, 8, 15, 16, 31, 32, 37, 52, 53, 54, 56, 57, 58, 67, 75], "key_col": [0, 16, 56, 57], "key_column": [0, 56, 75], "key_nam": [0, 57, 75], "key_schema_nam": 52, "key_schema_vers": 52, "key_spec": [53, 54], "key_valu": 56, "keyerror": 49, "keyorvaluespec": [53, 54], "keyvaluespec": [0, 50, 51, 53, 54, 75], "keyword": [0, 57], "knob": 60, "known": [49, 56, 61], "kv_partit": [0, 31, 75], "kwarg": [0, 57, 60], "l": 36, "l_tabl": 18, "label": [34, 37], "label_format": 37, "lambda": 23, "lambda_jtyp": 23, "lang": 13, "languag": [17, 27, 28], "larg": [27, 28], "larger": 39, "largest": 74, "last": [0, 1, 54, 56, 57, 61, 63, 75], "last_bi": [0, 26, 54, 56, 57, 75], "last_by_key_column": 54, "latest": [0, 52, 53, 54, 56, 57], "launch": 14, "layer": 12, "layout": [25, 31, 56, 57], "layout_hint": [0, 56, 57, 75], "layouthintbuild": 56, "lazy_upd": [0, 56, 57, 75], "leaf": [56, 57], "learn": [0, 75], "least": [56, 57], "leav": 63, "left": [18, 37, 42, 56, 57], "left_column": [56, 57], "left_end_column": [56, 57], "left_outer_join": [0, 15, 18, 75], "left_start_column": [56, 57], "left_triangl": [0, 33, 42, 75], "legaci": 31, "legend": 37, "length": [39, 72], "less": [56, 57], "level": [7, 17, 54, 56, 57], "librari": [0, 8, 14, 24, 46], "licens": [69, 70, 71], "lifecycl": 58, "light": 36, "like": [6, 17, 31, 53, 56, 60, 62], "likewis": 45, "limit": [22, 56, 57], "line": [0, 8, 33, 37, 39, 40, 75], "lineendstyl": [0, 33, 39, 75], "linejoinstyl": [0, 33, 39, 75], "linestyl": [0, 33, 37, 75], "list": [0, 1, 3, 5, 6, 8, 13, 14, 16, 17, 21, 23, 24, 27, 28, 31, 35, 36, 37, 38, 39, 41, 43, 46, 49, 51, 52, 53, 54, 56, 57, 58, 61, 63, 67, 72], "list_plugins_consol": [0, 43, 75], "list_registrations_consol": [0, 43, 75], "listen": [0, 4, 55, 58, 75], "liter": [0, 9], "live": [26, 49, 52, 53, 54, 72], "liveness_scop": [0, 75], "livenessrefer": 26, "livenessscop": [0, 26, 57, 75], "ljava": 13, "llc": [69, 70, 71], "load": 72, "loc": 37, "local": [7, 13, 31, 54, 63], "locald": [0, 13, 59, 75], "localtim": [0, 13, 59, 75], "locat": 37, "lock": [49, 58, 60], "log": [32, 37, 54, 55, 63], "logappendtim": 54, "logarithm": 35, "logic": [0, 21, 56, 57], "login": 63, "long": [0, 6, 7, 8, 13, 32, 54, 72, 75], "long_arrai": [0, 13, 75], "long_col": [0, 6, 75], "longer": [0, 26, 47, 55, 56, 57, 72], "look": [13, 52, 56, 57, 61], "lose": [0, 57], "lost": 13, "low": [37, 40, 74], "lower": [36, 37], "lowest": 56, "lz4": 31, "lz4_raw": 31, "lzo": 31, "m": [23, 59], "machin": [24, 63], "made": 14, "magic": 53, "mai": [0, 26, 45, 49, 53, 55, 56, 57, 61, 63], "main": [0, 43, 44, 56, 75], "major": [25, 37], "make": [14, 31, 46, 56, 57, 74], "make_table_and_scop": 26, "make_user_exec_ctx": [0, 14, 75], "manag": [0, 4, 14, 17, 23, 26, 57, 58, 60, 63, 74, 75], "manang": 26, "mang": 26, "mani": [14, 26, 37, 54], "manifest": 44, "manner": [14, 72], "manual": 63, "map": [0, 13, 23, 28, 32, 41, 53, 54, 57], "mapped_onli": 53, "mark": [57, 63], "market": [63, 74], "market_data_typ": 63, "market_rul": 63, "marketdatatyp": [63, 75], "match": [0, 13, 18, 21, 23, 53, 54, 56, 57, 61, 63, 75], "math": [13, 61], "mathcontext": [0, 61, 75], "mathemat": [1, 61], "max": [0, 1, 8, 37, 61], "max_": [0, 1, 75], "max_bi": [0, 56, 57, 75], "max_byt": [0, 7, 75], "max_cache_s": 19, "max_char": [0, 7, 75], "max_concurrent_request": 19, "max_dictionary_kei": 31, "max_dictionary_s": 31, "max_doubl": [0, 7, 75], "max_finite_doubl": [0, 7, 75], "max_finite_float": [0, 7, 75], "max_float": [0, 7, 75], "max_int": [0, 7, 75], "max_long": [0, 7, 75], "max_row": 37, "max_short": [0, 7, 75], "maximum": [0, 7, 8, 24, 31, 37, 56, 57, 61, 63], "mean": [0, 3, 13, 18, 27, 28, 31, 36, 53, 54, 56, 57, 72], "median": [0, 1, 56, 57, 75], "median_bi": [0, 56, 57, 75], "meet": [56, 57], "member": 46, "memoiz": [0, 57], "memori": [0, 22, 25, 27, 28, 32, 53, 56, 57], "memorylayout": [0, 24, 25, 75], "mention": [53, 54], "mere": 72, "merg": [0, 56, 57, 75], "merge_sort": [0, 57, 75], "mergesort": [0, 57], "messag": [0, 12, 45, 52, 53, 54], "message_class": 53, "messageformat": 37, "messagestream": [0, 43, 45, 75], "meta": 72, "meta_t": [0, 56, 57, 75], "metadata": 31, "metadata_file_nam": 31, "metadata_partit": [0, 31, 75], "method": [0, 1, 5, 13, 20, 23, 26, 27, 28, 29, 31, 43, 45, 54, 56, 57, 58, 59, 72, 75], "metric": 32, "metrics_get_count": [0, 32, 75], "metrics_reset_count": [0, 32, 75], "mib": 31, "mid": 63, "middl": 1, "midpoint": [63, 75], "might": 13, "millisecond": [0, 17, 37, 56, 57, 59], "min": [1, 37, 61, 63], "min_": [0, 1, 75], "min_1": [63, 75], "min_10": [63, 75], "min_15": [63, 75], "min_2": [63, 75], "min_20": [63, 75], "min_3": [63, 75], "min_30": [63, 75], "min_5": [63, 75], "min_bi": [0, 56, 57, 75], "min_byt": [0, 7, 75], "min_char": [0, 7, 75], "min_doubl": [0, 7, 75], "min_finite_doubl": [0, 7, 75], "min_finite_float": [0, 7, 75], "min_float": [0, 7, 75], "min_int": [0, 7, 75], "min_long": [0, 7, 75], "min_pos_doubl": [0, 7, 75], "min_pos_float": [0, 7, 75], "min_short": [0, 7, 75], "mind": 0, "minimum": [7, 37, 56, 57, 61, 74], "minor": 37, "minut": [13, 17, 59, 63], "miss": [0, 8, 31], "miter": [0, 33, 39, 75], "mm": 59, "mode": [2, 17, 21, 56], "model": [63, 74], "model_cod": 63, "model_func": 24, "modif": [0, 57], "modifi": [0, 15, 23, 56, 57, 58, 63, 75], "modified_chunk": [0, 58, 75], "modified_column": [0, 58, 75], "modified_prev": [0, 58, 75], "modified_prev_chunk": [0, 58, 75], "modul": [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 13, 14, 16, 17, 18, 21, 22, 23, 24, 26, 27, 28, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 46, 47, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61], "monitor": 74, "month": [13, 59, 63, 75], "month_1": [63, 75], "more": [0, 1, 8, 13, 16, 26, 36, 39, 44, 55, 56, 57, 59], "most": [14, 56, 57, 59, 63, 72], "mostli": [0, 54, 56, 57], "move": [17, 56, 57, 61], "move_column": [0, 56, 57, 75], "move_columns_down": [0, 56, 57, 75], "move_columns_up": [0, 56, 57, 75], "movingaverag": 17, "multi": [37, 56], "multi_join": [0, 56, 75], "multi_series_kei": 37, "multijoininput": [0, 56, 75], "multijoint": [0, 56, 75], "multipl": [4, 18, 24, 32, 53, 56, 57, 63], "must": [0, 1, 4, 5, 8, 9, 14, 23, 26, 30, 36, 37, 44, 45, 46, 47, 53, 54, 55, 56, 57, 60, 63, 72], "mutabl": 72, "mutual": 74, "mymessag": 53, "n": [56, 57, 59], "na": 28, "name": [0, 1, 3, 4, 5, 6, 8, 12, 14, 15, 16, 18, 21, 27, 28, 29, 30, 31, 35, 36, 37, 38, 43, 44, 45, 46, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 72, 75], "namespac": [36, 54], "naming_funct": 37, "nan": [7, 23, 56, 57, 61], "nan_doubl": [0, 7, 75], "nan_float": [0, 7, 75], "nan_int": 13, "nanbehavior": 17, "nanosaxisformat": [0, 33, 34, 75], "nanosecond": [0, 6, 13, 15, 17, 34, 57, 59, 61], "narrow": 31, "nativ": 0, "natur": [0, 56], "natural_join": [0, 56, 57, 75], "naturaljoin": 32, "nbin": 37, "ndarrai": [17, 23, 25, 27, 58], "necessari": [31, 52, 53], "need": [0, 28, 45, 52, 56, 59, 63], "neg": [7, 56, 57, 59, 61], "neg_infinity_doubl": [0, 7, 75], "neg_infinity_float": [0, 7, 75], "negat": 21, "nest": [31, 53, 54], "nested_delim": 54, "never": [21, 31, 49, 56, 57], "new": [0, 3, 4, 5, 6, 9, 14, 15, 18, 20, 21, 23, 27, 28, 32, 37, 45, 55, 56, 57, 59, 63, 72, 74], "new_ax": [0, 33, 37, 75], "new_chart": [0, 33, 37, 75], "new_col": [1, 18, 56, 57, 61], "new_tabl": [0, 57, 75], "newli": [0, 53, 56, 57, 60], "news_articl": 63, "news_bulletin": 63, "news_histor": 63, "news_provid": 63, "next": [26, 39, 53], "nminor": 37, "nnnnnnnnn": 59, "node": [26, 56, 57], "node_operation_record": [0, 56, 75], "node_typ": 56, "nodeoperationsrecord": 56, "nodetyp": [0, 56, 75], "non": [0, 1, 6, 18, 23, 31, 55, 56, 57, 61, 69, 70, 71], "non_unique_sentinel": 1, "none": [0, 1, 3, 4, 5, 6, 7, 8, 12, 13, 14, 16, 17, 18, 19, 23, 24, 26, 27, 28, 29, 31, 32, 34, 37, 39, 41, 43, 45, 46, 47, 49, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 64, 67, 68, 72], "normal": [0, 6, 53, 75], "not_": [0, 21, 75], "note": [0, 1, 4, 14, 16, 23, 27, 28, 31, 52, 55, 56, 57, 63], "noteworthi": [56, 57], "notif": 55, "notifi": 55, "now": [15, 59], "np": [0, 23, 25, 27, 57], "np_arrai": [23, 27], "np_dtype": 13, "np_type": [13, 25], "npoint": 37, "null": [0, 1, 7, 13, 15, 17, 21, 23, 28, 31, 54, 56, 57, 61], "null_boolean": [0, 7, 75], "null_byt": [0, 7, 75], "null_char": [0, 7, 75], "null_domin": [0, 61, 75], "null_doubl": [0, 7, 75], "null_float": [0, 7, 75], "null_int": [0, 7, 13, 75], "null_long": [0, 7, 75], "null_remap": [0, 13, 75], "null_short": [0, 7, 75], "nullabl": [13, 28], "nullbehavior": 17, "num_row": [0, 8, 56, 57], "number": [0, 1, 4, 7, 8, 13, 23, 24, 25, 27, 28, 31, 32, 34, 36, 37, 39, 43, 52, 53, 54, 56, 57, 59, 61, 63, 72], "number_of_tick": 63, "numer": [1, 7, 17, 34, 61], "numpi": [0, 6, 13, 17, 23, 25, 28, 57, 58, 59, 63, 64, 75], "numpy_nul": 28, "obj": [23, 26, 30, 45, 72], "object": [0, 1, 2, 4, 5, 6, 9, 13, 16, 17, 21, 23, 24, 25, 26, 30, 31, 35, 36, 39, 45, 54, 56, 57, 58, 60, 62, 63, 67, 70, 71, 72], "object_": 13, "object_typ": [0, 43, 75], "objectref": [6, 21, 38, 39, 40, 42, 52, 53, 56, 61], "objecttyp": [0, 43, 45, 75], "obtain": [14, 32, 52, 60, 63], "occur": [53, 56, 57], "odbc": [0, 9, 75], "of_hsl": [0, 33, 36, 75], "of_nam": [0, 33, 36, 75], "of_rgb": [0, 33, 36, 75], "of_rgb_f": [0, 33, 36, 75], "off": 14, "offset": 53, "often": 74, "oftentim": [56, 57], "ohlc": [0, 33, 40, 75], "older": 15, "omit": [52, 54, 56, 57, 59], "on_clos": [0, 43, 45, 75], "on_data": [0, 43, 45, 75], "on_flush_callback": 55, "on_messag": 45, "on_nan": 61, "on_nul": 61, "on_shutdown_callback": 55, "on_upd": [0, 58, 75], "onc": [24, 26, 29, 43, 45, 53, 54, 55, 56, 57, 67], "one": [0, 1, 13, 14, 16, 17, 23, 32, 37, 39, 53, 54, 55, 56, 57, 63], "one_click": [0, 33, 41, 75], "one_click_partitioned_t": [0, 33, 41, 75], "oneclick": [37, 41], "ones": [23, 54, 56], "onli": [0, 1, 7, 14, 26, 30, 37, 39, 41, 45, 50, 52, 53, 54, 56, 57, 58, 61, 63], "onto": [56, 57], "op": [52, 56, 57], "op_control": 61, "open": [0, 26, 37, 40, 63, 67, 74, 75], "oper": [0, 1, 12, 14, 16, 17, 21, 28, 31, 32, 49, 52, 53, 56, 57, 60, 61], "operationcontrol": [0, 61, 75], "opportun": 53, "oppos": [0, 56, 57], "opposit": 21, "option": [0, 5, 13, 14, 16, 18, 20, 23, 31, 36, 52, 53, 54, 55, 56, 57, 58, 59, 63, 72, 74], "option_implied_volatil": [63, 75], "or_": [0, 21, 75], "oracl": 21, "order": [0, 23, 25, 45, 55, 56, 57, 60, 63, 69, 75], "order_bi": [0, 1, 56, 57], "order_cancel": [63, 75], "order_cancel_al": [63, 75], "order_id": 63, "order_id_strategi": 63, "order_plac": [63, 75], "ordercomboleg": [69, 71, 75], "orderidstrategi": [63, 75], "orders_complet": 63, "orders_exec_commission_report": 63, "orders_exec_detail": 63, "orders_statu": 63, "orders_submit": 63, "org": [13, 51, 52, 53, 54], "organ": [56, 57], "orient": 37, "origin": 23, "orphan": [56, 57], "other": [0, 7, 23, 26, 49, 53, 54, 55, 56, 57, 59, 61], "other_ticking_t": 26, "otherwis": [0, 4, 8, 15, 16, 23, 26, 37, 49, 53, 54, 56, 57, 60, 62, 63, 64], "out": [0, 8, 15, 22, 31, 58], "outer": [18, 26], "outer_join": [0, 15, 75], "outerclass": 53, "output": [0, 1, 24, 25, 37, 45, 54, 56, 57, 61, 72, 75], "output_nul": 54, "outsid": [0, 26, 56, 57], "over": [26, 56, 57], "overflow": [0, 57], "overhead": 0, "overload": [23, 72], "overshoot": 39, "overview": 63, "overwritten": 54, "own": [0, 56, 57, 60], "owner": 4, "p": 59, "p1y2m": 59, "p1y2m3d": 59, "p2d": 59, "p2dt3h4m": 59, "p2y": 59, "p3m": 59, "p4w": 59, "p5d": 59, "pa": 3, "pa_tabl": 3, "packag": [0, 9, 12, 15, 29, 33, 43, 46], "page": [31, 74], "paint": [36, 42], "pair": [56, 57], "panda": [0, 6, 13, 57, 59, 63, 64, 75], "pandas_as_t": [0, 29, 75], "pandasdataframeseri": [0, 29, 30, 75], "pandasplugin": [0, 75], "pandaspluginregistr": [0, 29, 75], "paper": 63, "paradigm": 24, "param": [26, 29, 43, 53, 67], "param_count": [72, 75], "paramet": [0, 1, 3, 4, 5, 6, 8, 9, 13, 14, 15, 16, 17, 18, 20, 21, 23, 24, 25, 26, 27, 28, 31, 32, 34, 35, 36, 37, 41, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 67, 72], "parent": [0, 37, 53, 56, 57], "parent_col": [56, 57], "parquet": [0, 12, 75], "parquet_column_nam": 31, "parquetfilelayout": [0, 31, 75], "pars": [0, 8, 36, 53, 56, 57, 59], "part": [56, 57, 60, 63], "partial": [27, 56, 57], "particular": [31, 54, 56, 57], "partit": [0, 1, 6, 31, 41, 52, 53, 54, 56, 57, 75], "partition1": 31, "partition_bi": [0, 56, 57, 75], "partition_col": 54, "partitioned_agg_bi": [0, 56, 57, 75], "partitioned_transform": [0, 56, 75], "partitionedt": [0, 41, 53, 56, 57, 60, 75], "partitionedtableproxi": [0, 56, 75], "partitiontableproxi": 60, "pass": [0, 4, 15, 23, 26, 31, 43, 51, 52, 53, 54, 56, 57], "password": 4, "path": [0, 3, 5, 8, 31, 37, 43, 44, 53, 75], "pattern": [0, 14, 21, 34, 37, 39, 55, 59, 63, 75], "patternmod": [0, 21, 75], "payload": [45, 53], "pc": 31, "pc1": 31, "pc1_pc2": 31, "pc2": 31, "pct": [0, 1, 56, 57, 75], "pd": [0, 28, 57], "pem": 4, "per": [29, 43, 53, 56], "percentag": [36, 37, 56, 57], "percentil": 1, "perfmon": [0, 75], "perform": [0, 12, 17, 18, 23, 24, 32, 35, 54, 56, 57, 60, 61, 74], "period": [0, 13, 32, 57, 59, 63, 75], "permit": [0, 56, 57], "persist": 31, "person": 74, "physic": 63, "pie": [0, 33, 37, 40, 75], "pie_label_format": 37, "pipe": [56, 57], "place": [15, 23, 63], "plain": [0, 33, 38, 75], "platform": 74, "plot": [0, 75], "plot_cat": [0, 33, 37, 75], "plot_cat_hist": [0, 33, 37, 75], "plot_ohlc": [0, 33, 37, 75], "plot_pi": [0, 33, 37, 75], "plot_styl": 37, "plot_treemap": [0, 33, 37, 75], "plot_xi": [0, 33, 37, 75], "plot_xy_hist": [0, 33, 37, 75], "plotstyl": [0, 33, 37, 75], "plu": [56, 57], "plug": [56, 57], "plugin": [0, 29, 75], "plural": 23, "pndtnhnmn": 59, "pnl": 63, "pnw": 59, "pnynmnd": 59, "point": [0, 13, 33, 37, 39, 40, 42, 55, 56, 57, 63, 75], "pointer": 53, "poison": [0, 61, 75], "popul": [1, 13, 55, 56, 57, 61, 63], "popular": [24, 74], "port": [4, 63, 65, 67, 75], "portfolio": [63, 74], "portion": 41, "pos_infinity_doubl": [0, 7, 75], "pos_infinity_float": [0, 7, 75], "posit": [0, 7, 53, 56, 57, 59, 63], "possibl": [0, 56, 57, 59, 72], "power": [0, 56, 74], "practic": [0, 12, 55], "pre": 67, "preced": [56, 57], "precis": [0, 13, 54, 57, 61], "predefin": [35, 36, 38, 53, 56, 57, 61], "prefer": 55, "present": [31, 53, 54, 55, 56, 57, 59, 67], "preserv": [0, 26, 75], "preserve_empti": [56, 57], "press": 32, "prev_timestamp": 61, "prevent": [56, 57], "previou": [0, 57, 58, 61], "previous": 31, "price": 63, "primari": 52, "primit": [6, 23, 72], "probabl": 63, "problem": 63, "proc_id": 32, "proc_typ": 32, "proceed": 55, "process": [0, 8, 32, 56, 57, 60, 61, 67], "process_info": [0, 32, 75], "process_info_log": [0, 32, 75], "process_metrics_log": [0, 32, 75], "processor": 32, "produc": [0, 3, 26, 27, 28, 50, 51, 52, 56, 57, 61, 63, 75], "product": [61, 63, 74], "profil": 63, "prohibit": [56, 57], "promot": [56, 57], "promote_orphan": [56, 57], "prompt": 55, "propag": [56, 60], "properli": 28, "properti": [0, 5, 12, 16, 23, 30, 32, 44, 45, 52, 53, 54, 55, 56, 57, 58, 63, 67, 68], "propfil": 68, "protobuf": 53, "protobuf_spec": [0, 50, 51, 53, 75], "protobufprotocol": [0, 50, 51, 53, 75], "protocol": [0, 53, 57, 72], "provid": [0, 4, 9, 12, 13, 14, 16, 19, 23, 24, 26, 29, 31, 36, 40, 41, 43, 45, 47, 49, 51, 52, 54, 56, 57, 58, 59, 60, 61, 63, 67, 74], "provider_cod": 63, "proxi": [0, 56, 75], "psk": 4, "pskauthenticationhandl": 4, "pt": [41, 59], "pt00": [0, 57, 61], "pt1": [0, 57], "pt10h": 59, "pt15m": 59, "pt20": 59, "pt5m": 61, "pt6h3m": 59, "public": [46, 55], "publish": [4, 54, 55], "publish_failur": [0, 50, 55, 75], "publish_initi": 54, "publish_schema": 54, "pure": [59, 61], "purpos": [0, 1, 31, 32, 53, 57], "pyarrow": [3, 28], "pydoc": [63, 64], "pyobj_col": [0, 6, 75], "pyobject": [0, 13, 23, 72, 75], "python": [0, 2, 5, 6, 12, 13, 23, 24, 25, 26, 28, 49, 57, 59, 62, 67, 68, 72], "pythonfunct": 23, "pythonreplaylisteneradapt": 58, "pythonrunn": 23, "qst_type": 13, "qualifi": [46, 53], "quant": 74, "quantit": 74, "queri": [0, 9, 14, 17, 20, 26, 27, 28, 32, 46, 56, 59, 60, 63, 67, 74], "query_contract": 63, "query_librari": [0, 75], "query_operation_perform": [0, 32, 75], "query_operation_performance_log": [0, 32, 75], "query_operation_performance_tree_t": [0, 32, 75], "query_perform": [0, 32, 75], "query_performance_log": [0, 32, 75], "query_performance_tree_t": [0, 32, 75], "query_update_perform": [0, 32, 75], "query_update_performance_map": [0, 32, 75], "queryupdateperform": 32, "quickli": [63, 74], "quot": [0, 8], "r": 36, "r_tabl": 18, "race": [0, 57], "rais": [0, 2, 3, 4, 5, 8, 9, 12, 13, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 35, 36, 37, 41, 46, 47, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 61, 62, 63], "raj": [0, 56, 57, 75], "random": 31, "randomli": 31, "rang": [36, 56, 57, 59, 63], "range_join": [0, 56, 57, 75], "rate": [17, 61, 63], "rather": [1, 45, 57], "raw": [0, 50, 51, 52, 53, 63, 75], "re": [56, 57], "reach": [56, 57], "reachabl": 46, "read": [0, 3, 8, 12, 19, 31, 63, 72, 74, 75], "read_ahead_count": 19, "read_csv": [0, 75], "read_feath": [0, 3, 75], "read_onli": [63, 75], "read_sql": [0, 9, 75], "read_timeout": 19, "real": [63, 74], "real_tim": [63, 75], "rebat": 63, "rebate_r": [63, 75], "receiv": [45, 53, 58], "recent": 63, "recogn": 31, "record": [17, 54, 56], "rectangl": 42, "red": 36, "refer": [0, 26, 29, 43, 45, 72, 75], "referenc": 0, "refresh": [31, 56, 57, 60], "refresh_interval_m": [0, 57], "regardless": [26, 56, 60], "regex": 21, "region_nam": 19, "regist": [0, 29, 43, 47, 53, 54, 58, 63, 75], "register_into": [0, 29, 43, 75], "registeredcontract": [63, 75], "registr": [0, 29, 43, 75], "registration_cl": 43, "registri": [53, 54], "regular": [0, 6, 21, 57, 63], "regulatori": 63, "regulatory_snapshot": 63, "rel": [44, 56, 57], "relat": [52, 55], "relationship": [56, 57], "releas": [0, 26, 31, 55, 60, 75], "relev": 52, "reli": 26, "remain": [23, 53, 55, 56, 57, 72], "remap": 13, "remot": [4, 45], "remov": [0, 5, 31, 37, 56, 57, 58, 59, 75], "remove_calendar": [0, 5, 75], "remove_chart_col": 37, "remove_chart_index": 37, "remove_chart_row": 37, "remove_seri": 37, "removed_chunk": [0, 58, 75], "renam": [1, 18, 56, 57, 61], "rename_column": [0, 56, 57, 75], "render": 35, "repeat": 39, "replac": [28, 31, 56, 57, 61], "replai": [0, 58, 59, 75], "replay": [0, 47], "replay_lock": 58, "report": 63, "repres": [1, 2, 6, 13, 14, 21, 31, 36, 37, 39, 53, 56, 57, 61, 67], "reproduc": 53, "request": [0, 45, 56, 63, 75], "request_account_overview": [63, 75], "request_account_pnl": [63, 75], "request_account_posit": [63, 75], "request_bars_histor": [63, 75], "request_bars_realtim": [63, 75], "request_contracts_match": [63, 75], "request_id": 63, "request_market_data": [63, 75], "request_news_articl": [63, 75], "request_news_histor": [63, 75], "request_tick_data_histor": [63, 75], "request_tick_data_realtim": [63, 75], "requir": [4, 52, 58, 63], "require_all_filt": 41, "require_matching_kei": [0, 56, 75], "rerun": [0, 57], "reserv": [69, 70, 71], "reset": [0, 32, 61, 75], "resolut": [59, 64], "resolv": [0, 55, 62, 72, 75], "resourc": [0, 4, 12, 26, 32, 44, 54, 55, 62], "respect": [17, 56, 57], "respond": 63, "respons": [45, 56, 57], "restart": 53, "restrict_sort_to": [0, 56, 57, 75], "result": [0, 1, 14, 15, 18, 20, 24, 31, 47, 52, 53, 54, 55, 56, 57, 59, 61, 63, 72], "retain": [0, 57], "retri": [63, 75], "retriev": [0, 16, 56, 57], "return": [0, 1, 3, 4, 5, 6, 8, 9, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 41, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 67, 72], "return_dtyp": 23, "rev_tick": 61, "rev_tim": 61, "revers": [0, 56, 57, 61, 75], "rfc": 53, "right": [18, 37, 42, 56, 57, 69, 70, 71], "right_column": [56, 57], "right_range_column": [56, 57], "right_triangl": [0, 33, 42, 75], "ring": [0, 50, 51, 53, 57, 75], "ring_tabl": [0, 57, 75], "risk": 74, "robin": 54, "roll": [56, 61], "rolling_avg_tick": [0, 61, 75], "rolling_avg_tim": [0, 61, 75], "rolling_count_tick": [0, 61, 75], "rolling_count_tim": [0, 61, 75], "rolling_formula_tick": [0, 61, 75], "rolling_formula_tim": [0, 61, 75], "rolling_group_tick": [0, 61, 75], "rolling_group_tim": [0, 61, 75], "rolling_max_tick": [0, 61, 75], "rolling_max_tim": [0, 61, 75], "rolling_min_tick": [0, 61, 75], "rolling_min_tim": [0, 61, 75], "rolling_prod_tick": [0, 61, 75], "rolling_prod_tim": [0, 61, 75], "rolling_std_tick": [0, 61, 75], "rolling_std_tim": [0, 61, 75], "rolling_sum_tick": [0, 61, 75], "rolling_sum_tim": [0, 61, 75], "rolling_wavg_tick": [0, 61, 75], "rolling_wavg_tim": [0, 61, 75], "rollup": [0, 56, 57, 75], "rollupnodeoperationsrecord": [0, 56, 75], "rollupt": [0, 56, 57, 75], "root": [0, 4, 12, 31, 37, 44, 56, 57], "root_caus": [0, 12, 75], "round": [0, 33, 39, 54, 61, 75], "row": [0, 8, 15, 18, 24, 25, 37, 52, 53, 56, 57, 58, 61], "row_major": [0, 24, 25, 75], "row_set": 25, "row_span": 37, "rowsequ": 25, "rtype": [29, 43], "rubric": [56, 57], "rule": 63, "run": [0, 14, 20, 22, 26, 32, 43, 49, 56, 57, 60, 63, 67, 74], "runnabl": 23, "s1": 26, "s2": 26, "s3": [0, 15, 31, 75], "s3instruct": [0, 15, 19, 31, 75], "safe": [0, 57], "same": [0, 4, 13, 23, 31, 39, 47, 49, 53, 54, 56, 57, 72], "sampl": [1, 32, 56, 57, 61], "sanity_check_join": [0, 56, 75], "satisfi": 56, "satur": 36, "save": [0, 33, 37, 75], "scale": 54, "scatter": [0, 24, 33, 40, 75], "scatter_func": 24, "scenario": [56, 57], "schema": [31, 52, 53, 54, 56, 57], "schema_message_nam": 53, "schema_namespac": 54, "schema_vers": [53, 54], "scope": [14, 20, 26, 49, 58], "script": [2, 14, 43, 68], "scroll": [56, 57], "search": [56, 57, 63], "search_display_mod": [56, 57], "searchdisplaymod": [0, 56, 57, 75], "sec": 63, "sec_1": [63, 75], "sec_10": [63, 75], "sec_15": [63, 75], "sec_30": [63, 75], "sec_5": [63, 75], "second": [13, 17, 36, 37, 55, 56, 57, 59, 63, 64, 75], "secret_access_kei": 19, "secur": 63, "see": [5, 21, 34, 44, 53, 54, 56, 63, 64, 74], "seek_to_begin": [0, 50, 51, 53, 75], "seek_to_end": [0, 50, 51, 53, 75], "seem": 63, "segment": 39, "select": [0, 27, 28, 37, 41, 56, 57, 75], "select_distinct": [0, 56, 57, 75], "selectable_dataset": [0, 33, 75], "selectabledataset": [0, 33, 37, 41, 75], "selectabledateset": 41, "selectdistinct": [56, 57], "self": [0, 12, 56, 72], "semant": [56, 57], "send": [45, 54], "sent": 45, "sentinel": 1, "separ": [37, 52, 53, 54, 56, 57], "seq": 13, "sequenc": [0, 6, 13, 14, 18, 21, 23, 31, 56, 57, 72], "sequenti": 17, "serd": [0, 50, 51, 53, 75], "seri": [0, 6, 13, 33, 37, 75], "serial": [30, 45, 49, 53], "series_nam": 37, "serv": 44, "server": [0, 4, 29, 43, 44, 45, 46, 52, 53, 54, 65, 68, 75], "server_config": [65, 67, 75], "server_nam": 52, "server_st": [0, 32, 75], "server_state_log": [0, 32, 75], "serverconfig": [65, 67, 75], "servic": [53, 54], "session": [4, 14, 63, 68], "set": [0, 1, 5, 8, 12, 15, 23, 28, 31, 34, 36, 37, 38, 41, 43, 49, 53, 54, 56, 57, 61, 63, 72], "set_calendar": [0, 5, 75], "set_market_data_typ": [63, 75], "set_param_mut": [72, 75], "set_param_output": [72, 75], "set_param_return": [72, 75], "set_pattern": [0, 33, 34, 75], "seventh": [56, 57], "shape": [0, 33, 37, 39, 40, 75], "share": [14, 37, 56, 57, 58, 60, 67, 72], "shared_lock": [0, 60, 75], "shift": 56, "short": [0, 6, 7, 8, 13, 63, 72, 75], "short_arrai": [0, 13, 75], "short_col": [0, 6, 75], "short_rat": 63, "should": [0, 1, 4, 8, 14, 20, 21, 23, 27, 28, 31, 34, 43, 49, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63], "show": [0, 33, 37, 56, 57, 75], "shut": [0, 4, 47], "shutdown": [0, 47, 55, 75], "sidecar": 31, "sign": [13, 56, 57, 59], "signal": 45, "signific": 34, "silent": 55, "similar": 39, "similarli": [56, 57], "simpl": 26, "simple_date_format": [0, 59, 75], "simple_spec": [0, 50, 51, 53, 54, 75], "simpledateformat": 59, "simplelivenessscop": [0, 26, 75], "simul": [0, 47, 59], "simultan": [56, 57], "sinc": [0, 6, 55, 57, 59, 64], "singl": [0, 1, 13, 23, 31, 53, 54, 55, 56, 57, 63, 75], "single_arrai": [0, 13, 75], "single_fil": [0, 31, 75], "singular": 23, "size": [0, 1, 15, 25, 31, 37, 38, 53, 55, 56, 57, 58, 61, 63, 75], "size_of_t": [56, 57], "skip": [0, 8, 31, 61, 75], "skip_row": [0, 8], "slice": [0, 56, 57, 75], "slice_pct": [0, 56, 57, 75], "slowdown": 54, "small": 22, "smaller": 1, "snappi": 31, "snapshot": [0, 4, 26, 55, 56, 57, 58, 63, 75], "snapshot_when": [0, 56, 57, 75], "so": [26, 27, 28, 31, 43, 45, 49, 55], "socket": 63, "sole": [0, 26, 57], "some": [6, 23, 31, 41, 45, 56, 57, 61, 63], "some_ticking_sourc": 26, "some_ticking_t": 26, "someth": 32, "soon": 55, "sort": [0, 1, 32, 56, 57, 75], "sort_descend": [0, 56, 57, 75], "sortdirect": [0, 56, 57, 75], "sorted_first": [0, 1, 75], "sorted_last": [0, 1, 75], "sortedfirst": 1, "sortedlast": 1, "sourc": [0, 1, 2, 3, 4, 5, 6, 8, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 67, 68, 69, 70, 71], "source_t": [0, 57], "sourcet": [0, 57], "space": [0, 8], "spec": [53, 54], "special": [7, 13, 19, 31, 56, 57, 61], "special_instruct": 31, "specif": [4, 14, 37, 38, 51, 52, 53, 54, 56, 57, 63], "specifi": [0, 1, 5, 8, 13, 17, 18, 24, 26, 31, 36, 37, 41, 44, 45, 53, 54, 56, 57, 61, 63], "speed": [16, 31], "split": 1, "sql": [0, 9, 15, 18, 75], "sqrt": 61, "squar": [0, 33, 39, 42, 75], "ss": 59, "sssssssss": 59, "stack": [0, 26, 40, 56, 57], "stacked_area": [0, 33, 40, 75], "stacked_bar": [0, 33, 40, 75], "stage": 52, "stamp": [54, 56, 57], "stamp_col": [56, 57], "standard": [0, 1, 8, 56, 57, 61], "start": [0, 37, 47, 53, 56, 57, 58, 59, 63, 65, 67, 68, 75], "start_jvm": [65, 75], "start_pct": [56, 57], "start_tim": [0, 47, 57], "startup": [29, 43], "stat": 32, "state": [2, 61], "statement": [0, 9, 14, 23, 26, 46, 57], "static": [1, 32, 36, 46, 53, 56, 57, 63, 72], "status": 63, "std": [0, 1, 61, 75], "std_by": [0, 56, 57, 75], "step": [0, 33, 40, 75], "stock": [63, 74], "stop": [0, 26, 54, 55, 56, 57, 58, 67, 75], "store": [1, 31, 52, 56, 57], "str": [0, 1, 3, 4, 5, 6, 8, 9, 14, 15, 16, 18, 20, 21, 22, 27, 28, 31, 32, 34, 35, 36, 37, 41, 46, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 67], "strategi": 63, "stream": [0, 45, 75], "stream_tabl": 52, "stream_to_append_onli": [0, 50, 75], "string": [0, 4, 5, 6, 8, 9, 13, 20, 22, 28, 31, 32, 34, 36, 37, 46, 53, 54, 56, 57, 59, 61, 62, 63, 64, 75], "string_arrai": [0, 13, 75], "string_col": [0, 6, 75], "stringset": [0, 13, 75], "strip": 53, "structur": [23, 31, 54, 56, 57], "style": [18, 37, 38, 39, 40, 52], "sub": [1, 32, 56, 57], "sub_sec": 64, "subclass": [57, 58], "subdirectori": 31, "subexpress": [56, 57], "subject": [53, 56, 69, 70, 71], "submit": [14, 49, 63], "submit_task": [0, 48, 49, 75], "subpackag": 50, "subqueri": 32, "subscrib": [0, 4, 63, 75], "subscript": [4, 54, 63], "subsecond": 64, "subsequ": [0, 21, 39, 57], "subset": [27, 28, 31, 41, 56, 57], "successfulli": 31, "suffix": 52, "sum": [1, 17, 56, 57, 61], "sum_": [0, 1, 75], "sum_bi": [0, 56, 57, 75], "summari": 63, "superset": 55, "suppli": [31, 56, 57, 61], "support": [0, 1, 2, 3, 4, 8, 9, 13, 22, 23, 27, 28, 31, 34, 38, 40, 42, 45, 47, 49, 52, 53, 54, 55, 56, 57, 61, 63, 64, 74], "surround": [0, 8], "swap": [56, 57], "switch": 31, "sym": 26, "sync": [0, 47], "synchron": 57, "synonym": [50, 53], "system": [0, 4, 12, 14, 28, 31, 32, 56, 57, 59, 63], "t": [0, 8, 16, 23, 26, 37, 41, 55, 56, 57, 58, 60], "t1": 26, "t2": 26, "tabl": [0, 1, 3, 4, 6, 8, 9, 12, 14, 15, 16, 18, 20, 21, 22, 24, 25, 26, 27, 28, 31, 32, 37, 41, 47, 50, 52, 53, 54, 55, 57, 58, 60, 61, 62, 63, 75], "table_definit": 31, "table_factori": [0, 75], "table_gener": [0, 57], "table_listen": [0, 75], "table_nam": 52, "table_publish": [0, 50, 75], "table_to_numpy_2d": [0, 24, 25, 75], "table_typ": [52, 53], "tablelisten": [0, 58, 75], "tablelistenerhandl": [0, 58, 75], "tablepublish": [0, 50, 55, 75], "tablereplay": [0, 47, 75], "tables_raw": [63, 75], "tablespec": 20, "tabletyp": [0, 50, 51, 52, 53, 75], "tableupd": [0, 58, 75], "tail": [0, 56, 57, 75], "tail_bi": [0, 56, 57, 75], "tail_pct": [0, 56, 57, 75], "take": [13, 23, 26, 32, 49, 55, 56, 57], "taken": 20, "target": [0, 23, 31, 56, 60, 67, 75], "target_page_s": 31, "target_url": 67, "target_url_or_default": [65, 67, 75], "task": 49, "tb": [0, 12, 72], "term": [13, 38, 59, 69, 70, 71], "ternari": [56, 57], "test": 72, "text": [0, 8, 37, 38, 63], "than": [0, 1, 8, 15, 26, 39, 45, 56, 57, 72], "thei": [0, 7, 31, 43, 49, 54, 55, 56, 57], "them": [0, 1, 23, 26, 28, 29, 43, 46, 54, 57, 74], "thi": [0, 1, 2, 3, 4, 5, 6, 8, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, 46, 47, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 67, 68, 69, 70, 71, 72, 74], "thick": 39, "thicker": 39, "third": 36, "those": [0, 8, 31, 57], "though": 55, "thread": [14, 37, 49, 60], "through": [1, 14, 26, 52, 57, 61], "throw": [0, 61, 75], "thrown": [12, 17, 56], "thu": [0, 56, 57], "tick": [0, 15, 17, 33, 34, 37, 52, 57, 61, 63, 75], "tick_typ": 63, "tickdatatyp": [63, 75], "ticker": 63, "ticket": 4, "ticking_t": 26, "ticks_bid_ask": 63, "ticks_efp": 63, "ticks_gener": 63, "ticks_mid_point": 63, "ticks_minor": [0, 33, 37, 75], "ticks_option_comput": 63, "ticks_pric": 63, "ticks_siz": 63, "ticks_str": 63, "ticks_trad": 63, "till": 39, "time": [0, 4, 5, 13, 15, 17, 26, 31, 34, 35, 37, 45, 54, 55, 56, 57, 61, 63, 74, 75], "time_t": [0, 57, 75], "time_window": [0, 15, 75], "time_zone_alias_add": [0, 59, 75], "time_zone_alias_rm": [0, 59, 75], "timedelta": [0, 57, 59], "timedelta64": [0, 57, 59], "timeout": [37, 56, 57], "timeout_second": 37, "timescal": 17, "timestamp": [0, 6, 15, 17, 47, 54, 57, 59, 61, 63, 64], "timestamp_col": 54, "timestamp_field": 54, "timestep": 17, "timeunit": 17, "timezon": [0, 13, 59, 75], "tip": 37, "titl": 37, "tl": 4, "tls_root_cert": 4, "to_arrow": [0, 3, 75], "to_byt": [0, 29, 30, 43, 45, 75], "to_dat": [0, 59, 75], "to_datetim": [0, 59, 75], "to_html": [0, 22, 75], "to_ib_datetim": [63, 64, 75], "to_j_dur": [0, 59, 75], "to_j_inst": [0, 59, 63, 64, 75], "to_j_local_d": [0, 59, 75], "to_j_local_tim": [0, 59, 75], "to_j_period": [0, 59, 75], "to_j_time_zon": [0, 59, 75], "to_j_zdt": [0, 59, 75], "to_np_busdaycalendar": [0, 27, 75], "to_np_datetime64": [0, 59, 75], "to_np_timedelta64": [0, 59, 75], "to_numpi": [0, 26, 27, 75], "to_panda": [0, 28, 75], "to_pd_timedelta": [0, 59, 75], "to_pd_timestamp": [0, 59, 75], "to_sequ": [0, 23, 75], "to_str": [0, 56, 57, 75], "to_tabl": [0, 3, 27, 28, 75], "to_tim": [0, 59, 75], "to_timedelta": [0, 59, 75], "todai": 59, "togeth": 14, "token": [4, 31], "too": [0, 8, 26], "tool": [32, 37, 60, 62], "tool_tip_pattern": 37, "top": [0, 37, 54, 56, 57], "topic": [0, 50, 51, 52, 53, 54, 75], "topic_col": 54, "toplevel": 53, "total": [27, 28], "total_result": 63, "traceback": [0, 12, 75], "track": 52, "trade": [63, 74, 75], "trader": 74, "transfer": 24, "transform": [0, 35, 37, 56, 75], "translat": 13, "transmit": 45, "transpar": 36, "treat": [0, 1, 37, 57], "tree": [0, 32, 56, 57, 75], "treemap": 37, "treenodeoperationsrecord": [0, 56, 75], "treepnodeoperationsrecord": 56, "treetabl": [0, 32, 56, 57, 75], "triangl": 42, "trigger": [56, 57], "trigger_t": [56, 57], "trim": [0, 8], "true": [0, 1, 4, 8, 15, 16, 17, 20, 21, 23, 25, 26, 27, 28, 30, 31, 37, 41, 45, 49, 52, 54, 56, 57, 59, 60, 63, 64, 72], "ts_col": [15, 61], "tupl": [0, 6, 13, 17, 53, 55, 57], "turbodbc": [0, 9], "turn": 60, "tw": 63, "twice": 0, "twin": [0, 33, 37, 75], "two": [0, 1, 23, 36, 37, 49, 53, 55, 56, 57], "type": [0, 1, 3, 4, 5, 6, 7, 8, 9, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 41, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 67, 72], "type_promot": 23, "typeerror": [13, 59], "typic": [14, 49], "tz": [34, 59], "tzinfo": 59, "u": 63, "ug": 60, "ugp": [49, 60], "ui": [32, 56, 57, 67], "unbias": [1, 56, 57, 61], "unbound": [56, 57], "uncompress": 31, "undefin": [56, 57], "under": [0, 14, 44, 56, 57, 59, 60], "underli": [44, 52, 56, 57, 72], "underscor": 31, "ungroup": [0, 17, 56, 57, 75], "uniform": 62, "union": [0, 1, 5, 14, 18, 20, 21, 23, 26, 31, 37, 43, 53, 56, 57, 58, 59, 60, 61, 63, 64], "uniqu": [0, 1, 31, 32, 37, 54, 56, 57, 63, 75], "unique_kei": [0, 56, 75], "unit": [13, 59, 61], "unix": 64, "unix_sec_to_j_inst": [63, 64, 75], "unlimit": [0, 61, 75], "unlock": 0, "unmanag": [0, 26, 75], "unmap": 53, "unord": [56, 57], "unquot": [0, 8], "unreferenc": 26, "unsaf": [0, 13, 31, 57, 60], "unset": 55, "until": [37, 56, 57, 67], "unwrap": [23, 56, 57], "up": [13, 14, 26, 31, 42, 49, 52, 54, 56, 61, 67], "up_triangl": [0, 33, 42, 75], "updat": [0, 14, 26, 32, 37, 47, 52, 53, 55, 56, 57, 58, 60, 61, 63, 75], "update_bi": [0, 56, 57, 61, 75], "update_graph": [0, 55, 56, 57, 75], "update_milli": 37, "update_performance_log": [0, 32, 75], "update_view": [0, 56, 57, 75], "updateaggreg": 32, "updatebi": [0, 75], "updatebyoper": [0, 56, 57, 61, 75], "updategraph": [0, 55, 60, 75], "updatemostrec": 32, "updateperformancetrack": 58, "updatesummarystat": 32, "updateworst": 32, "upon": [17, 56, 57, 63], "upper": 37, "uri": [0, 75], "url": [0, 8, 44, 52, 53, 54, 65, 67, 75], "us": [0, 1, 4, 5, 8, 9, 14, 16, 17, 21, 22, 23, 24, 26, 27, 28, 29, 31, 34, 36, 37, 38, 39, 41, 42, 43, 45, 46, 47, 49, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 63, 68, 74], "use_dictionari": 31, "use_tl": 4, "user": [0, 1, 4, 6, 12, 14, 17, 18, 23, 26, 31, 46, 54, 56, 57, 58, 61], "usual": 26, "util": [17, 21, 24, 25, 32, 50, 51, 56, 58], "uuid": 31, "v": 23, "valid": [1, 23, 54, 61, 72], "valu": [0, 1, 6, 7, 8, 13, 14, 15, 17, 18, 21, 23, 24, 25, 31, 34, 36, 37, 38, 39, 40, 42, 52, 53, 54, 56, 57, 58, 59, 61, 63, 72], "value_domin": [0, 61, 75], "value_nam": [0, 57, 75], "value_schema_nam": 52, "value_schema_vers": 52, "value_spec": [53, 54], "valueerror": [0, 57, 59], "var": [0, 1, 14, 75], "var_bi": [0, 56, 57, 75], "variabl": 53, "varianc": [1, 56, 57, 61], "variou": [1, 21, 57, 60, 61], "vector": [1, 56, 57, 61], "veri": 74, "version": [0, 37, 43, 44, 52, 53, 54, 56, 57, 75], "vertic": 42, "vertical_rectangl": [0, 33, 42, 75], "via": [0, 9, 32, 44, 63, 72], "view": [0, 32, 41, 45, 56, 57, 60, 75], "visibl": [14, 37], "visual": 53, "vm": 72, "volatil": 63, "wa": [26, 32, 52, 59], "wai": [0, 56, 57, 61], "wait": [26, 37, 56, 57], "want": [0, 8, 63], "warrant": 74, "wcol": [1, 56, 57, 61], "we": 31, "web": 67, "websit": [0, 57], "week": [13, 59, 63, 75], "week_1": [63, 75], "weight": [1, 56, 57, 61], "weighted_avg": [0, 1, 56, 57, 75], "weighted_avg_bi": [0, 56, 57, 75], "weighted_sum": [0, 1, 75], "weighted_sum_bi": [0, 56, 57, 75], "well": [4, 15, 24, 32, 44], "were": [56, 57], "what": [21, 32, 60], "wheel": 36, "when": [0, 1, 4, 8, 9, 12, 14, 15, 16, 17, 20, 21, 23, 26, 28, 31, 41, 43, 49, 52, 53, 54, 55, 56, 57, 59, 60, 61, 63], "whenev": [0, 15, 56, 57], "where": [0, 17, 21, 26, 31, 32, 52, 53, 55, 56, 57, 59, 61, 63, 67, 75], "where_in": [0, 56, 57, 75], "where_not_in": [0, 56, 57, 75], "where_one_of": [0, 56, 57, 75], "whether": [0, 1, 8, 17, 27, 28, 31, 37, 53, 54, 55, 56, 57, 58, 60, 72], "which": [0, 1, 3, 13, 14, 17, 24, 25, 27, 28, 31, 32, 37, 39, 41, 45, 53, 54, 55, 56, 57, 58, 59, 61], "while": [26, 31, 32], "white": [0, 8], "whose": [56, 57, 58], "wide": [23, 37], "width": [37, 39], "window": [15, 56, 57, 61], "wire": 53, "with_attribut": [0, 56, 57, 75], "with_filt": [0, 56, 75], "with_node_oper": [0, 56, 75], "with_traceback": [0, 12, 72, 75], "within": [1, 26, 56, 57, 60, 61], "without": [0, 17, 55, 56, 57, 61], "without_attribut": [0, 56, 57, 75], "won": 55, "work": [5, 6, 49, 53, 55, 56, 60, 64, 74], "world": 74, "worstinterv": 32, "would": [14, 34, 37, 56, 57], "wrap": [14, 23, 26, 56, 57], "wrapper": [4, 23, 26, 62, 72], "write": [0, 2, 8, 31, 57, 63, 75], "write_csv": [0, 75], "write_partit": [0, 31, 75], "write_row": [0, 57, 75], "writer": [0, 31, 57], "written": [0, 8, 31, 37], "wrt": 17, "x": [23, 37, 54, 56, 57], "x_axi": [0, 33, 37, 75], "x_grid_vis": 37, "x_high": 37, "x_low": 37, "x_tick": [0, 33, 37, 75], "x_ticks_minor": [0, 33, 37, 75], "x_time_axi": 37, "x_tool_tip_pattern": 37, "x_twin": [0, 33, 37, 75], "xmax": 37, "xmin": 37, "xy": 37, "y": [37, 54, 56, 57], "y_axi": [0, 33, 37, 75], "y_grid_vis": 37, "y_high": 37, "y_low": 37, "y_tick": [0, 33, 37, 75], "y_ticks_minor": [0, 33, 37, 75], "y_time_axi": 37, "y_tool_tip_pattern": 37, "y_twin": [0, 33, 37, 75], "year": [13, 59, 63, 75], "yet": 4, "yield": [26, 63, 74], "yield_ask": [63, 75], "yield_bid": [63, 75], "yield_bid_ask": [63, 75], "yield_last": [63, 75], "you": [0, 8, 32, 52, 61, 63], "your": [56, 74], "yyyi": 59, "z": [13, 54], "zap": 53, "zdt_arrai": [0, 13, 75], "zero": [17, 56, 57, 59, 61], "zero_domin": [0, 61, 75], "zone": [13, 59], "zoneddatetim": [0, 13, 59, 75], "zoneid": 13, "zstd": 31}, "titles": ["deephaven", "deephaven.agg", "deephaven.appmode", "deephaven.arrow", "deephaven.barrage", "deephaven.calendar", "deephaven.column", "deephaven.constants", "deephaven.csv", "deephaven.dbc", "deephaven.dbc.adbc", "deephaven.dbc.odbc", "deephaven.dherror", "deephaven.dtypes", "deephaven.execution_context", "deephaven.experimental", "deephaven.experimental.data_index", "deephaven.experimental.ema", "deephaven.experimental.outer_joins", "deephaven.experimental.s3", "deephaven.experimental.sql", "deephaven.filters", "deephaven.html", "deephaven.jcompat", "deephaven.learn", "deephaven.learn.gather", "deephaven.liveness_scope", "deephaven.numpy", "deephaven.pandas", "deephaven.pandasplugin", "deephaven.pandasplugin.pandas_as_table", "deephaven.parquet", "deephaven.perfmon", "deephaven.plot", "deephaven.plot.axisformat", "deephaven.plot.axistransform", "deephaven.plot.color", "deephaven.plot.figure", "deephaven.plot.font", "deephaven.plot.linestyle", "deephaven.plot.plotstyle", "deephaven.plot.selectable_dataset", "deephaven.plot.shape", "deephaven.plugin", "deephaven.plugin.js", "deephaven.plugin.object_type", "deephaven.query_library", "deephaven.replay", "deephaven.server", "deephaven.server.executors", "deephaven.stream", "deephaven.stream.kafka", "deephaven.stream.kafka.cdc", "deephaven.stream.kafka.consumer", "deephaven.stream.kafka.producer", "deephaven.stream.table_publisher", "deephaven.table", "deephaven.table_factory", "deephaven.table_listener", "deephaven.time", "deephaven.update_graph", "deephaven.updateby", "deephaven.uri", "deephaven_ib", "deephaven_ib.time", "deephaven_server", "deephaven_server.cli", "deephaven_server.server", "deephaven_server.start_jvm", "ibapi", "ibapi.contract", "ibapi.order", "jpy", "Index", "deephaven_ib Documentation", "Python Modules", "Module Index"], "titleterms": {"adbc": 10, "agg": 1, "appmod": 2, "arrow": 3, "axisformat": 34, "axistransform": 35, "barrag": 4, "calendar": 5, "cdc": 52, "cli": 66, "color": 36, "column": 6, "constant": 7, "consum": 53, "contract": 70, "csv": 8, "data_index": 16, "dbc": [9, 10, 11], "deephaven": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62], "deephaven_ib": [63, 64, 74], "deephaven_serv": [65, 66, 67, 68], "dherror": 12, "document": 74, "dtype": 13, "ema": 17, "execution_context": 14, "executor": 49, "experiment": [15, 16, 17, 18, 19, 20], "figur": 37, "filter": 21, "font": 38, "gather": 25, "html": 22, "ibapi": [69, 70, 71], "index": [73, 76], "j": 44, "jcompat": 23, "jpy": 72, "kafka": [51, 52, 53, 54], "learn": [24, 25], "linestyl": 39, "liveness_scop": 26, "modul": [75, 76], "numpi": 27, "object_typ": 45, "odbc": 11, "order": 71, "outer_join": 18, "panda": 28, "pandas_as_t": 30, "pandasplugin": [29, 30], "parquet": 31, "perfmon": 32, "plot": [33, 34, 35, 36, 37, 38, 39, 40, 41, 42], "plotstyl": 40, "plugin": [43, 44, 45], "produc": 54, "python": 75, "query_librari": 46, "replai": 47, "s3": 19, "selectable_dataset": 41, "server": [48, 49, 67], "shape": 42, "sql": 20, "start_jvm": 68, "stream": [50, 51, 52, 53, 54, 55], "tabl": 56, "table_factori": 57, "table_listen": 58, "table_publish": 55, "time": [59, 64], "update_graph": 60, "updatebi": 61, "uri": 62}}) \ No newline at end of file