| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.read.query.timegenerator | |
| org.apache.iotdb.tsfile.read.query.timegenerator.node |
| Modifier and Type | Field and Description |
|---|---|
protected Node |
TimeGenerator.operatorNode |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
TimeGenerator.construct(IExpression expression)
construct the tree that generate timestamp.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndNode |
class |
LeafNode |
class |
OrNode |
| Constructor and Description |
|---|
AndNode(Node leftChild,
Node rightChild)
Constructor of AndNode.
|
AndNode(Node leftChild,
Node rightChild,
boolean ascending) |
OrNode(Node leftChild,
Node rightChild) |
OrNode(Node leftChild,
Node rightChild,
boolean ascending) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.