Class NodeDataPoints
java.lang.Object
com.inductiveautomation.historian.gateway.types.internal.questdb.tables.NodeDataPoints
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic String
createAggregatedQuery
(Map<String, String> dataColumnsWithFillParams, Set<UUID> nodeIds, AggregatedQueryOptions options, String tableName) static String
createRawQuery
(String dataColumnString, Collection<UUID> nodeIds, RawQueryOptions options, String tableName) static String
detachPartitionsQuery
(String tableName, List<PartitionInfo> partitions) static String
prunePartitionsQuery
(String tableName, List<PartitionInfo> partitions) static String
tableCreationQuery
(QuestDbTableConfiguration tableConfiguration)
-
Field Details
-
TABLE_NAME
- See Also:
-
UPSERT_KEYS
-
-
Method Details
-
tableCreationQuery
-
createRawQuery
public static String createRawQuery(String dataColumnString, Collection<UUID> nodeIds, RawQueryOptions options, String tableName) -
createAggregatedQuery
-
prunePartitionsQuery
-
detachPartitionsQuery
-