Class Service.FetchRequest
java.lang.Object
org.apache.calcite.avatica.remote.Service.Base
org.apache.calcite.avatica.remote.Service.Request
org.apache.calcite.avatica.remote.Service.FetchRequest
- Enclosing interface:
- Service
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringfinal intMaximum number of rows to be returned in the frame.final longfinal int -
Constructor Summary
ConstructorsConstructorDescriptionFetchRequest(String connectionId, int statementId, long offset, int fetchMaxRowCount) -
Method Summary
Methods inherited from class org.apache.calcite.avatica.remote.Service.Base
p, p, p, p
-
Field Details
-
connectionId
-
statementId
public final int statementId -
offset
public final long offset -
fetchMaxRowCount
public final int fetchMaxRowCountMaximum number of rows to be returned in the frame. Negative means no limit.
-
-
Constructor Details
-
FetchRequest
-
-
Method Details