Package org.apache.calcite.adapter.os
Class GitCommitsTableFunction
- java.lang.Object
-
- org.apache.calcite.adapter.os.GitCommitsTableFunction
-
public class GitCommitsTableFunction extends java.lang.Object
Table function that executes the OS "git log" command to discover git commits.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
GitCommitsTableFunction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScannableTable
eval(boolean b)
-
-
-
Field Detail
-
TS_OFF
private static final java.lang.String TS_OFF
An example of the timestamp + offset at the end of author and committer fields.- See Also:
- Constant Field Values
-
OFF
private static final java.lang.String OFF
An example of the offset at the end of author and committer fields.- See Also:
- Constant Field Values
-
-
Method Detail
-
eval
public static ScannableTable eval(boolean b)
-
-